pingouin
pingouin copied to clipboard
LogisticRegression fails when X is a single predictor
See https://github.com/scikit-learn/scikit-learn/issues/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