You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?