Contents:
ModelResults.plot_silhouette()
Create a diagnostic plot of silhouette scores using scikit-plot.
str
metric used to calculate distance. Accepts any string used with sklearn.metrics.pairwise
title passed to the matplotlib figure. Defaults to “Silhouette Score”
matplotlib.Figure
silhouette plot created by scikit-plot.