Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b15c5

Browse files
amuellerogrisel
authored andcommitted
add explicit mention of scaing for saga in logisticregression docs. (#12236)
1 parent 94c70ff commit 59b15c5

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
@@ -799,7 +799,7 @@ In a nutshell, the following table summarizes the penalties supported by each so
799799
| Robust to unscaled datasets | yes | yes | yes | no | no |
800800
+------------------------------+-----------------+-------------+-----------------+-----------+------------+
801801

802-
The "saga" solver is often the best choice. The "liblinear" solver is
802+
The "saga" solver is often the best choice but requires scaling. The "liblinear" solver is
803803
used by default for historical reasons.
804804

805805
For large dataset, you may also consider using :class:`SGDClassifier`

0 commit comments

Comments
 (0)