scikit-learn-contrib/hdbscan
A high performance implementation of HDBSCAN clustering. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 87
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 37
- age_days: 4151
- days_rel: 93
- days_push: 82
- n_releases_24m: 8
Adoption not part of the score
3136 stars · 534 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-performance Python implementation of the HDBSCAN hierarchical density-based clustering algorithm, part of the scikit-learn-contrib ecosystem. It finds clusters of varying densities with minimal parameter tuning, making it well suited to exploratory data analysis.
Use cases
- cluster data with varying densities without tuning epsilon
- find meaningful clusters in exploratory data analysis
- replace DBSCAN with a more robust density-based clustering algorithm
- cluster high-dimensional embeddings like sentence or image vectors
- identify noise and outliers in unlabeled datasets
- perform hierarchical density-based clustering in Python
When to choose
- you need clustering that works well with little or no parameter tuning
- your data contains clusters of varying densities that DBSCAN handles poorly
- you want a scikit-learn-compatible, well-documented clustering library
When to avoid
- you need to specify an exact number of clusters, as HDBSCAN determines them automatically
- you need extremely fast clustering on very large datasets where simpler algorithms like k-means suffice
- you require a non-Python environment
Facets
library · maturity stable
machine-learning data-science machine-learning data-science analytics python cross-platform clustering hdbscan dbscan density-based-clustering unsupervised-learning scikit-learn
2 sources
- readme: https://github.com/scikit-learn-contrib/hdbscan · fetched 2026-08-28 · 5f5dacf1583a
- registry_pypi: https://pypi.org/pypi/hdbscan/json · fetched 2026-08-29 · 3eee94c96313
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scikit-learn-contrib/hdbscan | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="scikit-learn-contrib/hdbscan")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem