-
**Is your feature request related to a problem? Please describe.**
I would like to use cosine similarity as a metric for HDBSCAN for high dimensional data without dimension reduction as its quite slow…
-
I am trying to use this incredible new library you are working on. And following your example in the arxiv notebook I received this error:
![image](https://github.com/user-attachments/assets/cb0c92ba…
-
Looks like we are OK for numpy 2 here, just `hdbscan` which is not yet compatible. Their new version `0.8.37` released a few days ago pins `numpy < 2`, so new installs will work. Older installs that a…
-
As stated in https://github.com/scikit-learn/scikit-learn/issues/27151, it would be great to reduce the number of examples in the gallery.
Right now, we have three examples for:
- OPTICS: https:…
-
Hi all,
Im trying to plot the output of fast_hdbscan.cluster_trees.condense_tree using the hdbscan.plots.CondensedTree class .
I tried converting the result like so:
`ct_raw = np.rec.fromarra…
-
I'm currently using vanilla HDBSCAN to cluster a precomputed sparse distance matrix being input as a `scipy.sparse.csr_matrix` object. I'm very eager to use fast_hdbscan due primarily to it's easier c…
-
Hey,
I cannot install the Python dependencies by running `textrpp_install()` on Linux (fully updated Manjaro).
After removing the hdbscan version specification from `rpp_version=`, it works. 🤷
…
-
DBSCAN is already included. There is a successor, [hdbscan](https://github.com/scikit-learn-contrib/hdbscan) which has a famously good Python package, and is fairly popular.
DBSCAN is already here,…
-
The CPU hdbscan [library provides](https://github.com/scikit-learn-contrib/hdbscan/blob/c5fcf4b3829d391eadd14598736a763952790a82/hdbscan/hdbscan_.py#L1457) a `relative_validity_` attribute, which is a…
-
Hi - importing `fast_hdbscan` seems to be really slow, using the latest PyPi version. It takes ~25s in a new python session.
Here is a repro in [google colab](https://colab.research.google.com/dri…