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 installed pyldavis in colab but when i run this code
" pyLDAvis.sklearn.prepare(nmf_tfidf, tfidf, vectorizer)"
this error is show:"'TfidfVectorizer' object has no attribute 'get_feature_names'"
where is my code trouble and how to solve it
The text was updated successfully, but these errors were encountered:
I installed pyldavis in colab but when i run this code
" pyLDAvis.sklearn.prepare(nmf_tfidf, tfidf, vectorizer)"
this error is show:"'TfidfVectorizer' object has no attribute 'get_feature_names'"
where is my code trouble and how to solve it
The text was updated successfully, but these errors were encountered: