-
-
Notifications
You must be signed in to change notification settings - Fork 26k
DOC Update changed models for 0.20.2 #12810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
doc/whats_new/v0.20.rst
Outdated
@@ -21,6 +21,10 @@ occurs due to changes in the modelling logic (bug fixes or enhancements), or in | |||
random sampling procedures. | |||
|
|||
- :mod:`sklearn.neighbors` when ``metric=='jaccard'`` (bug fix) | |||
- :class:`metrics.pairwise_distances` when ``n_jobs > 1`` and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hadn't expected this summary to include this much detail. Just say "use of 'seuclidean' or 'mahalanobis' metrics in some cases"..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, "in some cases", are you sure? I'll turn to your version so as not to block the release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to pander to me, but there's a proper list of changes below. This is only meant to be a summary, and really is not that important for regressions in minor versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The point is also that it applies beyond just users of metrics.
Let's just do this. |
This reverts commit 1a3c9a4.
This reverts commit 1a3c9a4.
Following up #12701 #12809
ping @jnothman @amueller