8000 DOC: Typo in docstring · scikit-learn/scikit-learn@9306667 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9306667

Browse files
committed
DOC: Typo in docstring
1 parent a5e1638 commit 9306667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scikits/learn/cluster/k_means_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class KMeans(BaseEstimator):
304304
n_init consecutive runs in terms of inertia.
305305
306306
init : {'k-means++', 'random', 'points', 'matrix'}
307-
Method for initialization, defaults to 'k-means++':
307+
Method for initialization, defaults to 'random':
308308
309309
'k-means++' : selects initial cluster centers for k-mean
310310
clustering in a smart way to speed up convergence. See section

0 commit comments

Comments
 (0)
0