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.
model_evaluation.rst
1 parent 0033630 commit 4434a80Copy full SHA for 4434a80
doc/modules/model_evaluation.rst
@@ -1651,7 +1651,7 @@ class. The OvO and OvR algorithms support weighting uniformly
1651
where :math:`c` is the number of classes and :math:`\text{AUC}(j | k)` is the
1652
AUC with class :math:`j` as the positive class and class :math:`k` as the
1653
negative class. In general,
1654
- :math:`\text{AUC}(j | k) \neq \text{AUC}(k | j))` in the multiclass
+ :math:`\text{AUC}(j | k) \neq \text{AUC}(k | j)` in the multiclass
1655
case. This algorithm is used by setting the keyword argument ``multiclass``
1656
to ``'ovo'`` and ``average`` to ``'macro'``.
1657
0 commit comments