Skip to content

Commit d173beb

Browse files
authored
Merge pull request #166 from scikit-learn-contrib/exoplanet-notebook
Exoplanet notebook
2 parents dc774e4 + d3148f2 commit d173beb

File tree

11 files changed

+5442
-1262
lines changed

11 files changed

+5442
-1262
lines changed

doc/Cifar10.rst

Lines changed: 0 additions & 1115 deletions
This file was deleted.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
theoretical_description_regression
1616
tutorial_regression
1717
examples_regression/index
18+
notebooks_regression
1819

1920
.. toctree::
2021
:maxdepth: 2

doc/notebooks_classification.rst

100644100755
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
Classification Notebooks
1+
Classification notebooks
22
========================
33

4-
The following examples present you advanced analyses on multi-class classification
4+
The following examples present advanced analyses on multi-class classification
55
problems for computer vision settings that are too heavy to be included in the example
66
galleries.
77

88

9-
10-
.. toctree::
11-
:hidden:
12-
13-
Cifar10
9+
1. Estimating prediction sets on the Cifar10 dataset : `notebook <https://github.com/scikit-learn-contrib/MAPIE/tree/master/notebooks/classification/Cifar10.ipynb>`_
10+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

doc/notebooks_regression.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Regression notebooks
2+
====================
3+
4+
This section lists a series of Jupyter notebooks hosted on the MAPIE Github repository that can be run on Google Colab.
5+
6+
7+
1. Estimating the uncertainties in the exoplanet masses : `notebook <https://github.com/scikit-learn-contrib/MAPIE/tree/master/notebooks/regression/exoplanets.ipynb>`_
8+
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
9+
10+
11+
2. Estimating prediction intervals for time series forecast with EnbPI : `notebook <https://github.com/scikit-learn-contrib/MAPIE/tree/master/notebooks/regression/ts-changepoint.ipynb>`_
12+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
13+
14+

environment.notebooks.yml

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ dependencies:
99
- jupytext=1.13.6
1010
- matplotlib=3.5.1
1111
- nbconvert=6.4.0
12+
- numpy=1.22.3
1213
- pandas=1.3.5
1314
- pip=22.0.3
1415
- pip:
1516
- scikeras==0.4.1
1617
- python=3.10
1718
- scikit-learn=1.0.1
19+
- seaborn=0.11.2
1820
- tensorflow=2.7.0
1921
- xgboost=1.5.1
20-
- numpy=1.22.3

notebooks/classification/Cifar10.ipynb

100644100755
Lines changed: 332 additions & 138 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)