用XGBoost辅助特征选择来预测心房动患者一年死亡率的风险评分的开发
Bin Wang1, Feifei Jin2,3,4, Han Cao5
1School of Clinical Medicine, Tsinghua University, Beijing, China.
Kardiologia polska
|August 14, 2024
概括
一个新的评分系统,CRAMB,有效地预测心房动 (AF) 患者的1年死亡率. 该工具提供了一种简单而强大的方法,用于评估不同AF群体的死亡风险.
科学领域:
- 心脏病学 心脏病学
- 医疗信息学 医疗信息学
- 医疗保健中的机器学习
背景情况:
- 没有特定的工具可以评估心房动 (AF) 患者的死亡风险.
- 现有的风险分层方法可能对AF群体来说不是最佳的.
研究的目的:
- 开发一种易于应用的预后得分,用于预测AF患者1年死亡率.
- 通过机器学习来确定死亡风险评估的关键变量.
主要方法:
- 使用密集护理-IV (MIMIC-IV) 数据库的医疗信息市场进行模型开发.
- 使用XGBoost来识别重要变量,指导物流模型和评分系统的创建.
- 使用中国重症监护数据库对该模型进行外部验证.
主要成果:
- 与CCI和CHA2DS2-VASc得分相比,CRAMB得分 (查尔森并发症指数,再入院,年龄,转移性实体瘤,最大血尿素) 显示出优异的预测性能.
- 在测试组中达到0.765的AUC,在外部验证组中达到0.582,用于预测1年死亡率.
- 该研究包括来自MIMIC-IV的26,365名AF患者和来自外部验证组的231名AF患者.
结论:
- CRAMB评分是一个用户友好的工具,用于预测AF患者的1年死亡率.
- 它的简单性允许在广泛而异质的AF患者群体中应用.
- CRAMB评分为AF死亡风险分层提供了一种改进的方法.
相关概念视频
Actuarial Approach
69
The actuarial approach, a statistical method originally developed for life insurance risk assessment, is widely used to calculate survival rates in clinical and population studies. This method accounts for participants lost to follow-up or those who die from causes unrelated to the study, ensuring a more accurate representation of survival probabilities.
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
69
Cancer Survival Analysis
334
Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
334
Kaplan-Meier Approach
115
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,...
115
Survival Tree
73
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...
73
Truncation in Survival Analysis
181
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
181
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


