Related Experiment Videos
Prediction modeling using EHR data: challenges, strategies, and a comparison of machine learning approaches
Jionglin Wu1, Jason Roy, Walter F Stewart
1Department of Statistics, Machine Learning Department, Carnegie Mellon University, Pittsburgh, PA, USA.
Medical Care
|May 18, 2010
Summary
Machine learning models can predict heart failure over six months in advance using electronic health records. Logistic regression and Boosting achieved high accuracy, outperforming Support Vector Machines.
Area of Science:
- Biomedical Informatics
- Machine Learning in Healthcare
- Predictive Analytics
Background:
- Electronic Health Records (EHR) offer extensive patient data.
- Machine learning (ML) methods like Boosting and Support Vector Machines (SVM) show potential for identifying high-risk patients from EHRs.
- Widespread testing of ML for serious conditions like heart failure using EHR data is limited.
Purpose of the Study:
- To develop a model for detecting heart failure more than six months prior to clinical diagnosis using ML on EHR data.
- To evaluate and compare the predictive performance of logistic regression, SVM, and Boosting algorithms.
- To assess the impact of various variable selection methods on heart failure prediction accuracy.
Main Methods:
- A nested case-control study identified Geisinger Clinic primary care patients with EHR data (2001-2006) diagnosed with heart failure.
- Controls were randomly selected and matched for sex, age, and clinic.
- Performance was evaluated using Area Under the Curve (AUC) via 10-fold cross-validation; variable selection methods were compared.
Main Results:
- Logistic regression with Bayesian information criterion selection yielded a parsimonious model (approx. 10 variables) with high AUC (0.77).
- Boosting with a strict variable importance threshold demonstrated comparable performance.
- Support Vector Machines exhibited the lowest performance, potentially due to data imbalance.
Conclusions:
- Heart failure prediction more than six months before diagnosis is feasible using logistic regression and Boosting on EHR data, achieving an AUC of approximately 0.76.
- Effective prediction was possible even with stringent model selection criteria.
- SVM performance was suboptimal, likely impacted by imbalanced datasets.
Related Concept Videos
Methods of Documentation VII: EMR
Electronic Medical Records (EMRs) primarily center around electronically documenting patients' health information within a single healthcare organization or practice. They contain essential clinical data related to a patient's medical history, diagnoses, medications, treatment plans, lab results, and other pertinent information relevant to the specific encounter or episode of care. EMRs are designed to streamline documentation and workflow processes within individual healthcare settings,...
Steps in Outbreak Investigation
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
Methods of Documentation VI: Case Management Model
The case management model is a multidisciplinary approach that involves healthcare professionals from diverse disciplines, such as physicians, nurses, therapists, social workers, and pharmacists, working collaboratively to address the various needs of patients. Each healthcare professional brings unique expertise and perspectives, contributing to a more comprehensive understanding of the patient's condition and tailoring treatment plans accordingly.
For example, a patient with a chronic illness...
For example, a patient with a chronic illness...
Mechanistic Models: Compartment Models in Individual and Population Analysis
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least squares (OLS)...