机器学习的电子健康记录中极度缺失的数值数据可以通过简单的归算方法来管理,考虑到信息缺失:COVID-19死亡病例研究中的解决方案比较:
Pablo Ferri1, Nekane Romero-Garcia2, Rafael Badenes3
1Biomedical Data Science Lab, Instituto Universitario de Tecnologías de la Información y Comunicaciones, Universitat Politècnica de València, Camino de Vera s/n, Valencia 46022, Spain.
Computer methods and programs in biomedicine
|September 13, 2023
概括
对于非常不完整的电子健康记录 (EHR) 数据,将翻译和编码归因与随机森林和梯度增强等树集分类器相结合,可以最大限度地提高机器学习模型的性能.
科学领域:
- 数据科学数据科学数据科学
- 机器学习 机器学习
- 医疗信息学 医疗信息学
背景情况:
- 电子健康记录 (EHR) 通常会产生稀疏的机器学习 (ML) 数据集.
- 在EHR中缺少大量的数值数据给模型开发和性能带来了挑战.
研究的目的:
- 确定有效的数据归算技术和ML模型,用于非常不完整的EHR数值数据.
- 为了评估ML模型的性能,当只有有限数量的数据点是完整的.
主要方法:
- 一个用COVID-19入院数据 (全血细胞计,人口统计,生存率) 的案例研究.
- 评估了30个管道,将归算方法 (例如,翻译/编码,KNN,GAN) 与ML分类器 (例如,随机森林,梯度增强,MLP) 结合起来.
主要成果:
- 解释信息缺失的翻译和编码归算,结合树组合分类器 (随机森林,梯度增强) 产生了最佳性能.
- 这种组合使曲线下的面积 (AUC) 在大量缺失数据的情况下最大化.
结论:
- 推的输入器-分类器配置是使用随机森林或梯度增强进行翻译和编码输入.
- 建议使用这种方法来构建具有非常不完整数值EHR数据的ML模型.
相关概念视频
Censoring Survival Data
125
Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different...
125
Truncation in Survival Analysis
233
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...
233
Statistical Methods for Analyzing Epidemiological Data
403
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:
403
Kaplan-Meier Approach
178
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,...
178
Bias in Epidemiological Studies
343
Biases can arise at various stages of research, from study design and data collection to analysis and interpretation. Recognizing and addressing these biases is essential to ensure the validity and reliability of epidemiological findings.Broadly speaking, biases in epidemiology fall into three main categories: selection bias, information bias, and confounding. A more detailed description of possible biases is:
343
Actuarial Approach
96
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,...
96


