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

Tutorial notebook out of date #23

Open
mckenziephagen opened this issue May 16, 2024 · 0 comments
Open

Tutorial notebook out of date #23

mckenziephagen opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mckenziephagen
Copy link
Collaborator

What happened?

Tried to run the tutorial (docs/notebooks/Tutorial.ipynb) using the environment defined in setup.py and hit an issue in cell 7. It seems to be a sklearn version issue (see linked Github issue) - I'm running 1.4.2.

shankarpandala/lazypredict#442

What command did you use?

cv_score = cross_val_score(
    init_pipeline(),
    X=train_x,
    y=train_y,
    cv=outer_cv,
    scoring="roc_auc",
    n_jobs=16,
    error_score='raise'
)


### What version of the software are you running?

Latest

### How are you running this software?

Local installation ("bare-metal")

### Is your data BIDS valid?

Yes

### Are you reusing any previously computed results?

No

### Please copy and paste any relevant log output.

```shell
`TypeError: OneHotEncoder.__init__() got an unexpected keyword argument 'sparse'`

Additional information / screenshots

No response

@mckenziephagen mckenziephagen added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant