hdbscan 0.8.39
0
Clustering based on density with variable density clusters
Contents
Clustering based on density with variable density clusters
Stars: 2783, Watchers: 2783, Forks: 499, Open Issues: 360The scikit-learn-contrib/hdbscan
repo was created 9 years ago and the last code push was Yesterday.
The project is very popular with an impressive 2783 github stars!
How to Install hdbscan
You can install hdbscan using pip
pip install hdbscan
or add it to a project with poetry
poetry add hdbscan
Package Details
- Author
- None
- License
- BSD
- Homepage
- http://github.com/scikit-learn-contrib/hdbscan
- PyPi:
- https://pypi.org/project/hdbscan/
- GitHub Repo:
- https://github.com/scikit-learn-contrib/hdbscan
Classifiers
- Scientific/Engineering
- Software Development
Related Packages
Errors
A list of common hdbscan errors.
Code Examples
Here are some hdbscan
code examples and snippets.
GitHub Issues
The hdbscan package has 360 open issues on GitHub
- Installation issue
- generate_prediction_data logic to choose tree_type does not respect algorithm chosen
- (Pickling Error) ValueError: buffer source array is read-only
- Test Errors
- Use t-sne result as input encountering un-serialized error
- Python 3.10 support? ImportError
- Strange behaviour clustering 1D data
- Missing tag 0.8.27 from git, but the release exists in PyPi
- Slow behavior of approximate_predict()
- ERROR: Failure: ValueError (numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject)
- ValueError: numpy.ndarray size changed when calling import hdbscan
- Bug: min_samples should include self, but does not
- Sum of membership_vector not equal to 1