Skip to content

Commit

Permalink
mob next [ci-skip] [ci skip] [skip ci]
Browse files Browse the repository at this point in the history
lastFile:skore/src/skore/sklearn/_plot/roc_curve.py
  • Loading branch information
thomass-dev committed Feb 6, 2025
1 parent 8a8f611 commit c18debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skore/src/skore/sklearn/_plot/roc_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def plot(

default_line_kwargs = {
"label": (
f"{self.data_source.title()} set - fold #{split_idx + 1} "
f"{self.data_source.title()} - fold #{split_idx + 1} "
f"(AUC = {roc_auc:0.2f})"
)
}
Expand Down

0 comments on commit c18debe

Please sign in to comment.