mapie
Mapie, short for Model-Agnostic Prediction Interval Estimation, is an open-source Python library that enables the generation of predictive intervals for any regression model. It provides a practical means of quantifying uncertainty in point predictions by constructing model-agnostic prediction intervals.
The library implements conformal prediction methods that offer valid coverage guarantees under the assumption of exchangeable
Key features include compatibility with any regressor that adheres to the scikit-learn API, automatic handling of
Usage typically involves training a base regression model and wrapping it with Mapie to produce prediction
Mapie serves researchers and practitioners seeking principled, model-agnostic uncertainty quantification in regression tasks. Related topics include