8000
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.
1 parent 6b60558 commit d304331Copy full SHA for d304331
doc/modules/model_evaluation.rst
@@ -1423,7 +1423,7 @@ uniformly:
1423
1424
.. math::
1425
1426
- \frac{2}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j | k) +
+ \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j | k) +
1427
\text{AUC}(k | j))
1428
1429
where :math:`c` is the number of classes and :math:`\text{AUC}(j | k)` is the
@@ -1438,7 +1438,7 @@ prevalence:
1438
1439
1440
1441
- \frac{2}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(
+ \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(
1442
\text{AUC}(j | k) + \text{AUC}(k | j))
1443
1444
where :math:`c` is the number of classes. This algorithm is used by setting
0 commit comments