Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple layers of clustering labels for DataMapPlot #2261

Open
1 task done
keyuchen21 opened this issue Jan 5, 2025 · 2 comments
Open
1 task done

multiple layers of clustering labels for DataMapPlot #2261

keyuchen21 opened this issue Jan 5, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@keyuchen21
Copy link

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Desribe the bug

if we use BERTopic for multiple layers of labels.... does this make sense?
let's say if I use 3 different cluster models to label for 3 layers of the maps, does it making sense?
sense, we can only use one set of coordinates
anyone did this yet?

image

Reproduction

from bertopic import BERTopic

BERTopic Version

NA

@keyuchen21 keyuchen21 added the bug Something isn't working label Jan 5, 2025
@MaartenGr
Copy link
Owner

It isn't necessarily wrong to approach it like just, it's just important to be aware that the layers are independent of one another. Since you used three different models, they shouldn't seem like they interact with one another.

By the way, another thing you can do is make use EVōC instead which models multiple levels.

@keyuchen21
Copy link
Author

yeah....agree with that....
thank you a lot for the EVoC suggestion!!!! that's pretty cool!!!! @MaartenGr
Thanks!!!!!

@keyuchen21 keyuchen21 reopened this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants