Skip to content
#

unsupervised-learning

Here are 1,114 public repositories matching this topic...

vladradishevsky
vladradishevsky commented Mar 2, 2020

Hello

I have 200k documents and I create 100 topics. I look at the terms and see that the topics are good.
But when I want to look at examples for each topic I do probs, _ = topic_model.transform(count_matrix, details=True). Then I create new column for each for example dataframe['topic=0']=pd.Series(probs[:, 0]). Then I sort dataframe by prob value decrease and I see that about 1/3 of the

Improve this page

Add a description, image, and links to the unsupervised-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unsupervised-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.