Skip to content

Commit 200b28c

Browse files
committed
fix typo
1 parent 583c6ea commit 200b28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/modules/clustering.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ <h2>2.3.1. Overview of clustering methods<a class="headerlink" href="#overview-o
387387
initializations of the centroids. One method to help address this issue is the
388388
k-means++ initialization scheme, which has been implemented in scikit-learn
389389
(use the <tt class="docutils literal"><span class="pre">init='kmeans++'</span></tt> parameter). This initializes the centroids to be
390-
(generally) distant from each other, leading to provably better results than
390+
(generally) distant from each other, leading to probably better results than
391391
random initialization, as shown in the reference.</p>
392392
<p>A parameter can be given to allow K-means to be run in parallel, called
393393
<tt class="docutils literal"><span class="pre">n_jobs</span></tt>. Giving this parameter a positive value uses that many processors
@@ -1485,4 +1485,4 @@ <h4>2.3.9.4.2. Drawbacks<a class="headerlink" href="#id19" title="Permalink to t
14851485
customSearchControl.draw('cse', options); }, true);
14861486
</script>
14871487
</body>
1488-
</html>
1488+
</html>

0 commit comments

Comments
 (0)