hdbscan
Package — MLPython 3.7+Advanced
Hierarchical density-based clustering (better than DBSCAN)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, SciPy, scikit-learn, joblib
- Install
pip install hdbscan
Learn by Difficulty
Quick Example
python
# Install: pip install hdbscan import hdbscan # Basic hdbscan usage print(f"Using hdbscan") # See documentation for detailed examples
hdbscan is a third-party package. Hierarchical density-based clustering (better than DBSCAN). Install with: pip install hdbscan
Try in PlaygroundTags
packagemachine-learningaimodeling