Skip to content

Commit 4b79d28

Browse files
pre-commit-ci[bot]TimotheeMathieu
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64b2e79 commit 4b79d28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/plot_robust_classification_toy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"SGDClassifier, Hinge loss",
3535
SGDClassifier(loss="hinge", random_state=rng),
3636
),
37-
("SGDClassifier, log loss", SGDClassifier(loss="log_loss", random_state=rng)),
37+
(
38+
"SGDClassifier, log loss",
39+
SGDClassifier(loss="log_loss", random_state=rng),
40+
),
3841
(
3942
"SGDClassifier, modified_huber loss",
4043
SGDClassifier(loss="modified_huber", random_state=rng),

0 commit comments

Comments
 (0)