My question is related to this post, Document topical distribution in Gensim LDA, the documentation for gensim.models.ldamodel states that "minimum_probability controls filtering the topics returned for a document (bow)." however, ldamodel[corpus] returns all possible topics with their probability (even below the number set in minimum_probability). what is the difference between these two? python 2.7.5 gensim 0.13.3
thank you