Python-Text-Analysis
Python-Text-Analysis copied to clipboard
Attribute Error in Topic Modeling Lesson
Code that generates error: tfidf = vectorizer.fit_transform(data) tokens = vectorizer.get_feature_names_out()
Error: Attribute Error: tfidfvectorizer does not have attribute 'get_feature_names_out'