Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG] Fix documentation of the tol parameter of kmeans #16125

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
Jan 17, 2020

Conversation

madhuracj
Copy link
Contributor

Reference Issues/PRs

Fixes #16058

What does this implement/fix? Explain your changes.

Fix documentation of the tol parameter. Tolerance in KMeans is with respect to the norm of the difference of centres.

Any other comments?

@madhuracj madhuracj changed the title Fix documentation of the tol parameter of kmeans [MRG] Fix documentation of the tol parameter of kmeans Jan 14, 2020
Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @madhuracj , LGTM

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

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

thanks @madhuracj.
It should also be updated in the docstring of the k_means function.

@madhuracj
Copy link
Contributor Author

Thanks, @jeremiedbb for pointing that out. Fixed in 9fe69a5

Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

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

lgtm. Thanks @madhuracj !

@jeremiedbb jeremiedbb merged commit da6065b into scikit-learn:master Jan 17, 2020
thomasjpfan pushed a commit to thomasjpfan/scikit-learn that referenced this pull request Feb 22, 2020
panpiort8 pushed a commit to panpiort8/scikit-learn that referenced this pull request Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tolerance in KMeans is with respect to the norm of the difference of centers.
4 participants