8000 Report known bug about max_iter in liblinear Logistic · scikit-learn/scikit-learn@0d8aa16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d8aa16

Browse files
committed
Report known bug about max_iter in liblinear Logistic
1 parent 0a89312 commit 0d8aa16

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/whats_new/v0.21.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Details are listed in the changelog below.
4545
(While we are trying to better inform users by providing this information, we
4646
cannot assure that this list is complete.)
4747

48+
Known Major Bugs
49+
----------------
50+
51+
* The default `max_iter` for :class:`linear_model.LogisticRegression` is too
52+
small for many solvers given the default `tol`. In particular, we
53+
accidentally changed the default `max_iter` for the liblinear solver from
54+
1000 to 100 iterations in :pr:`3591` released in version 0.16.
55+
In a future release we hope to choose better default `max_iter` and `tol`
56+
heuristically depending on the solver (see :pr:`13317`).
57+
4858
Changelog
4959
---------
5060

0 commit comments

Comments
 (0)
0