Skip to content

Commit

Permalink
Add missing double quote (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn authored and agramfort committed May 26, 2016
1 parent 4854454 commit d161bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/linear_model.rst
Expand Up @@ -742,7 +742,7 @@ In a nutshell, one may choose the solver with the following rules:
Case Solver
================================= =============================
Small dataset or L1 penalty "liblinear"
Multinomial loss or large dataset "lbfgs", "sag" or newton-cg"
Multinomial loss or large dataset "lbfgs", "sag" or "newton-cg"
Very Large dataset "sag"
================================= =============================
For large dataset, you may also consider using :class:`SGDClassifier` with 'log' loss.
Expand Down

0 comments on commit d161bfa

Please sign in to comment.