Evidence explainer

Digital health and AI

Transportability of Clinical Prediction Models

A high development-set score does not show that a model will work in another hospital, country, or year. Transportability has to be measured, not assumed.

Fully reviewed by Jasaman (Jasmin) Tojjar, MD, PhD

On this page
  1. Reproducibility and transportability are different
  2. A held-out test set is not enough
  3. Case mix can change apparent performance
  4. Calibration is central to absolute risk
  5. Why models drift across sites and time
  6. Subgroups reveal failures hidden by averages
  7. TRIPOD+AI and PROBAST+AI serve different jobs
  8. Validation should match the actual workflow
  9. Updating is not one operation
  10. Monitoring after launch
  11. Prediction performance is not clinical benefit
  12. References

A prediction model is a mathematical rule that turns patient information into an estimated diagnosis or future risk, and it may be a familiar regression equation, a points score, a gradient-boosted model, or a neural network. Whatever the method, its useful output is not “intelligence.” It is a prediction intended for a defined population, at a defined time, for a defined outcome.

Models learn relationships in data collected through particular health systems. When the people, measurements, or referral patterns change, those relationships may change too. The same holds when coding, treatment, or outcome ascertainment changes. Transportability is the ability to remain useful across such differences. It must be tested, not inferred from technical sophistication.

Reproducibility and transportability are different#

Reproducibility asks whether a model performs in new patients from a population sufficiently similar to the development population. Transportability asks whether it performs in an intended population or setting that differs in a meaningful way. The boundary is contextual rather than geographical.

A model developed in one ward and tested later in the same ward may face temporal change; a model developed across many hospitals can still fail in a new hospital whose laboratory methods, case mix, or admission policy differs. Conversely, a geographically distant site using closely aligned definitions and workflows may be more similar than a neighboring specialty clinic. So name the target before you evaluate anything: adults arriving in primary care, emergency patients before imaging, hospitalized people at a precise timestamp, or another clearly bounded group. “Real-world patients” is too vague to define success.

A held-out test set is not enough#

Randomly separating one dataset into training and test portions helps prevent evaluation on the exact records used to fit the model. Cross-validation and bootstrapping can estimate optimism and support tuning. These are internal validation methods.

Because the records usually come from the same sampling frame, coding pipeline, institutions, and period, a random split preserves many hidden similarities. Duplicated patients, repeated encounters, or near-duplicate images can even cross the split if grouping is careless. Performance can look excellent to you while the model has learned site-specific shortcuts.

External validation applies the fixed model to data that were not used in development and that represent the intended target. A credible evaluation preserves the published equation, weights, preprocessing, thresholds, and handling of missing values. Refitting before reporting performance changes the question from validation to updating.

Case mix can change apparent performance#

Discrimination describes how well predictions separate people who experience the outcome from those who do not. For a binary outcome, the area under the receiver operating characteristic curve is common, and it can change when the mix of easy and difficult cases changes, even if the model's underlying predictor effects remain similar.

A specialist center may receive clearer, more severe cases than primary care, so a diagnostic model can show a higher area under the curve there because diseased and nondiseased groups are farther apart. That does not necessarily mean the specialist implementation is better calibrated or more useful.

Restricted populations can have the opposite effect. If a referral rule admits only people with similar risk profiles, discrimination may fall. Comparing two area-under-the-curve values without comparing case mix can therefore mislead you.

Calibration is central to absolute risk#

Calibration asks whether predicted probabilities agree with observed frequencies. If 100 similar people receive a 20 percent risk, roughly 20 should experience the outcome over the stated horizon, subject to sampling variation and censoring.

A model may rank people correctly while assigning probabilities that are consistently too high. The area under the curve can remain unchanged because ranking is preserved. Yet a treatment threshold based on absolute risk may classify many people incorrectly.

Calibration-in-the-large assesses whether predictions are generally too high or low. The calibration slope can identify predictions that are too extreme or not extreme enough. A smoothed calibration curve shows where disagreement occurs across the risk range. A single goodness-of-fit test is a poor substitute, because its result depends strongly on sample size and it never shows you the direction or the clinical importance of the error.

Why models drift across sites and time#

Baseline outcome risk changes with prevention, treatment, and epidemics. It changes with referral rules, coding, and demographics. Predictor distributions shift as laboratory instruments, imaging protocols, or data-entry practices change. The meaning of a variable can change even if its name remains constant.

An “oxygen saturation” field might come from different devices or conditions. A diagnosis code can mean confirmed disease in one system and rule-out billing in another. Missingness can reflect a clinician's concern in the development site but routine panel ordering in the target site, and a model may have learned the decision to measure, not only the measured value.

Outcome definitions also drift. Thirty-day mortality from a linked registry is not equivalent to in-hospital mortality. A sepsis label based on clinician documentation differs from one generated by an administrative algorithm. If the endpoint changes, apparent model failure may partly reflect target mismatch.

Treatment creates another complication. Once clinicians act on early signs, outcomes can be prevented. A predictor associated with worse outcome in historical data can become associated with aggressive treatment and better outcome later. This treatment paradox is particularly relevant for models embedded in care.

Subgroups reveal failures hidden by averages#

Overall performance can mask important errors by age, sex, or race and ethnicity. It can mask errors by language, disability, or socioeconomic context. It can mask errors by site or disease severity. Subgroup estimates need adequate sample sizes and confidence intervals. Small cells can produce unstable rankings that invite overinterpretation.

Fairness is not one statistic. Equal error rates, equal calibration, and equal access to benefit can conflict. So can equal clinical outcomes, especially when baseline risks differ. The relevant assessment depends on how a prediction changes care and which harm matters to you.

TRIPOD+AI asks for transparent reporting of key subgroup performance and methods related to fairness. Reporting is necessary but not proof of good methods. PROBAST+AI separately assesses quality, risk of bias, and applicability.

TRIPOD+AI and PROBAST+AI serve different jobs#

TRIPOD+AI is a 27-item reporting guideline for studies that develop or evaluate prediction models using regression or machine-learning methods. It supersedes the 2015 TRIPOD checklist. It emphasizes clear data sources, participants, and predictors. It emphasizes outcomes, analysis, and model specification. It emphasizes performance, open-science practices, and fairness.

A completely reported study can still be biased. TRIPOD+AI helps you see what was done; it is not a scoring system that certifies quality.

PROBAST+AI is designed to judge model quality, risk of bias in performance estimates, and applicability to a review question. It considers participants and data sources, predictors, outcomes, and analysis. Applicability can be poor even when risk of bias is low, if the study population or prediction moment does not match the use you have in mind.

Validation should match the actual workflow#

A predictor must be available at the moment the model is intended to run. Using a discharge diagnosis to predict deterioration at admission creates information leakage. Using manually curated values when deployment receives noisy automated feeds tests a different system.

The model output also needs a defined recipient and action. Will it prompt a test, a clinician review, a transfer, a medication, or a conversation? What happens to people just above and below the threshold? Can staff override it, and how is an override recorded?

Decision-curve analysis can estimate net benefit across thresholds under explicit assumptions about the relative harm of false positives and false negatives. It is more informative than accuracy alone when predictions trigger action. But it does not measure staffing burden, alert fatigue, legal consequences, or trust.

Updating is not one operation#

If ranking remains useful but baseline risk has shifted, adjusting the intercept may improve calibration. If predictions are too extreme, recalibration can adjust the slope. More extensive updating can revise coefficients or add predictors.

Each step uses target data and can overfit, so the updated model needs its own evaluation. The updated version also needs a new identifier, documentation, and deployment controls. Changing a model while continuing to cite the original study destroys auditability.

Some problems should not be patched. If a key predictor cannot be measured reliably, the target outcome is no longer clinically relevant, performance is harmful in a priority subgroup, or the workflow cannot respond, retirement may be safer than recalibration.

Monitoring after launch#

Predeployment validation is a snapshot. Data pipelines break, populations change, and clinicians adapt to tools. Monitoring should include input ranges, missingness, and prevalence. It should include calibration and discrimination where outcomes become available. It should include subgroup metrics, alert volume, overrides, and downstream actions.

Monitoring thresholds and responsible owners should be defined before launch. A dashboard without a response plan only documents deterioration. Teams need criteria for investigation, rollback, recalibration, and notification.

The FDA's good machine learning practice principles emphasize representative datasets, separation of test activities from development, and performance of the human-AI team. They emphasize clear user information and monitoring deployed models. Transparency principles likewise focus on communicating intended use, development, performance, limitations, and updates across the product lifecycle.

Prediction performance is not clinical benefit#

A model can be well calibrated and still fail to improve outcomes. The recommended action may be ineffective, clinicians may ignore the alert, the tool may worsen workload, or false positives may crowd out higher-value care.

Impact studies compare care with and without the model in the intended workflow. Depending on risk, this may require a prospective silent study, usability testing, or a randomized evaluation. It may require stepped implementation or another design capable of measuring consequences. Safety outcomes should include people missed by the model and people harmed by unnecessary action.

Transportability is therefore not a one-time checkbox. It is a chain: define intended use, lock the model, test in representative data, assess clinical usefulness and subgroups, evaluate the workflow, monitor the deployed version, and respond to change. A model is portable only to the places where that chain supports it.

References#

  1. TRIPOD+AI statement
  2. PROBAST+AI tool
  3. How to undertake an external validation study
  4. Developing clinical prediction models
  5. FDA good machine learning practice principles
  6. FDA transparency principles for machine-learning-enabled devices

Questions and answers

What does transportability mean for a prediction model?

It means retaining useful performance when the model is applied in a meaningfully different target population, setting, time period, or workflow from the one used to develop it.

Is a random train-test split an external validation?

No. Both portions usually come from the same source and process, so the split mainly measures internal performance rather than transfer to a new setting.

Can a model have a good AUC but poor calibration?

Yes. It may rank higher-risk people above lower-risk people while systematically overestimating or underestimating their absolute risk.

Does external validation prove a model will improve care?

No. It estimates predictive performance in a target dataset; clinical usefulness, workflow effects, safety, and patient outcomes require additional evaluation.

Can recalibration fix a model that does not transport?

Sometimes it can correct a shifted baseline risk or prediction scale, but it cannot repair missing predictors, changed meanings, severe subgroup errors, or a model that no longer ranks risk well.