Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/metrics/_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -3539,7 +3539,7 @@ def brier_score_loss(
When True, scale the Brier score by 1/2 to lie in the [0, 1] range instead
of the [0, 2] range. The default "auto" option implements the rescaling to
[0, 1] only for binary classification (as customary) but keeps the
original [0, 2] range for multiclasss classification.
original [0, 2] range for multiclass classification.

.. versionadded:: 1.7

Expand Down