Zhihao Zheng
unread,Oct 2, 2021, 3:35:25 PM10/2/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Yellowbrick
I noticed that for KElbowVisualizer(model, k=(2,12), metric='silhouette'), detecting knee and/or elbow will always fail when the largest silhouette score is at k=2, as k=1 is naturally not valid for silhouette calculation and the silhouette score curve will just directly fall, and there's no knee and elbow to be found. Yet the data do have an optimal number of clusters value, which is k=2.