Skip to content

Commit 195acef

Browse files
committed
Pushing the docs to dev/ for branch: master, commit ed5a0cac6b0bdf2ff9920a7565efa0bff12f485c
1 parent d48d99c commit 195acef

File tree

1,000 files changed

+3025
-3025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,000 files changed

+3025
-3025
lines changed
8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

dev/_downloads/plot_kmeans_stability_low_dim_dense.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Empirical evaluation of the impact of k-means initialization\n\n\nEvaluate the ability of k-means initializations strategies to make\nthe algorithm convergence robust as measured by the relative standard\ndeviation of the inertia of the clustering (i.e. the sum of distances\nto the nearest cluster center).\n\nThe first plot shows the best inertia reached for each combination\nof the model (``KMeans`` or ``MiniBatchKMeans``) and the init method\n(``init=\"random\"`` or ``init=\"kmeans++\"``) for increasing values of the\n``n_init`` parameter that controls the number of initializations.\n\nThe second plot demonstrate one single run of the ``MiniBatchKMeans``\nestimator using a ``init=\"random\"`` and ``n_init=1``. This run leads to\na bad convergence (local optimum) with estimated centers stuck\nbetween ground truth clusters.\n\nThe dataset used for evaluation is a 2D grid of isotropic Gaussian\nclusters widely spaced.\n\n"
18+
"\n# Empirical evaluation of the impact of k-means initialization\n\n\nEvaluate the ability of k-means initializations strategies to make\nthe algorithm convergence robust as measured by the relative standard\ndeviation of the inertia of the clustering (i.e. the sum of squared\ndistances to the nearest cluster center).\n\nThe first plot shows the best inertia reached for each combination\nof the model (``KMeans`` or ``MiniBatchKMeans``) and the init method\n(``init=\"random\"`` or ``init=\"kmeans++\"``) for increasing values of the\n``n_init`` parameter that controls the number of initializations.\n\nThe second plot demonstrate one single run of the ``MiniBatchKMeans``\nestimator using a ``init=\"random\"`` and ``n_init=1``. This run leads to\na bad convergence (local optimum) with estimated centers stuck\nbetween ground truth clusters.\n\nThe dataset used for evaluation is a 2D grid of isotropic Gaussian\nclusters widely spaced.\n\n"
1919
]
2020
},
2121
{

dev/_downloads/plot_kmeans_stability_low_dim_dense.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Evaluate the ability of k-means initializations strategies to make
77
the algorithm convergence robust as measured by the relative standard
8-
deviation of the inertia of the clustering (i.e. the sum of distances
9-
to the nearest cluster center).
8+
deviation of the inertia of the clustering (i.e. the sum of squared
9+
distances to the nearest cluster center).
1010
1111
The first plot shows the best inertia reached for each combination
1212
of the model (``KMeans`` or ``MiniBatchKMeans``) and the init method

dev/_downloads/scikit-learn-docs.pdf

-8.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)