Reading path

Appraising a Clinical Prediction Model

Risk scores and clinical AI tools live or die on a handful of ideas that rarely make it into the marketing. This path builds them in order: overfitting, discrimination, calibration, the decision threshold, net benefit, external validation, and drift. It is for readers who want to judge whether a prediction model is trustworthy rather than merely impressive.

The path, step by step

  1. Begin with what actually makes a prediction model robust, setting the standard the rest of the path will test against.

  2. Meet the core failure mode next, since a model that memorizes its training data looks great until it faces real patients.

  3. Learn the first metric everyone quotes, and why a high area under the curve can still mislead you.

  4. See why ranking patients well is not enough, and why calibration is the property that keeps a model safe.

  5. Put that idea into practice by reading a calibration plot and spotting a confident model that is quietly wrong.

  6. Turn a probability into an action by understanding the threshold that decides who gets flagged.

  7. Weigh the consequences at that threshold, since a missed case and a false alarm rarely cost the same.

  8. Combine threshold and costs into one view with decision curve analysis, which accuracy and area under the curve cannot give you.

  9. Demand proof beyond the lab by requiring a model to perform on data it was never trained on.

  10. Close with life after launch, where a once-valid model degrades and only monitoring catches it in time.

Back to all reading paths