deel-ai / puncc

👋 Puncc is a python library for predictive uncertainty quantification using conformal prediction.
https://deel-ai.github.io/puncc/
252 stars 14 forks source link

Builtin predictors #44

Closed M-Mouhcine closed 6 months ago

M-Mouhcine commented 6 months ago

When the underlying model is an object that implements the methods fit and predict, we made it possible not to wrap it in a BasePredictor or DualPredictor to undergo conformalization.