8000 Add missing double quote (#6831) · scikit-learn/scikit-learn@d161bfa · GitHub
[go: up one dir, main page]

Skip to content

Commit d161bfa

Browse files
jbnagramfort
authored andcommitted
Add missing double quote (#6831)
1 parent 4854454 commit d161bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/linear_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ In a nutshell, one may choose the solver with the following rules:
742742
Case Solver
743743
================================= =============================
744744
Small dataset or L1 penalty "liblinear"
745-
Multinomial loss or large dataset "lbfgs", "sag" or newton-cg"
745+
Multinomial loss or large dataset "lbfgs", "sag" or "newton-cg"
746746
Very Large dataset "sag"
747747
================================= =============================
748748
For large dataset, you may also consider using :class:`SGDClassifier` with 'log' loss.

0 commit comments

Comments
 (0)
0