Hi,
In the silhouette example (
http://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html#sphx-glr-auto-examples-cluster-plot-kmeans-silhouette-analysis-py),
the silhouette values of each sample is computed twice: once with
*silhouette_score
*and once with *silhouet
On Fri, Oct 14, 2016 at 3:27 PM, Anaël Bonneton
wrote:
> Hi,
>
> In the silhouette example (http://scikit-learn.org/
> stable/auto_examples/cluster/plot_kmeans_silhouette_
> analysis.html#sphx-glr-auto-examples-cluster-plot-kmeans-
> silhouette-analysis-py), the silhouette values of each sample i
Dear Anaël,
if you wish, you could add a line to the example verifying this
correspondence. E.g. by moving the print function from between the two
silhouette evaluations to after and also evaluating that average and
printing it in parentheses.
Probably not necessary though. A comment would do als