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 f991233 commit 8462a35Copy full SHA for 8462a35
examples/plot_robust_classification_toy.py
@@ -34,7 +34,7 @@
34
"SGDClassifier, Hinge loss",
35
SGDClassifier(loss="hinge", random_state=rng),
36
),
37
- ("SGDClassifier, log loss", SGDClassifier(loss="log", random_state=rng)),
+ ("SGDClassifier, log loss", SGDClassifier(loss="log_loss", random_state=rng)),
38
(
39
"SGDClassifier, modified_huber loss",
40
SGDClassifier(loss="modified_huber", random_state=rng),
0 commit comments