Related Experiment Video
Updated: Jun 23, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.0K
Penalized Regression Methods With Modified Cross-Validation and Bootstrap Tuning Produce Better Prediction Models
Menelaos Pavlou1, Rumana Z Omar1, Gareth Ambler1
1Department of Statistical Science, UCL, London, UK.
Biometrical Journal. Biometrische Zeitschrift
|June 26, 2024
Summary
New tuning methods improve penalized regression models for risk prediction. Modified and bootstrap tuning reduce over-shrinkage and improve calibration slope (CS) compared to standard cross-validation, enhancing prediction accuracy over maximum likelihood estimation (MLE).
Area of Science:
- Statistics
- Biostatistics
- Machine Learning
Background:
- Maximum likelihood estimation (MLE) in risk prediction models often leads to overfitting, resulting in extreme predictions and poor calibration (calibration slope < 1).
- Penalized regression methods like Ridge and Lasso offer a solution by shrinking coefficients, but standard cross-validation tuning can over-shrink coefficients, causing high variability and poor calibration, especially with smaller sample sizes.
Purpose of the Study:
- To investigate if standard cross-validation's use of reduced training datasets causes over-estimation of the tuning parameter () and excessive shrinkage in penalized regression models.
- To propose and evaluate a modified cross-validation tuning method that uses larger pseudo-development datasets to ensure cross-validation training datasets match the original development sample size.
Main Methods:
- A modified cross-validation tuning method was developed, estimating the tuning parameter () from a bootstrap-derived pseudo-development dataset.
- This modified tuning ensures that the cross-validation training datasets are the same size as the original dataset, addressing potential over-estimation of .
- The performance of modified tuning and bootstrap tuning was compared against standard tuning for Ridge and Lasso regression in simulated and real datasets across various sample sizes.
Main Results:
- Modified and bootstrap tuning methods substantially improved the selection of the tuning parameter () compared to standard tuning.
- These improved tuning methods resulted in a better calibration slope (CS) and reduced prediction errors compared to standard tuning.
- Both modified and bootstrap tuning demonstrated superior performance over maximum likelihood estimation (MLE) in terms of prediction accuracy.
Conclusions:
- The proposed modified cross-validation tuning method effectively addresses the over-shrinkage and calibration issues associated with penalized regression models.
- Modified and bootstrap tuning offer improved reliability and accuracy for risk prediction models, particularly in scenarios with limited or moderate sample sizes.
- These methods are easily implementable in standard statistical software, providing a practical enhancement for developing robust risk prediction models.
Related Concept Videos
Bootstrapping
601
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
601
Prediction Intervals
2.2K
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.2K
Survival Tree
79
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
79
Regression Toward the Mean
6.3K
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.3K
Regression Analysis
5.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.7K
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K

