You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
The tests of
LogisticRegression
intest_logistic.py
produce currently 468 warnings (runpytest 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
.The text was updated successfully, but these errors were encountered: