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 1aeef80 commit 2520cebCopy full SHA for 2520ceb
doc/modules/model_evaluation.rst
@@ -1950,7 +1950,7 @@ achieves the best score only when the estimated probabilities equal the
1950
true ones.
1951
1952
Note that in the binary case, the Brier score is usually divided by two and
1953
-ranges between :math:`[0,1]`. For binary targets :math:`y_i \in {0, 1}` and
+ranges between :math:`[0,1]`. For binary targets :math:`y_i \in \{0, 1\}` and
1954
probability estimates :math:`\hat{p}_i \approx \operatorname{Pr}(y_i = 1)`
1955
for the positive class, the Brier score is then equal to:
1956
0 commit comments