Closed
Description
Description
The tests of LogisticRegression
in test_logistic.py
produce currently 468 warnings (run pytest sklearn/linear_model/tests/test_logistic.py
).
This is quite a lot and should be reduced.
Remark
To explore the cause for the warnings, run pytest -Werror sklearn/linear_model/tests/test_logistic.py
.