The issue also just goes away if you just do it yourself with pretty much no effort:
from sklearn.feature_extraction import text as feat_text tfidf = feat_text.TfidfVectorizer()
The issue also just goes away if you just do it yourself with pretty much no effort: