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
matutils.corpus2dense triggers the following deprecation warning
/opt/conda/lib/python3.6/site-packages/gensim/matutils.py:503: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
result = np.column_stack(sparse2full(doc, num_terms) for doc in corpus)
Problem description
matutils.corpus2dense
triggers the following deprecation warningSteps/code/corpus to reproduce
See this Kaggle kernel for an example
The text was updated successfully, but these errors were encountered: