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

Add predict_params into Mapie except classification files #471

Open BaptisteCalot opened 1 week ago

BaptisteCalot commented 1 week ago

Description

Adding **predict_params for the predict methods of the models.

Fixes #(issue)

Type of change

Please remove options that are irrelevant

In progress

Checklist

codecov-commenter commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (614293e) to head (a495462). Report is 548 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #471 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 39 44 +5 Lines 4616 5255 +639 Branches 487 890 +403 ========================================== + Hits 4616 5255 +639 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LacombeLouis commented 3 hours ago

Note that for the description of the **predict_params make sure to explain that these are the parameters for the estimator!