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

Design - comparison `MapieTimeSeriesRegressor` and `sktime` APIs #379

Open fkiraly opened 7 months ago

fkiraly commented 7 months ago

As previously discussed, a quick review of MapieTimeSeriesRegressor against sktime APIs.

From an interfacing perspective, using the maximal extension template with filling only predict_interval should work: https://github.com/sktime/sktime/blob/main/extension_templates/forecasting.py (possibly also filling in predict_proba with an Empirical distribution)