Deep Dive into Clustering: k-Means and HDBSCAN: a detailed comparison
unsupervised learning
clustering
code
Introduction to HDBSCAN with examples and code from Daniel Capellupo, PhD
My summary:
This post gives examples of different shaped clusters and looks at how k-Means handles these. It then compares how the HDBSCAN algorithm handles these different clustering scenarios. In general, HDBSCAN does quite well, even with the default hyperparameters.
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: k-Means and HDBSCAN: a detailed comparison
