NLP - Topic Modeling
Which scikit-learn class is used to convert text documents into a matrix of token counts before applying LDA?
CountVectorizer.TfidfTransformer creates TF-IDF scores, not counts; LabelEncoder encodes labels; StandardScaler scales numeric data.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions