Skip to content

Commit 44fbd51

Browse files
DOC: Readme introduction improvements
1 parent b8705d1 commit 44fbd51

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,16 @@ MAPIE - Model Agnostic Prediction Interval Estimator
4242

4343
**MAPIE** is an open-source Python library for quantifying uncertainties and controlling the risks of machine learning models.
4444

45-
It allows you to:
46-
47-
- Easily **compute conformal prediction intervals (or prediction sets)** for regression [3,4,8], classification (binary and multi-class) [5-7],
48-
and time series [9] with guaranteed coverage rates by using the conformity set to estimate conformity scores.
49-
- Easily **control risks** of more complex tasks such as multi-label classification,
50-
semantic segmentation in computer vision, providing probabilistic guarantees on metrics like recall and precision [10-12].
51-
- Easily **integrate with any model (scikit-learn, TensorFlow, PyTorch) using a scikit-learn-compatible wrapper** if needed. MAPIE is part of the scikit-learn-contrib ecosystem.
52-
5345
.. image:: https://raw.githubusercontent.com/scikit-learn-contrib/MAPIE/refs/heads/master/doc/images/educational_visual.png
5446
:width: 500
5547
:align: center
5648

49+
MAPIE allows you to:
50+
51+
- **Compute prediction intervals or prediction sets** for regression [3,4,8], classification [5-7], and time series [9], by estimating your model uncertainty on a conformalization dataset.
52+
- **Control risks** of more complex tasks such as multi-label classification, semantic segmentation in computer vision, providing probabilistic guarantees on metrics like recall and precision [10-12].
53+
- Easily use **any model (scikit-learn, TensorFlow, PyTorch)** thanks to scikit-learn-compatible wrapper if needed. MAPIE is part of the scikit-learn-contrib ecosystem.
54+
5755
MAPIE relies notably on the fields of Conformal Prediction and Distribution-Free Inference. It implements **peer-reviewed** algorithms that are **model and use case agnostic** and possesses **theoretical guarantees** under minimal assumptions on the data and the model.
5856

5957

0 commit comments

Comments
 (0)