Divye Gala
Divye Gala
If the cluster tree is empty and `allow_single_cluster=True`, root is chosen as a cluster here https://github.com/scikit-learn-contrib/hdbscan/blob/master/hdbscan/_hdbscan_tree.pyx#L780 Now, if `cluster_selection_epsilon == 0.0`, the selected clusters get overwritten to be the empty...
`normalize` parameter is deprecated in scikit-learn 1.x.x. This PR fixes failing weighted ridge tests.
These are tasks for cuML's HDBSCAN implementation after 21.06 release - [x] Move HDBSCAN out of experimental (this can be done after sections 1, 2, and 3 below are complete)....
Depends on https://github.com/facebookresearch/faiss/pull/3084
https://github.com/rapidsai/raft/pull/2022 introduced a C++ and Python API to search a CAGRA graph using hnswlib. As of now, the API only supports vanilla searches.