-
After getting topics, I need to split them based on internal labels. Doing so, I'll need to use `update_topics` with a custom list of topics. But `update_topics` function does not update `probabiliti…
-
hdbscan==0.8.2
Can't seem to get cosine metric working:
hdbscan.hdbscan_.DistanceMetric.get_metric('cosine')
So the metric is there, but:
clusterer = hdbscan.HDBSCAN(min_cluster_size=5, metric='cos…
rn123 updated
2 years ago
-
Not sure if I'm encountering a bug, but I've been running against some performance bottlenecks that don't jive with the benchmarks you present in the docs.
I'm trying to run hdbscan on a ~500k x 10…
-
Hello,
I have been using HDBSCAN for exploratory data analysis. The data usually has between 10-20 dimensions.
I tried to do clustering analysis with and without dimensionality reduction as creatin…
djt61 updated
6 years ago
-
Hi @MaartenGr,
Thanks for the great package and all the documentations. I really learn a lot!
Just have several clarified questions.
1. topic_embeddings_
From the document, `topic_embeddings`…
-
I almost not change too many for the example code of the zero shot but has this error. Could you help me to solve it? Thanks. :from datasets import load_dataset
from bertopic import BERTopic
from …
-
Hi,
I recently found sth strange while using a matrix profile.
I used the data (1d-array: 8760 hourly data between 0 and 1, so not normalized) saved into this CSV file:
[https://drive.google.…
-
I've experimented with your software, and while it's the only one I can get to work given my current circumstances, so far it has not infact offered better diarization capabilities or speaker attribut…
-
Hi Matteo,
Thanks for the great work! I am applying FISHDBC to cluster 2 million 20-dimensional data points using Euclidean distance, but contrary to what I expected by reading the paper - the buil…
-
Hello, I am preparing a research paper, and I've come across a somewhat tricky issue.
During hyperparameter optimization, I've identified four hyperparameters: min_topic_size, nr_topics, min_cluste…