You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to use LDA model in gensim. I am getting mentioned, I recently installed the gensim package.
/.local/lib/python3.5/site-packages/gensim/models/ldamodel.py:1077: DeprecationWarning: Calling np.sum(generator) is deprecated, and in the future will give a different result. Use np.sum(np.from_iter(generator)) or the python sum builtin instead.
score += np.sum(cnt * logsumexp(Elogthetad + Elogbeta[:, int(id)]) for id, cnt in doc)
The text was updated successfully, but these errors were encountered:
I trying to use LDA model in gensim. I am getting mentioned, I recently installed the gensim package.
The text was updated successfully, but these errors were encountered: