-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Deprecate normalize parameter in calibration_curve #22482
Copy link
Copy link
Closed
Labels
ModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesmodule:calibration
Description
Describe the workflow you want to enable
Similar to the behavior of calibration_curve, I would like to be able to set CalibrationDisplay.from_predictions(normalize=True).
Describe your proposed solution
Add a keyword argument normalize to CalibrationDisplay.from_predictions and pass it to calibration_curve.
Describe alternatives you've considered, if relevant
I could manually normalize the values, but given that the functionality is already present in the underlying calibration_curve I would say this is a relatively easy thing to adjust on the scikit-learn side.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesmodule:calibration