Skip to content

Commit 969ed53

Browse files
authored
DOC Fixed typo (scikit-learn#31667)
1 parent 687e84a commit 969ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@ def brier_score_loss(
35393539
When True, scale the Brier score by 1/2 to lie in the [0, 1] range instead
35403540
of the [0, 2] range. The default "auto" option implements the rescaling to
35413541
[0, 1] only for binary classification (as customary) but keeps the
3542-
original [0, 2] range for multiclasss classification.
3542+
original [0, 2] range for multiclass classification.
35433543
35443544
.. versionadded:: 1.7
35453545

0 commit comments

Comments
 (0)