8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d0fe9 commit 300a1f2Copy full SHA for 300a1f2
doc/modules/linear_model.rst
@@ -820,7 +820,7 @@ The following table summarizes the penalties supported by each solver:
820
The "lbfgs" solver is used by default for its robustness. For large datasets
821
the "saga" solver is usually faster.
822
For large dataset, you may also consider using :class:`SGDClassifier`
823
-with 'log' loss, which might be even faster but requires more tuning.
+with 'log' loss, which might be even faster but require more tuning.
824
825
.. topic:: Examples:
826
0 commit comments