Skip to content

Commit 7e245b2

Browse files
author
Vincent Blot
committed
ENH: add introductory sentece to the notebook
1 parent 4db3133 commit 7e245b2

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

doc/Cifar10.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
21
Estimating prediction sets on the Cifar10 dataset
32
=================================================
43

4+
The goal of this notebook is to present how to use
5+
:class:`mapie.classification.MapieClassifier` on an object
6+
classification task. We will build prediction sets for images and study
7+
the marginal and conditional coverages.
8+
59
What is done in this tutorial ?
610
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
711

@@ -976,17 +980,6 @@ different conformal methods.
976980
977981
978982
979-
.. parsed-literal::
980-
981-
982-
983-
984-
985-
.. parsed-literal::
986-
987-
988-
989-
990983
.. image:: Cifar10_files/Cifar10_46_2.png
991984

992985

notebooks/classification/Cifar10.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Estimating prediction sets on the Cifar10 dataset"
7+
"# Estimating prediction sets on the Cifar10 dataset\n",
8+
"The goal of this notebook is to present how to use :class:`mapie.classification.MapieClassifier` on an object classification task. We will build prediction sets for images and study the marginal and conditional coverages."
89
]
910
},
1011
{

0 commit comments

Comments
 (0)