Open chris-santiago opened 1 year ago
This PR exposes the strategy param in the underlying sklearn calibration_curve function, allowing users to plot calibration curves using 'uniform' or 'quantile' binning strategies. A prerequisite for this is scikit-learn>=0.21.
strategy
calibration_curve
'uniform'
'quantile'
scikit-learn>=0.21
This PR exposes the
strategy
param in the underlying sklearncalibration_curve
function, allowing users to plot calibration curves using'uniform'
or'quantile'
binning strategies. A prerequisite for this isscikit-learn>=0.21
.