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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/cluster/_kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def k_means(X, n_clusters, *, sample_weight=None, init='k-means++',
intensive due to the allocation of an extra array of shape
(n_samples, n_clusters).

For now "auto" (kept for backward compatibiliy) chooses "elkan" but it
For now "auto" (kept for backward compatibility) chooses "elkan" but it
might change in the future for a better heuristic.

return_n_iter : bool, default=False
Expand Down