In Week 01 - Introduction.ipynb, even though there is no import for "RandomizedLogisticRegression" (which is now deprecated), on executing below eli code we see ImportError.
Strange that for this from sklearn.linear_model import LogisticRegression, it shows a different import error. Please Help!!
Is this because of eli5s version 0.8.1?
import eli5
eli5.show_weights(classifier, vec=vectorizer, top=40)