Skip to content

Commit 8462a35

Browse files
fix plot robust classification example
1 parent f991233 commit 8462a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_robust_classification_toy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"SGDClassifier, Hinge loss",
3535
SGDClassifier(loss="hinge", random_state=rng),
3636
),
37-
("SGDClassifier, log loss", SGDClassifier(loss="log", random_state=rng)),
37+
("SGDClassifier, log loss", SGDClassifier(loss="log_loss", random_state=rng)),
3838
(
3939
"SGDClassifier, modified_huber loss",
4040
SGDClassifier(loss="modified_huber", random_state=rng),

0 commit comments

Comments
 (0)