Skip to content

ImportError: cannot import name 'RandomizedLogisticRegression' #4

@shishir13

Description

@shishir13

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions