Skip to content

Commit 2520ceb

Browse files
authored
DOC Fix typo math formating (scikit-learn#31622)
1 parent 1aeef80 commit 2520ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/model_evaluation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ achieves the best score only when the estimated probabilities equal the
19501950
true ones.
19511951

19521952
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
1953+
ranges between :math:`[0,1]`. For binary targets :math:`y_i \in \{0, 1\}` and
19541954
probability estimates :math:`\hat{p}_i \approx \operatorname{Pr}(y_i = 1)`
19551955
for the positive class, the Brier score is then equal to:
19561956

0 commit comments

Comments
 (0)