Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cf2b1a

Browse filesBrowse files
analuizaypessoa-zzglemaitre
authored andcommitted
DOC Fixed typo in clustering.rst (#19863)
1 parent 2e79b40 commit 8cf2b1a
Copy full SHA for 8cf2b1a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/modules/clustering.rst

Copy file name to clipboardExpand all lines: doc/modules/clustering.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ As a result, the computation is often done several times, with different
202202
initializations of the centroids. One method to help address this issue is the
203203
k-means++ initialization scheme, which has been implemented in scikit-learn
204204
(use the ``init='k-means++'`` parameter). This initializes the centroids to be
205-
(generally) distant from each other, leading to provably better results than
205+
(generally) distant from each other, leading to probably better results than
206206
random initialization, as shown in the reference.
207207

208208
K-means++ can also be called independently to select seeds for other

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.