I need to build a classifier for text, and now I\'m using TfidfVectorizer and SelectKBest to selection the features, as following:
vectorizer = TfidfVectoriz
The following should work:
np.asarray(vectorizer.get_feature_names())[ch2.get_support()]