thibaultcordier / MAPIE

A scikit-learn-compatible module for estimating prediction intervals.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ENH: Adapt the split and cross strategies to quantile regression class #5

Open thibaultcordier opened 1 year ago

thibaultcordier commented 1 year ago

Description

At the moment, conformalized quantile regression has only been implemented with the split-conformal strategy. It would be worth extending it to cross-CQR with the cv argument. This PR proposes to adapt the quantile regression class for split and cross conformal strategies by adding to the init method the cv parameter so that it is comparable to the regression class.

Fixes #4

Type of change

Please remove options that are irrelevant.

How Has This Been Tested?

Checklist