Related Experiment Video
Updated: Oct 21, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.3K
Revisiting performance metrics for prediction with rare outcomes
Samrachana Adhikari1, Sharon-Lise Normand2, Jordan Bloom3
1Department of Population Health, 12296New York University School of Medicine, USA.
Statistical Methods in Medical Research
|September 1, 2021
Summary
Machine learning models can be misleading in clinical predictions. Relying solely on accuracy metrics like area under the receiver operating characteristic curve may hide poor performance in rare event prediction, such as post-surgery mortality.
Area of Science:
- Clinical informatics
- Biostatistics
- Machine learning in medicine
Background:
- Machine learning (ML) algorithms are increasingly adopted in clinical research, often presented as superior to traditional methods like logistic regression.
- Commonly used performance metrics, such as area under the receiver operating characteristic curve (AUC), may provide a misleading evaluation of binary prediction models, especially for rare outcomes.
Purpose of the Study:
- To illustrate the potential pitfalls of relying on single performance metrics, particularly AUC, in evaluating binary prediction models within a realistic clinical context.
- To highlight the challenges and appropriate evaluation strategies for predicting rare post-surgery medical complications.
Main Methods:
- Prediction of post-surgery mortality in patients undergoing aortic valve replacement using a clinical registry.
- Incorporation of multiple evaluation metrics and ML algorithms suitable for rare outcomes, including ensemble methods and a novel lasso extension.
- Cross-validation was employed to assess model performance.
Main Results:
- All tested algorithms demonstrated high overall accuracy and moderate cross-validated AUC values.
- Despite a low false positive rate (<1%) and high positive predictive value (100%), the true positive rate for mortality prediction was critically low (7%).
- Calibration plots revealed poor model calibration, and simulations confirmed that high AUC can accompany low true positive rates.
Conclusions:
- Clinical studies should avoid relying exclusively on AUC or accuracy for evaluating binary prediction models, especially when dealing with rare events.
- A comprehensive set of evaluation metrics is crucial for a realistic assessment of model performance and clinical utility in medical research.
Related Concept Videos
Unusual Results
3.4K
Unusual results are those that have a very low chance of occurring. Unusual results can be identified using probabilities and the range rule of thumb. In problems involving probability, unusual results can be observed in 2 instances – an unusually high number of successes or an unusually low number of successes.
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
According to the range rule of thumb, any value above or below two standard deviations, 2σ from the mean, μ is considered unusual.
Maximum unusual value =...
3.4K
Prediction Intervals
2.5K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.5K
Kaplan-Meier Approach
311
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
311
Regression Toward the Mean
6.6K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.6K
Quantifying and Rejecting Outliers: The Grubbs Test
2.7K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
2.7K
What Are Outliers?
4.6K
Outliers are observed data points that are far from the least squares line. They have unusual values and need to be examined carefully. Though an outlier may result from erroneous data, at other times, it may hold valuable information about the population under study and should be included in the data. Hence, it is crucial to examine what causes a data point to be an outlier.
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
4.6K

