DeepNLP-Course icon indicating copy to clipboard operation
DeepNLP-Course copied to clipboard

ImportError: cannot import name 'RandomizedLogisticRegression'

Open shishir13 opened this issue 6 years ago • 0 comments

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)

shishir13 avatar Dec 27 '19 18:12 shishir13