Skip to content

Commit 22f8e56

Browse files
committed
DOC Added what's new entry for silhouette plot example
PEP8 Remove trailing whitespace.
1 parent 444bf22 commit 22f8e56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Documentation improvements
181181
used to point to empty pages stating that they are aliases of BinaryTree.
182182
This has been fixed to show the correct class docs. By `Manoj Kumar`_.
183183

184+
- Added silhouette plots for analysis of KMeans clustering using
185+
:func:`metrics.silhouette_samples` and :func:`metrics.silhouette_score`.
186+
See :ref:`examples_cluster_plot_kmeans_silhouette_analysis.py`
187+
184188
Bug fixes
185189
.........
186190
- Metaestimators now support ducktyping for the presence of ``decision_function``,
@@ -301,7 +305,7 @@ API changes summary
301305
been removed. They were deprecated since 0.14
302306

303307
- From now onwards, all estimators will uniformly raise ``NotFittedError``
304-
(:class:`utils.validation.NotFittedError`), when any of the ``predict``
308+
(:class:`utils.validation.NotFittedError`), when any of the ``predict``
305309
like methods are called before the model is fit. By `Raghav R V`_.
306310

307311
.. _changes_0_15_2:

0 commit comments

Comments
 (0)