Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687e84a commit 969ed53Copy full SHA for 969ed53
sklearn/metrics/_classification.py
@@ -3539,7 +3539,7 @@ def brier_score_loss(
3539
When True, scale the Brier score by 1/2 to lie in the [0, 1] range instead
3540
of the [0, 2] range. The default "auto" option implements the rescaling to
3541
[0, 1] only for binary classification (as customary) but keeps the
3542
- original [0, 2] range for multiclasss classification.
+ original [0, 2] range for multiclass classification.
3543
3544
.. versionadded:: 1.7
3545
0 commit comments