已知烧伤相关特征对机器学习算法的影响,预测烧伤患者的死亡率
Hilmi Yazıcı1, Onur Ugurlu2, Yesim Aygul3
1Department of General Surgery, Marmara University, Pendik Training and Research Hospital, İstanbul-Türkiye.
概括
机器学习算法准确预测烧伤患者的死亡率. 使用所有输入特征的AdaBoost算法在识别有死亡风险的患者时实现了90%的准确性.
科学领域:
- 医疗信息学 医疗信息学
- 创伤外科 手术 创伤外科
- 医疗保健中的机器学习
背景情况:
- 烧伤对全球健康造成重大负担,严重的病例导致高死亡率和发病率.
- 识别燃烧患者死亡率的风险因素对于改善结果至关重要.
研究的目的:
- 评估燃烧死亡率的确定的风险因素.
- 为了比较六个机器学习算法的预测性能的燃烧死亡率.
主要方法:
- 对363名烧伤患者的病历进行了回顾性分析.
- 输入特征包括人口统计 (年龄,性别),总烧伤表面积 (TBSA),吸入伤害 (II),全厚烧伤 (FTBSA) 和烧伤类型 (BT).
- 六个机器学习算法 (k-NN,决策树,随机森林,SVM,MLP,AdaBoost) 用于预测死亡率.
主要成果:
- 所有六个输入参数都显示了幸存者和非幸存者之间的显著差异 (p<0.001).
- 使用所有输入特征的AdaBoost算法实现了最高的预测性能.
- 在死亡率预测方面,AdaBoost显示了90%的准确性和92%的曲线下的面积.
结论:
- 机器学习模型显示出对燃烧死亡率的强大预测能力.
- 开发具有适当特性的定制ML算法可以帮助临床决策.
- 需要进一步的研究来完善这些预测模型.
相关概念视频
Burn Injuries
2.5K
Burn injuries occur when the skin and underlying tissues are damaged due to exposure to heat, electricity, chemicals, radiation, or friction. They can vary in severity, from minor superficial burns to severe deep burns that can be life-threatening.
The damage results in the death of skin cells, which can lead to a massive loss of fluid. Dehydration, electrolyte imbalance, and renal and circulatory failure follow, which can be fatal. Burn patients are treated with intravenous fluids to offset...
The damage results in the death of skin cells, which can lead to a massive loss of fluid. Dehydration, electrolyte imbalance, and renal and circulatory failure follow, which can be fatal. Burn patients are treated with intravenous fluids to offset...
2.5K
Survival Tree
93
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...
93
Kaplan-Meier Approach
164
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,...
164
Comparing the Survival Analysis of Two or More Groups
206
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
206
Cancer Survival Analysis
365
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...
365
Statistical Methods for Analyzing Epidemiological Data
389
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
389


