Skip to content

Commit be4667e

Browse files
authored
Merge pull request #127 from scikit-learn-contrib/add-crossconformal-classif-mean
Add cross-conformal method for classification
2 parents 7e07925 + a8f4c51 commit be4667e

File tree

9 files changed

+915
-193
lines changed

9 files changed

+915
-193
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ History
88
* Add "naive" and "top-k" methods in MapieClassifier
99
* Include J+aB method in regression tutorial
1010
* Add MNIST example for classification
11+
* Add cross-conformal for classification
1112
* Add `notebooks` folder containing notebooks used for generating documentation tutorials
1213
* Uniformize the use of matrix k_ and add an argument "ensemble" to method
1314
"predict" in regression.py

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@
3838
MAPIE - Model Agnostic Prediction Interval Estimator
3939
====================================================
4040

41-
**MAPIE** allows you to easily estimate prediction intervals (or prediction sets) using your favourite scikit-learn-compatible model for
41+
**MAPIE** allows you to easily estimate prediction intervals (or prediction sets)
42+
using your favourite scikit-learn-compatible model for
4243
single-output regression or multi-class classification settings.
4344

44-
Prediction intervals output by **MAPIE** encompass both aleatoric and epistemic uncertainties and are backed by strong theoretical guarantees [1-5].
45+
Prediction intervals output by **MAPIE** encompass both aleatoric and epistemic
46+
uncertainties and are backed by strong theoretical guarantees thanks to conformal
47+
prediction methods [1-5].
48+
4549

4650
🔗 Requirements
4751
===============

0 commit comments

Comments
 (0)