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

Move some methods of MapieClassifier to a utils file #426

Closed vincentblot28 closed 1 month ago

vincentblot28 commented 2 months ago

In order to refacto MapieClassifier the same way MapieRegressor has been, we first need to move some methods specific to non-conformity scores (and common among different conformity scores) to a utils file