Skip to content

Commit 7cc4581

Browse files
authored
DOC: Correct punctuation typos in Model Evaluation Section (scikit-learn#32001)
1 parent 450cb20 commit 7cc4581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/model_evaluation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ defined as:
706706
With ``adjusted=True``, balanced accuracy reports the relative increase from
707707
:math:`\texttt{balanced-accuracy}(y, \mathbf{0}, w) =
708708
\frac{1}{n\_classes}`. In the binary case, this is also known as
709-
`*Youden's J statistic* <https://en.wikipedia.org/wiki/Youden%27s_J_statistic>`_,
709+
`Youden's J statistic <https://en.wikipedia.org/wiki/Youden%27s_J_statistic>`_,
710710
or *informedness*.
711711

712712
.. note::
@@ -717,7 +717,7 @@ or *informedness*.
717717

718718
* Our definition: [Mosley2013]_, [Kelleher2015]_ and [Guyon2015]_, where
719719
[Guyon2015]_ adopt the adjusted version to ensure that random predictions
720-
have a score of :math:`0` and perfect predictions have a score of :math:`1`..
720+
have a score of :math:`0` and perfect predictions have a score of :math:`1`.
721721
* Class balanced accuracy as described in [Mosley2013]_: the minimum between the precision
722722
and the recall for each class is computed. Those values are then averaged over the total
723723
number of classes to get the balanced accuracy.

0 commit comments

Comments
 (0)