We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f224297 commit 4175586Copy full SHA for 4175586
examples/classification/4-tutorials/plot_main-tutorial-classification.py
@@ -33,7 +33,7 @@
33
# We will use MAPIE to estimate a prediction set of several classes such
34
# that the probability that the true label of a new test point is included
35
# in the prediction set is always higher than the target confidence level :
36
-#``P(Yₙ₊₁ ∈ Ĉₙ,α(Xₙ₊₁)) ≥ 1 - α```
+# ``P(Yₙ₊₁ ∈ Ĉₙ,α(Xₙ₊₁)) ≥ 1 - α```
37
# We start by using the softmax score output by the base classifier as the
38
# conformity score on a toy two-dimensional dataset.
39
#
0 commit comments