Skip to content

Commit b8795b4

Browse files
authored
Merge pull request #129 from scikit-learn-contrib/add-subsections-in-galleries
Add subsections in galleries
2 parents be4667e + 8ba275b commit b8795b4

21 files changed

+50
-1
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Classification Notebooks
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
6+
galleries.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _classification_examples:
2+
3+
1. Quickstart examples
4+
----------------------
5+
6+
The following examples present the main functionalities of MAPIE through basic quickstart classification problems.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _classification_examples:
2+
3+
2. Advanced analysis
4+
--------------------
5+
6+
The following examples use MAPIE for discussing more complex MAPIE classification problems.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _classification_examples:
2+
3+
3. Simulations from scientific articles
4+
---------------------------------------
5+
6+
The following examples reproduce the simulations from the scientific
7+
articles that present the methods implemented
8+
in MAPIE for classification settings.

0 commit comments

Comments
 (0)