-
Hello! I have been using the codes recently to analyze text. Yet, I encounter an error when executing the "tutorial_french" file. I have already tried with different versions of Python, but the error …
-
Hi there,
When trying to run the example code I encounter the following:
```
from sklearn.datasets import fetch_20newsgroups
newsgroups = fetch_20newsgroups(subset='all', remove=('headers', '…
-
Getting the following error while trying to install hdbscan using pipenv. I am using python version 3.8 and pip version 21
Building wheels for collected packages: hdbscan
Building wheel for hdbs…
-
Hello,
is it possible to run HDBSCAN on a graph without having to convert the graph into a sparse matrix first ?
Currently we convert the graph into a sparse matrix and use the "precomputed" metri…
-
Hello,
I am comparing HDBSCAN and DBSCAN clustering speeds for a dataset `X` of dimension 40000x228. I have tested both algorithms with the default settings:
```
from hdbscan import HDBSCAN
from…
-
I am getting the following error while trying to do : import hdbscan
I am on a windows 7 machine and with a 64 bit python installation using conda
Error :
```
--------------------------------------…
-
Help needed! I want to run the algorithm based on correlation distance. I would like to get assistance with doing so. With default metrics I ran the algorithm on 1.5m+ 128 dimensional vectors with 'bo…
-
I'm using HDBSCAN's soft clustering option following their tutorial. But I get this error when I try to generate `soft_clusters`:
`AttributeError: 'numpy.ndarray' object has no attribute 'condensed…
-
**Is your feature request related to a problem? Please describe.**
I am currently working with a dataset consisting of 20,000 sequences, and I need to perform distance-based clustering on these seq…
-
I am struggling to get bertopic installed on a windows machine. hdbscan seems to fail everytime. Here are the details of what I trying to do and what i have done:
1. I am trying to install in a vir…