reiinakano / scikit-plot

An intuitive library to add plotting functionality to scikit-learn objects.
MIT License
2.43k stars 285 forks source link

expose strategy param for calibration curve #118

Open chris-santiago opened 1 year ago

chris-santiago commented 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.