topicwizard
topicwizard copied to clipboard
Powerful topic model visualization in Python
I have trained LDA model using Gensim, and now want to use topicwizard for visualization. But even after following the Readme for using Gensim topic model case, it doesn't seem...
Imagine the following scenario: You're a restaurant branch, you run S3 on reviews you got from your customers, and you get a handful of interesting axes. You would most likely...
As pointed out by a reader the API has changed since [this article](https://medium.com/@power.up1163/unsupervised-text-classification-with-topic-models-and-good-old-human-reasoning-da297bed7362). They also said that it would be really useful to have a tutorial like this in our...
Hi! Thanks for this awesome package! Currently am applying this package on Chinese language text corpus. The output generated are "empty squares" - the reason behind this is that we...
BertopicWrapper works perfectly with a visualization, but it is failing at the pickling stage when dumping with joblib ``` model = BERTopicWrapper(user_topic_model) topicwizard.visualize(corpus=docs, embeddings=embeddings, model=model) ``` This snippet works so...