deel-ai / puncc

👋 Puncc is a python library for predictive uncertainty quantification using conformal prediction.
https://deel-ai.github.io/puncc/
252 stars 14 forks source link

User friendly weight normalization #27

Open M-Mouhcine opened 10 months ago

M-Mouhcine commented 10 months ago

For simplicity, the weight normalization in case of nonexchangeable CP needs to be done inside the method deel.puncc.api.calibration.BaseCalibrator.calibrate.

Also, documentation should clarify if the weights passed as arguments are to be normalized or not.