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.3k stars 111 forks source link

Add predict params into classification files #491

Closed BaptisteCalot closed 2 months ago

BaptisteCalot commented 4 months ago

Is your feature request related to a problem? Please describe.

We would like to add **predict_params to the fit and predict methods of MapieClassifier so that prediction parameters can be added to the models if the user wishes

Describe the solution you'd like

We will follow the example developed for regression. This is PR 471

Additional context

This issue concerns adding predict_params only into classification files and will be addressed after adding predict_params into regression files