You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "saga" solver is often the best choice but requires scaling. The
821
-
"lbfgs" solver is used by default for historical reasons.
817
+
"liblinear" solver is used by default for historical reasons.
822
818
823
819
For large dataset, you may also consider using :class:`SGDClassifier`
824
820
with 'log' loss.
@@ -870,12 +866,6 @@ to warm-starting (see :term:`Glossary <warm_start>`).
870
866
871
867
.. [7] Aaron Defazio, Francis Bach, Simon Lacoste-Julien: `SAGA: A Fast Incremental Gradient Method With Support for Non-Strongly Convex Composite Objectives. <https://arxiv.org/abs/1407.0202>`_
0 commit comments