Individualized prediction of COVID-19 adverse outcomes with MLHO

Hossein Estiri1,2,3, Zachary H Strasser4,5,6,7, Shawn N Murphy4,5,6,7,8

  • 1Laboratory of Computer Science, Massachusetts General Hospital, Boston, MA, 02144, USA. hestiri@mgh.harvard.edu.

Scientific Reports
|March 6, 2021
PubMed

Insights

Machine Learning for Health Outcomes (MLHO) predicts COVID-19 patient risks using past medical data. Incorporating clinical history significantly improves predictions of hospitalization, ICU admission, ventilation, and death.

Area of Science:

  • Medical Informatics
  • Computational Biology
  • Epidemiology

Background:

  • The COVID-19 pandemic caused significant health and economic disruption globally.
  • Accurate prediction of adverse COVID-19 outcomes is crucial for resource allocation and preventive strategies, including vaccination prioritization.

Purpose of the Study:

  • To develop and validate an end-to-end Machine Learning framework (MLHO) for predicting patient-level adverse health outcomes from COVID-19.
  • To assess the predictive value of pre-infection clinical and demographic data for COVID-19 severity.

Main Methods:

  • Developed MLHO, a Machine Learning framework using iterative feature and algorithm selection for predicting hospitalization, ICU admission, mechanical ventilation, and death.
  • Utilized a cohort of over 13,000 COVID-19-positive patients, analyzing approximately 600 features from pre-infection medical records and demographics.
  • Employed parallel, outcome-oriented model calibration to test various statistical learning algorithms and feature sets simultaneously.

Main Results:

  • MLHO achieved a mean AUC ROC of 0.91 for mortality prediction and 0.80-0.81 for ICU admission, hospitalization, and ventilation prediction.
  • Demographic variables like age were important, but pre-existing clinical records were vital for reliable outcome prediction.
  • Identified key feature clusters influencing the prediction of each adverse outcome.

Conclusions:

  • MLHO provides an adaptable and interpretable Machine Learning approach for predicting COVID-19 adverse outcomes.
  • The framework's reliance on pre-infection clinical data highlights its potential for proactive healthcare management.
  • MLHO can enhance preparedness for future infectious disease outbreaks.

Related Concept Videos

Prediction Intervals01:03

Prediction Intervals

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. 
2.7K
Steps in Outbreak Investigation01:18

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:
326
Predicting Reaction Outcomes02:24

Predicting Reaction Outcomes

Kinetics describes the rate and path by which a reaction occurs. In contrast, thermodynamics deals with state functions and describes the properties, behavior, and components of a system. It is not concerned with the path taken by the process and cannot address the rate at which a reaction occurs. Although it does provide information about what can happen during a reaction process, it does not describe the detailed steps of what appears on an atomic or a molecular level. On the other hand,...
9.2K
Sensitivity, Specificity, and Predicted Value01:13

Sensitivity, Specificity, and Predicted Value

In healthcare diagnostics, laboratory tests play a crucial role in identifying and diagnosing a wide range of medical conditions. However, interpreting test results is not always straightforward. An abnormal test result does not always confirm the presence of a disease, just as a normal result does not guarantee its absence. To assess the reliability of these diagnostic tools, healthcare practitioners rely on two key statistical indicators: sensitivity and specificity.
Sensitivity is the...
946
Cancer Survival Analysis01:21

Cancer Survival Analysis

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...
522
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.4K