DanR
DanR
My bad on misreading the original post, I missed the point completely 🙁
@MaartenGr - Thanks for the as usual very helpful explanation... > In order to keep the topics as interpretable as possible, I opted for the latter. It focuses, in a...
Thanks for the detailed explanations which support things you have said consistently since I've been here. Right now I'm focused on using clustering algorithms like hdbscan and PaCMAP which seem...
> Do note that t-SNE is not meant for clustering but gives a general overview and might overestimate the differences/overlap found between points. Yes. I mentioned the t-sne because using...
I think that the issue is that there are internal differences in the outputs of HDBSCAN and/or UMAP depending on processor type. You will get the same problem if you...
How large is your corpus and what are your BERTopic settings when colab crashes? I'm seeing the same problem on my colab+ instance. I'm *guessing* it is simply a memory...
I have a corpus of 30K documents and when I tried to visualize after I saw your post it crashed (multiple times) on colab+ with a memory problem - I...
I have the same problem when attempting to load a model. The model in question was created months ago, so I'm wondering if it has to do with a colab/python/package...
I'm attempting to install RAPIDS on Colab using the RAPIDS notebook (rapids-colab-template). It installs and then I install BERTopic (pip install bertopic). However when I "from bertopic import BERTopic" I...
Super! Thanks so much for taking the time.