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

Solve conflict between ACI and base methods in MapieTimeSeriesRegressor #457

Closed BaptisteCalot closed 3 weeks ago

BaptisteCalot commented 1 month ago

Description

This PR is to fix issue 447 where the method of MapieTimesSeriesRegressor is "aci" but when we use the fit method of MapieRegressor, the method become "base"

Type of change

How Has This Been Tested?

Checklist

LacombeLouis commented 4 weeks ago

Hey @BaptisteCalot, Thank you for your contribution! Make sure to make the tests as generic as possible to check for possible other bugs.

BaptisteCalot commented 4 weeks ago

Yes indeed, thank you for the remark ! 😉

LacombeLouis commented 4 weeks ago

Hey @BaptisteCalot, thank you for the generalized test! Make sure to tick all the boxes! Don't forget to: