aboutsummaryrefslogtreecommitdiff
path: root/math/py-hdbscan
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.8.27Sunpoet Po-Chuan Hsieh2021-02-172-9/+9
| | | | | | | Changes: https://github.com/scikit-learn-contrib/hdbscan/releases Notes: svn path=/head/; revision=565617
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-02-061-2/+2
| | | | Notes: svn path=/head/; revision=564288
* Update to 0.8.26Sunpoet Po-Chuan Hsieh2020-03-312-4/+4
| | | | | | | Changes: https://github.com/scikit-learn-contrib/hdbscan/releases Notes: svn path=/head/; revision=530070
* Update to 0.8.25Sunpoet Po-Chuan Hsieh2020-03-282-4/+4
| | | | | | | Changes: https://github.com/scikit-learn-contrib/hdbscan/releases Notes: svn path=/head/; revision=529420
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2020-01-121-3/+3
| | | | Notes: svn path=/head/; revision=522808
* Unbreak bulk -aAntoine Brodin2019-12-291-1/+1
| | | | Notes: svn path=/head/; revision=521405
* Add py-hdbscan 0.8.24Sunpoet Po-Chuan Hsieh2019-12-293-0/+43
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). WWW: https://github.com/scikit-learn-contrib/hdbscan Notes: svn path=/head/; revision=521283