Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'RandomizedLogisticRegression' #4

Open
shishir13 opened this issue Dec 27, 2019 · 0 comments
Open

ImportError: cannot import name 'RandomizedLogisticRegression' #4

shishir13 opened this issue Dec 27, 2019 · 0 comments

Comments

@shishir13
Copy link

shishir13 commented Dec 27, 2019

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant