hdbscanEasy Playground

Hierarchical density-based clustering (better than DBSCAN)

Getting started with hdbscanRun locally
Install
pip install hdbscan
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: hdbscan)

hdbscan is a third-party package. Hierarchical density-based clustering (better than DBSCAN). Install with: pip install hdbscan

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?