l***@gmail.com
2017-08-07 09:14:45 UTC
every time I ran the code,it says that the kernel has died ,restarting.
lda_model=gensim.models.LdaModel(corpus_train,id2word=id2word,num_topics =
10)
my code is below:
import pyLDAvis.gensim
from IPython.display import display
prepared = pyLDAvis.gensim.prepare(goodLdaModel, corpus_train, id2word)
display(pyLDAvis.display(prepared))
lda_model=gensim.models.LdaModel(corpus_train,id2word=id2word,num_topics =
10)
my code is below:
import pyLDAvis.gensim
from IPython.display import display
prepared = pyLDAvis.gensim.prepare(goodLdaModel, corpus_train, id2word)
display(pyLDAvis.display(prepared))
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.