8000 Revert "DOC typo simple present singular for SGDClassifier in linear … · xhluca/scikit-learn@300a1f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 300a1f2

Browse files
author
Xing
committed
Revert "DOC typo simple present singular for SGDClassifier in linear model docs (scikit-learn#12804)"
This reverts commit 572b1a0.
1 parent c7d0fe9 commit 300a1f2

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
@@ -820,7 +820,7 @@ The following table summarizes the penalties supported by each solver:
820820
The "lbfgs" solver is used by default for its robustness. For large datasets
821821
the "saga" solver is usually faster.
822822
For large dataset, you may also consider using :class:`SGDClassifier`
823-
with 'log' loss, which might be even faster but requires more tuning.
823+
with 'log' loss, which might be even faster but require more tuning.
824824

825825
.. topic:: Examples:
826826

0 commit comments

Comments
 (0)
0