Top2Vec
Top2Vec copied to clipboard
cluster each document is clustered into
Hello How to know which cluster each document is clustered into I await your reply,thanks
model.doc_top
The documentation is a bit lacking but you can use dir(model) (where model is your trained Top2Vec model) and see all the things you can do.