Predicting coronavirus disease 2019 severity using explainable artificial intelligence techniques

Takuya Ozawa1, Shotaro Chubachi2, Ho Namkoong3

  • 1Division of Pulmonary Medicine, Department of Internal Medicine, Keio University School of Medicine, Tokyo, Japan.

Scientific Reports
|March 20, 2025
PubMed

Insights

This study developed a simple machine learning model to predict coronavirus disease 2019 (COVID-19) severity. The model accurately identifies high-risk patients using four key factors: albumin, lactate dehydrogenase, age, and neutrophils.

Area of Science:

  • Medical Informatics
  • Machine Learning in Healthcare
  • Epidemiology

Background:

  • Predicting coronavirus disease 2019 (COVID-19) severity is crucial for patient management.
  • Conventional statistical methods struggle with the complex interactions of factors influencing COVID-19 severity.
  • Explainable machine learning offers a promising approach for developing accurate predictive models.

Purpose of the Study:

  • To establish a simple, accurate, and explainable machine learning model for predicting COVID-19 severity.
  • To identify key clinical features that contribute to COVID-19 severity prediction.
  • To validate the model's performance on an independent patient cohort.

Main Methods:

  • Utilized a dataset of 3,301 adult patients diagnosed with COVID-19.
  • Employed pointwise linear and logistic regression to extract 41 potential predictive features.
  • Applied reinforcement learning to develop a parsimonious predictive model.
  • Evaluated model performance using the area under the receiver operating characteristic curve (AUC).

Main Results:

  • A predictive model using four features—serum albumin, lactate dehydrogenase, age, and neutrophil count—achieved an AUC of ≥0.905.
  • The model demonstrated high predictive accuracy in both discovery (AUC=0.906) and validation (AUC=0.861) cohorts.
  • Identified key predictors for COVID-19 severity, including serum albumin, lactate dehydrogenase, age, and neutrophil count.

Conclusions:

  • Developed a simple and accurate explainable machine learning model for COVID-19 severity prediction.
  • The model, utilizing four key features, shows potential for aiding clinical decision-making.
  • Findings may assist in patient stratification and the selection of appropriate therapeutic interventions for COVID-19.

Related Concept Videos

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:
101
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...
7.2K
Receiver Operating Characteristic Plot01:15

Receiver Operating Characteristic Plot

A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
69
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...
157