TF IDF Vectorizer Regression -logistic

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