8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89312 commit 0d8aa16Copy full SHA for 0d8aa16
doc/whats_new/v0.21.rst
@@ -45,6 +45,16 @@ Details are listed in the changelog below.
45
(While we are trying to better inform users by providing this information, we
46
cannot assure that this list is complete.)
47
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
58
Changelog
59
---------
60
0 commit comments