CMD + K

hdbscan

Community

Clustering based on density with variable density clusters

Installation

To install this package, run one of the following:

Conda
$conda install sfe1ed40::hdbscan

Usage Tracking

0.8.33
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

HDBSCAN - Hierarchical Density-Based Spatial Clustering of Applications with Noise. Performs DBSCAN over varying epsilon values and integrates the result to find a clustering that gives the best stability over epsilon. This allows HDBSCAN to find clusters of varying densities (unlike DBSCAN), and be more robust to parameter selection.

In practice this means that HDBSCAN returns a good clustering straight away with little or no parameter tuning -- and the primary parameter, minimum cluster size, is intuitive and easy to select.

HDBSCAN is ideal for exploratory data analysis; it's a fast and robust algorithm that you can trust to return meaningful clusters (if there are any).

About

Summary

Clustering based on density with variable density clusters

Last Updated

Aug 1, 2023 at 15:08

License

BSD-3-Clause

Total Downloads

14.2K

Supported Platforms

linux-ppc64le
linux-aarch64
linux-s390x
macOS-64
macOS-arm64
linux-64
win-64