8000 [MRG] add whats_new entry for KMeans sample weight support by jnhansen · Pull Request #11119 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG] add whats_new entry for KMeans sample weight support #11119

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
May 23, 2018

Conversation

jnhansen
Copy link
Contributor

Reference Issues/PRs

See also #10933.

What does this implement/fix? Explain your changes.

Adding entry in doc/whats_new/v0.20.rst for added sample weight support in cluster.KMeans.

@@ -611,3 +614,8 @@ Changes to estimator checks
- Add tests in :func:`estimator_checks.check_estimator` to check that an
estimator can handle read-only memmap input data. :issue:`10663` by
:user:`Arthur Mensch <arthurmensch>` and :user:`Loïc Estève <lesteve>`.

- :func:`estimator_checks.check_sample_weights_pandas_series` now uses 8 rather
Copy link
Member

Choose a reason for hiding this comment

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

not sure we usually document utils but I guess there's no harm in documenting this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree this is not a very interesting change, but given that there was a dedicated section for changes to estimator checks already I added it

@@ -111,6 +111,9 @@ Decomposition, manifold learning and clustering
- :class:`cluster.AgglomerativeClustering` now supports Single Linkage
clustering via ``linkage='single'``. :issue:`9372` by
:user:`Leland McInnes <lmcinnes>` and :user:`Steve Astels <sastels>`.
- :class:`cluster.KMeans` and :class:`cluster.MiniBatchKMeans` now support
Copy link
Member

Choose a reason for hiding this comment

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

blank line above?

@TomDLT TomDLT merged commit fd55996 into scikit-learn:master May 23, 2018
@TomDLT
Copy link
Member
TomDLT commented May 23, 2018

Thanks @jnhansen !

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.

3 participants
0