Skip to content

Commit 4434a80

Browse files
authored
DOC: Remove an extra ")" parenthesis in model_evaluation.rst (#32118)
1 parent 0033630 commit 4434a80

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
@@ -1651,7 +1651,7 @@ class. The OvO and OvR algorithms support weighting uniformly
16511651
where :math:`c` is the number of classes and :math:`\text{AUC}(j | k)` is the
16521652
AUC with class :math:`j` as the positive class and class :math:`k` as the
16531653
negative class. In general,
1654-
:math:`\text{AUC}(j | k) \neq \text{AUC}(k | j))` in the multiclass
1654+
:math:`\text{AUC}(j | k) \neq \text{AUC}(k | j)` in the multiclass
16551655
case. This algorithm is used by setting the keyword argument ``multiclass``
16561656
to ``'ovo'`` and ``average`` to ``'macro'``.
16571657

0 commit comments

Comments
 (0)