8000 Add what's new for 20200 for 1.0 by jeremiedbb · Pull Request #20927 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Add what's new for 20200 for 1.0 #20927

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

Merged
merged 2 commits into from
Sep 3, 2021

Conversation

jeremiedbb
Copy link
Member

@adrinjalali This pr adds the missing what's new entry for 20200
related to #20925

@jeremiedbb jeremiedbb added this to the 1.0 milestone Sep 3, 2021
Comment on lines 221 to 222
- |Fix| Fixed a bug in :class:`cluster.KMeans` preventing reproducibility even with a
fixed ``random_state``. :pr:`20200` by :user:`Jérémie du Boisberranger <jeremiedbb>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- |Fix| Fixed a bug in :class:`cluster.KMeans` preventing reproducibility even with a
fixed ``random_state``. :pr:`20200` by :user:`Jérémie du Boisberranger <jeremiedbb>`.
- |Fix| Fixed a bug in :class:`cluster.KMeans` ensuring reproducibility even with an
int ``random_state``. :pr:`20200` by :user:`Jérémie du Boisberranger <jeremiedbb>`.

does it work with random states other than int?

@jeremiedbb
Copy link
Member Author

There was a slight chance to get different results when calling KMeans with a same random_state (int or object at the same state), and when calling on dense and sparse input. I changed the description to be clearer (I hope :)).

@adrinjalali adrinjalali merged commit 267b617 into scikit-learn:main Sep 3, 2021
adrinjalali pushed a commit to adrinjalali/scikit-learn that referenced this pull request Sep 3, 2021
* add what's new for 20200

* clearer descr
adrinjalali pushed a commit that referenced this pull request Sep 6, 2021
* add what's new for 20200

* clearer descr
samronsin pushed a commit to samronsin/scikit-learn that referenced this pull request Nov 30, 2021
* add what's new for 20200

* clearer descr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0