scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.2k stars 99 forks source link

FIX bug #452: Quantile Correction #453

Closed thibaultcordier closed 3 weeks ago

thibaultcordier commented 1 month ago

Description

Use the corrected quantile ($|(n+1)(1−α)|/n$) to check the validity of the coverage for any number of calibration data.

Fixes #452

Type of change

How Has This Been Tested?

Checklist