@xxxsl wrote:
Hi, I went across a site at analyticsvidhya,
https://www.analyticsvidhya.com/blog/2016/08/beginners-guide-to-topic-modeling-in-python/
It is about topic modelling in Python and it uses Gensim.There is a particular line of code. Which i dont quite understand it.
ldamodel = Lda(doc_term_matrix, num_topics=3, id2word = dictionary, passes=50)
What is the ‘passes=50’ about? Please help!
Posts: 1
Participants: 1