File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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+
184188Bug 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 :
You can’t perform that action at this time.
0 commit comments