Python-Text-Analysis icon indicating copy to clipboard operation
Python-Text-Analysis copied to clipboard

Attribute Error in Topic Modeling Lesson

Open rbarreto opened this issue 1 year ago • 1 comments

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'

rbarreto avatar Mar 29 '23 21:03 rbarreto