From b0d9ee3ddbf9aa2f3196a20a74648962baa052a1 Mon Sep 17 00:00:00 2001 From: qroa Date: Thu, 12 Dec 2024 22:22:35 +0100 Subject: [PATCH] fix linting --- .../4-tutorials/plot_main-tutorial-classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/classification/4-tutorials/plot_main-tutorial-classification.py b/examples/classification/4-tutorials/plot_main-tutorial-classification.py index 0b9aa1208..cd57da03a 100644 --- a/examples/classification/4-tutorials/plot_main-tutorial-classification.py +++ b/examples/classification/4-tutorials/plot_main-tutorial-classification.py @@ -33,7 +33,7 @@ # We will use MAPIE to estimate a prediction set of several classes such # that the probability that the true label of a new test point is included # in the prediction set is always higher than the target confidence level : -# ``P(Yₙ₊₁ ∈ Ĉₙ,α(Xₙ₊₁)) ≥ 1 - α``` +# ``P(Yₙ₊₁ ∈ Ĉₙ,α(Xₙ₊₁)) ≥ 1 - α`` # We start by using the softmax score output by the base classifier as the # conformity score on a toy two-dimensional dataset. #