Overview of MAPIE capabilities
masterMAPIE (Model Agnostic Prediction Interval Estimator) is an open-source Python library designed for quantifying uncertainties and controlling risks in machine learning models. It is part of the scikit-learn-contrib ecosystem and is compatible with models from scikit-learn, TensorFlow, and PyTorch via scikit-learn-compatible wrappers.
Key Features:
- Uncertainty Quantification: Compute prediction intervals (regression) or prediction sets (classification and time series) by estimating model uncertainty on a conformalization dataset.
- Risk Control: Control risks for complex tasks like multi-label classification and semantic segmentation in computer vision, providing probabilistic guarantees on metrics such as recall and precision.
- Theoretical Guarantees: Implements peer-reviewed algorithms from Conformal Prediction and Distribution-Free Inference that work under minimal assumptions.