Skip to content

Commit

Permalink
Add missing double quote (scikit-learn#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn authored and TomDLT committed Oct 3, 2016
1 parent 68d32ab commit 0cf5123
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 0cf5123

Please sign in to comment.