File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ defined as:
706
706
With ``adjusted=True ``, balanced accuracy reports the relative increase from
707
707
:math: `\texttt {balanced-accuracy}(y, \mathbf {0 }, w) =
708
708
\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 >`_,
710
710
or *informedness *.
711
711
712
712
.. note ::
@@ -717,7 +717,7 @@ or *informedness*.
717
717
718
718
* Our definition: [Mosley2013 ]_, [Kelleher2015 ]_ and [Guyon2015 ]_, where
719
719
[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 `.
721
721
* Class balanced accuracy as described in [Mosley2013 ]_: the minimum between the precision
722
722
and the recall for each class is computed. Those values are then averaged over the total
723
723
number of classes to get the balanced accuracy.
You can’t perform that action at this time.
0 commit comments