相关实验视频
Updated: Jun 23, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.0K
经过修改的交叉验证和引导调整的惩罚回归方法产生了更好的预测模型
Menelaos Pavlou1, Rumana Z Omar1, Gareth Ambler1
1Department of Statistical Science, UCL, London, UK.
Biometrical journal. Biometrische Zeitschrift
|June 26, 2024
概括
新的调整方法改善了风险预测的惩罚回归模型. 与标准交叉验证相比,修改和引导调整减少了过度收缩,并改善了校准斜率 (CS),提高了对最大概率估计 (MLE) 的预测准确性.
科学领域:
- 统计 统计 统计 统计
- 生物统计学 生物统计学
- 机器学习 机器学习
背景情况:
- 在风险预测模型中,最大概率估计 (MLE) 通常会导致过拟合,导致极端预测和差校准 (校准斜率<1).
- 像Ridge和Lasso这样的惩罚性回归方法通过缩小系数提供解决方案,但标准交叉验证调整可以过度缩小系数,导致高可变性和糟糕的校准,特别是在较小的样本大小的情况下.
研究的目的:
- 调查标准交叉验证对减少训练数据集的使用是否导致调整参数 () 的高估和处罚回归模型中的过度收缩.
- 提出和评估一种修改的交叉验证调整方法,该方法使用更大的伪开发数据集,以确保交叉验证培训数据集与原始开发样本大小相匹配.
主要方法:
- 开发了一种修改的交叉验证调整方法,通过从引导式衍生伪开发数据集中估计调整参数 ().
- 这种修改后的调整确保了交叉验证训练数据集与原始数据集大小相同,解决了对的潜在高估.
- 修改调整和引导调整的性能与各种样本大小的模拟和真实数据集中的Ridge和Lasso回归的标准调整进行了比较.
主要成果:
- 与标准调相比,修改和引导调方法大大改善了调参数 () 的选择.
- 这些改进的调整方法导致了较好的校准斜率 (CS) 和较低的预测误差,相比标准调整.
- 在预测准确性方面,修改和引导调整都表现出比最大概率估计 (MLE) 更好的性能.
结论:
- 拟议的修改交叉验证调整方法有效地解决了与处罚回归模型相关的过度收缩和校准问题.
- 修改和引导调整为风险预测模型提供了更高的可靠性和准确性,特别是在样本规模有限或中等的场景中.
- 这些方法在标准的统计软件中很容易实现,为开发可靠的风险预测模型提供了实际增强.
相关概念视频
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

