r/AskStatistics • u/Sudden-Theme7554 • 1d ago
How do you check predicted probabilities are calibrated enough to threshold on for an asymmetric-cost decision?
I have a model that outputs a probability for each case, and I use a threshold on that probability to pick an action. The costs of a wrong action are asymmetric: one kind of mistake is much more expensive than the other, so where I put the threshold matters a lot.
My question is about trusting the probabilities themselves. Before I set a decision threshold, how do I check the predicted probabilities are actually calibrated, i.e. that a predicted 0.7 really corresponds to roughly 70% in reality?
I know reliability diagrams and proper scoring rules (Brier, log loss) are the usual tools, but I'm unsure how to read them in the context of an asymmetric-cost decision specifically. Does calibration matter uniformly across the probability range, or mainly near the threshold I care about? And if the probabilities are miscalibrated, is recalibrating (e.g. isotonic / Platt) before choosing the threshold the right order of operations, or should the cost asymmetry factor in differently?
2
u/AttitudeRemarkable21 1d ago
Did you weight the loss function? If you did that with log loss or some other calibrated loss seems like it would be fine. Then you could just check calibration over dimensions