Skip to content

Commit c5bf053

Browse files
fix: Revert mistaken change
1 parent 60a1b4e commit c5bf053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skore/src/skore/_sklearn/_estimator/metrics_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ def confusion_matrix(
19871987
sample_weight: ArrayLike | None = None,
19881988
display_labels: list | None = None,
19891989
include_values: bool = True,
1990-
normalize: Literal["true", "pred", "both"] | None = None,
1990+
normalize: Literal["true", "pred", "all"] | None = None,
19911991
values_format: str | None = None,
19921992
) -> ConfusionMatrixDisplay:
19931993
"""Plot the confusion matrix.

0 commit comments

Comments
 (0)