NameError: name 'LdaModel' is not defined
groups.google.com › g › gensimApr 17, 2014 · So I've definitely entered: from gensim import corpora, models, similarities. Everything works fine building the corpus until I try to actually estimate the model parameters. lda = LdaModel (corpus,num_topics=100) Then I get: NameError: name 'LdaModel' is not defined. I'm entering things line-by-line in iPython.