Support for Accelerated Hierarchical Density Clustering?
Opened this issue · 1 comments
jens-f commented
I was wondering if this library includes the accelerated version of the HDBSCAN algo from 2017?
The paper: https://arxiv.org/abs/1705.07321
The implementation in Python: https://github.com/scikit-learn-contrib/hdbscan
rohanmohapatra commented
Hi @jens-totemic , This only supports basic HDBSCAN. I am happy to look at a PR if you want to add this.