TF IDF Vectorizer Regression -Logistik

idf = vect.idf_
print (dict(zip(vect.get_feature_names(), idf)))
Blushing Buzzard