File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -817,11 +817,10 @@ The following table summarizes the penalties supported by each solver:
817
817
| Robust to unscaled datasets | yes | yes | yes | no | no |
818
818
+------------------------------+-----------------+-------------+-----------------+-----------+------------+
819
819
820
- The "saga" solver is often the best choice but requires scaling. The
821
- "lbfgs" solver is used by default for historical reasons.
822
-
820
+ The "lbfgs" solver is used by default for its robustness. For large datasets
821
+ the "saga" solver is usually faster.
823
822
For large dataset, you may also consider using :class: `SGDClassifier `
824
- with 'log' loss.
823
+ with 'log' loss, which might be even faster but require more tuning .
825
824
826
825
.. topic :: Examples:
827
826
You can’t perform that action at this time.
0 commit comments