Skip to content

Instantly share code, notes, and snippets.

@techykajal
Created August 28, 2021 13:42
Show Gist options
  • Select an option

  • Save techykajal/c01349574d7f82c9d9680c6f51ece9b1 to your computer and use it in GitHub Desktop.

Select an option

Save techykajal/c01349574d7f82c9d9680c6f51ece9b1 to your computer and use it in GitHub Desktop.
LDA = gensim.models.ldamulticore.LdaMulticore
ldamodel = LDA.load(f"ldamodel_for_16topics_Run_10")
pyLDAvis.gensim.prepare(ldamodel, doc_term_matrix, dictionary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment