predict_params is not passed everywhere in MapieClassifier in some settings #614
Labels
Backlog
This is in the MAPIE team development backlog, yet to be prioritised.
Contributors welcome 👋🏻
Especially relevant issue/PR for contributors to work on.
Other or internal
If no other grey tag is relevant or if issue from the MAPIE team
Predict params are not passed to the underlying classifiers in some settings:
mapie/estimator/classifier.py
, in the prefit setting, we should pass predict_params. Here is the code to fix:mapie/conformity_scores/sets/raps.py
, same issue. Fixing this is a bit trickier since theget_conformity_scores
score method currently doesn't have access topredict_params
. Here is the code to fix:predict_params
are passed to bothpredict
andpredict_proba
methods. This may be subject to discussion as this implementation choice may not be relevant.The text was updated successfully, but these errors were encountered: