Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30780db

Browse files
committedMay 28, 2025
Pushing the docs to dev/ for branch: main, commit 4493f86c463689e4fed76240bfac98f9252d1bbd
1 parent 8159dfe commit 30780db

File tree

1,563 files changed

+6314
-6138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,563 files changed

+6314
-6138
lines changed
 

‎dev/_downloads/010337852815f8103ac6cca38a812b3c/plot_roc_crossval.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
X[test],
9090
y[test],
9191
name=f"ROC fold {fold}",
92-
alpha=0.3,
93-
lw=1,
92+
curve_kwargs=dict(alpha=0.3, lw=1),
9493
ax=ax,
9594
plot_chance_level=(fold == n_splits - 1),
9695
)
Binary file not shown.

0 commit comments

Comments
 (0)