Open souravsingh opened 6 years ago
Hello @burbma ,
I am working with Pang review dataset to understand the working of sLDA. I am curious about how to print the inferred topics after fitting.
After training, your class has two matrices, theta (the document-topic distributions) and phi (the topic-term distributions). So print out phi. If you really want to visualize your topics, use @bmabey's pyLDAvis project.
Hello @burbma ,
I am working with Pang review dataset to understand the working of sLDA. I am curious about how to print the inferred topics after fitting.