Open UAB-BST-680 opened 4 years ago
On a related note, I would like to request calibration curves, as in, for example, https://scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html#sphx-glr-auto-examples-calibration-plot-compare-calibration-py
Really need that toooo! Hope calibration curve can be easily plotted with yardstick! Thank you very much.
Yes!! This is also I really want. Thanks!
Calibration curves are the go-to metric in clinical prediction models, arguably more important that ROC curves.
See
https://link.springer.com/book/10.1007/978-3-030-16399-0
I really like
yardstick
's API for computing discrimination. Calibration is also an important metric for classification models. Is there any interest in developing someyardstick
functions to compute a calibration statistic?Frank Harrell's Unreliability index seems like a good candidate. The Unreliability index is a chi-square statistic with 2 degrees of freedom testing the hypothesis that calibration slope and intercept are ideal (i.e., the slope is 1, the intercept is 0).