NLP - Topic Modeling
You want to find 3 topics from a set of documents but also want to ignore very common words like 'the' and 'and'. Which combination of scikit-learn tools is best?
stop_words='english'.n_components=3 to find 3 topics. TfidfVectorizer is not recommended for LDA input.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions