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

LogisticRegression fails when X is a single predictor #272

Closed
Tracked by #242
raphaelvallat opened this issue Jun 13, 2022 · 0 comments · Fixed by #300
Closed
Tracked by #242

LogisticRegression fails when X is a single predictor #272

raphaelvallat opened this issue Jun 13, 2022 · 0 comments · Fixed by #300
Assignees
Labels
bug 💥 Something isn't working

Comments

@raphaelvallat
Copy link
Owner

raphaelvallat commented Jun 13, 2022

See scikit-learn/scikit-learn#23605

This leads to unit tests failure in Pingouin.

The easiest fix is to downgrade scikit-learn to version 1.0:

pip install scikit-learn==1.0
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

Successfully merging a pull request may close this issue.

1 participant