8000 DOC : fixing missing solvers in logreg doc (#13278) · scikit-learn/scikit-learn@ad39ce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad39ce5

Browse files
rmenuetagramfort
authored andcommitted
DOC : fixing missing solvers in logreg doc (#13278)
DOC : fixing missing solvers in logreg doc
1 parent f02ef9f commit ad39ce5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/linear_model/logistic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ class LogisticRegression(BaseEstimator, LinearClassifierMixin,
13141314
Default will change from 'liblinear' to 'lbfgs' in 0.22.
13151315
13161316
max_iter : int, optional (default=100)
1317-
Useful only for the newton-cg, sag and lbfgs solvers.
13181317
Maximum number of iterations taken for the solvers to converge.
13191318
13201319
multi_class : str, {'ovr', 'multinomial', 'auto'}, optional (default='ovr')

0 commit comments

Comments
 (0)
0