Skip to content

Commit 726e731

Browse files
authored
Update theoretical_description_classification.rst
Assuming the scores are ranked from highest to lowest until the conformity score of the true label is found, then the true label Yᵢ should be equal to πₖ (the last label to be included), not πⱼ. j is a running index, so Yᵢ cannot be equal to πⱼ for all j from 1 to k.
1 parent e56f709 commit 726e731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/theoretical_description_classification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The conformity scores are computed by summing the ranked scores of each label, f
6767
label of the observation :
6868

6969
.. math::
70-
s_i(X_i, Y_i) = \sum^k_{j=1} \hat{\mu}(X_i)_{\pi_j} \quad \text{where} \quad Y_i = \pi_j
70+
s_i(X_i, Y_i) = \sum^k_{j=1} \hat{\mu}(X_i)_{\pi_j} \quad \text{where} \quad Y_i = \pi_k
7171
7272
7373
The quantile :math:`\hat{q}` is then computed the same way as the LABEL method.
@@ -198,4 +198,4 @@ NeurIPS 202 (spotlight), 2020.
198198

199199
[3] Anastasios Nikolas Angelopoulos, Stephen Bates, Michael Jordan and Jitendra Malik.
200200
"Uncertainty Sets for Image Classifiers using Conformal Prediction."
201-
International Conference on Learning Representations 2021.
201+
International Conference on Learning Representations 2021.

0 commit comments

Comments
 (0)