Skip to content

Commit 96e0ab1

Browse files
author
Vianney Taquet
committed
Add notebooks section
1 parent d122a19 commit 96e0ab1

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

doc/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Metrics
3131

3232
metrics.regression_coverage_score
3333
metrics.classification_coverage_score
34+
metrics.regression_mean_width_score
35+
metrics.classification_mean_width_score
3436

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
theoretical_description_classification
2525
tutorial_classification
2626
examples_classification/index
27+
notebooks_classification
2728

2829
.. toctree::
2930
:maxdepth: 2

doc/notebooks_classification.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Notebooks on classification
2+
===========================
3+
4+
The following examples present you advanced analyses on multi-class classification
5+
problems for computer vision settings that are too heavy to be included in the example galleries.

examples/classification/1-quickstart/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
1. Quickstart examples
44
----------------------
55

6-
The following examples present the main functionalities of MAPIE on basic classification problems.
6+
The following examples present the main functionalities of MAPIE through basic quickstart classification problems.

examples/regression/1-quickstart/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
1. Quickstart examples
44
----------------------
55

6-
The following examples present the main functionalities of MAPIE on basic regression problems.
6+
The following examples present the main functionalities of MAPIE through basic quickstart regression problems.

examples/regression/3-scientific-articles/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
---------------------------------------
55

66
The following examples reproduce the simulations from the scientific
7-
articles that present the methods implemented
7+
articles that introduce the methods implemented
88
in MAPIE for regression settings.

0 commit comments

Comments
 (0)