Deep Dive into Clustering: The k-Means algorithm and choosing the number of clusters
unsupervised learning
clustering
code
Comparing 4 clustering metrics from Daniel Capellupo, PhD
My summary:
This post goes through several examples of using k-Means clustering, and four different clustering metrics / techniques that can aide in choosing the best / ideal number of clusters.
There is also a Jupyter notebook available with all the code used for generating the examples in this blog post.
Here is the link again to their blog post for more details: Deep Dive into Clustering: The k-Means algorithm and choosing the number of clusters
