-
Hi,
I have installed hdbscan with pip without any errors:
...........................................................................................
Installing collected packages: hdbscan
Attem…
-
Hi, Thanks again for your great tool,
I have a question regarding predefined Topics, whenver I add a list of **zeroshot_topic_list**, I got different generated topics and not the one I added, is th…
-
Currently the complete distance matrix is computed in the hdbscan function. Is it possible that parts of it are computed and used sequentially for the mutual reachability distance such that it could b…
-
Hello,
I'm working with a very large dataset consisting of 7.5 million rows and 18 columns, which represents customer purchase behavior. I initially used UMAP for dimensionality reduction and attem…
-
Hi Team,
We are currently running the HDBSCAN algorithm on a large and diverse dataset using one of our products to execute the script in Python. Below is the script we are using along with the in…
-
I ran in Windows 10 Anaconda. try to ues las data from Test data
TypeError: 'numpy.float64' object cannot be interpreted as an integer
Do you have any suggestion ?
FSCT-main) C:\FSCT\scripts>p…
-
Hello, I'm trying to cluster using the following lines
``
X_scale = StandardScaler().fit_transform(dfdc1)
clusterer = hdbscan.HDBSCAN(min_cluster_size= 100,min_samples=600, core_dist_n_jobs=12)
…
-
I tried to install hdbscan with "pip install hdbscan". I use anaconda3.
I get next error: Failed building wheel for hdbscan
It seems that a file is missing , since it can't find a file io.h that app…
-
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).
## 1. Necessary te…
-
**Describe the bug**
cuml.cluster.HDBSCAN does not appear to support precomputed distance matrix as the documentation suggests
**Steps/Code to reproduce bug**
```
from cuml.cluster import HDBSCA…