I'm working on classifying models for a few different projects. Several papers on the subject of calibration all suggest using isotonic regression (using PAV) to adjust the model probabilities.
I like the proposed calibration step, but am unsure how to apply it to NEW predictions from the model It appears as if the tools in both R an Python will happily calibrate probabilities if you also provide the true labels.
How can I then apply this to new data where the true labels are unknown.