Skip to content

Commit 0a643e9

Browse files
author
gmartinonQM
committed
refactorize doc
1 parent aaa6ad6 commit 0a643e9

File tree

5 files changed

+18
-50
lines changed

5 files changed

+18
-50
lines changed

README.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,18 @@
3636
MAPIE - Model Agnostic Prediction Interval Estimator
3737
====================================================
3838

39-
**MAPIE** allows you to easily estimate prediction intervals using your favourite sklearn-compatible regressor.
39+
**MAPIE** allows you to easily estimate prediction intervals on single-output data using your favourite scikit-learn-compatible regressor.
4040

41+
Prediction intervals output by **MAPIE** encompass both aleatoric and epistemic uncertainty and are backed by strong theoretical guarantees [1].
42+
43+
🔗 Requirements
44+
===============
45+
46+
Python 3.7+
47+
48+
**MAPIE** stands on the shoulders of giant.
49+
50+
Its only internal dependency is `scikit-learn <https://scikit-learn.org/stable/>`_.
4151

4252

4353
🛠 Installation
@@ -161,15 +171,14 @@ with the financial support from Région Ile de France.
161171
.. _IledeFrance: https://www.iledefrance.fr/
162172

163173

164-
💬 Citations
165-
=============
174+
🔍 References
175+
==============
166176

167177
MAPIE methods are based on the work by `Foygel-Barber et al. (2020) <https://www.stat.uchicago.edu/~rina/jackknife.html>`_.
168178

169-
Rina Foygel Barber, Emmanuel J. Candès, Aaditya Ramdas, and Ryan J. Tibshirani.
179+
[1] Rina Foygel Barber, Emmanuel J. Candès, Aaditya Ramdas, and Ryan J. Tibshirani.
170180
Predictive inference with the jackknife+. Ann. Statist., 49(1):486–507, 022021
171181

172-
173182
📝 License
174183
==========
175184

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* `make html`
1414
* `cd ..`
1515
- [ ] Build source distribution:
16-
* `rm -rf build dist`
16+
* `rm -rf build dist MAPIE.egg-info`
1717
* `python setup.py sdist bdist_wheel`
1818
- [ ] Check that your package is ready for publication: `twine check dist/*`
1919
- [ ] Update the version number with `bump2version major|minor|patch`

doc/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ dependencies:
99
- scipy=1.6.1
1010
- sphinx=3.5.3
1111
- sphinx-gallery=0.8.2
12-
- sphinx_rtd_theme=0.5.2
12+
- sphinx_rtd_theme=0.5.2
13+
- typing_extensions=3.7.4

doc/images/quickstart_1.png

-1 Bytes
Loading

doc/index.rst

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
MAPIE: Model Agnostic Prediction Interval Estimator
2-
===================================================
3-
4-
Welcome to MAPIE's documentation !
5-
6-
MAPIE allows you to easily estimate prediction intervals on single-output data
7-
using your favourite sklearn-compatible regressor.
1+
.. include:: ../README.rst
82

93
.. toctree::
104
:maxdepth: 2
@@ -28,39 +22,3 @@ using your favourite sklearn-compatible regressor.
2822
:caption: Examples
2923

3024
auto_examples/index
31-
32-
33-
`Getting started`_
34-
------------------
35-
36-
`Quick start with MAPIE <quick_start.html>`_
37-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38-
39-
How to install the module and estimate your first prediction intervals.
40-
41-
`Documentation`_
42-
----------------
43-
44-
`Theoretical description <theoretical_description.html>`_
45-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
46-
47-
A brief introduction to the methods used in MAPIE to estimate prediction intervals.
48-
49-
`Tutorial <tutorial.html>`_
50-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
51-
52-
A tutorial that presents some key features of MAPIE.
53-
54-
`API Documentation <api.html>`_
55-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
56-
57-
The API documentation.
58-
59-
60-
`Examples`_
61-
-----------
62-
63-
`General examples <auto_examples/index.html>`_
64-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65-
66-
A set of examples.

0 commit comments

Comments
 (0)