Related Experiment Video
Updated: Dec 3, 2025

06:19
Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
1.7K
An Easy-to-Use Machine Learning Model to Predict the Prognosis of Patients With COVID-19: Retrospective Cohort Study
Hyung-Jun Kim1, Deokjae Han1, Jeong-Han Kim2
1Division of Pulmonary and Critical Care Medicine, Department of Internal Medicine, Armed Forces Capital Hospital, Seongnam, Republic of Korea.
Journal of Medical Internet Research
|October 27, 2020
Summary
A new machine learning model effectively predicts the need for intensive care in COVID-19 patients using simple characteristics. This tool aids in prioritizing critical care for better patient outcomes.
Area of Science:
- Machine learning applications in healthcare
- Predictive modeling for infectious diseases
- Critical care resource allocation
Background:
- Effective prioritization of intensive care is crucial for reducing COVID-19 mortality.
- Existing scoring methods often rely on unavailable laboratory or radiographic data.
Purpose of the Study:
- To develop a machine learning model for predicting intensive care needs in COVID-19 patients.
- Utilize easily obtainable patient characteristics: demographics, comorbidities, and symptoms.
Main Methods:
- Retrospective analysis of a nationwide South Korean cohort (n=4787).
- Development of prediction models using automated machine learning on a derivation group (n=3294).
- External validation of models on a separate patient group (n=1493) and comparison with CURB-65 score.
Main Results:
- The XGBoost machine learning model demonstrated superior discrimination performance.
- Achieved an Area Under the Receiver Operating Characteristic Curve (AUC) of 0.897 (derivation) and 0.885 (validation).
- Outperformed the CURB-65 score (AUCs 0.836 and 0.843, respectively).
Conclusions:
- A machine learning model using simple, patient-provided characteristics can efficiently predict intensive care needs in COVID-19 patients.
- This model offers a practical tool for clinical decision-making and resource management.
Related Concept Videos
Steps in Outbreak Investigation
388
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:
388
Residuals and Least-Squares Property
8.7K
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...
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.7K
Cancer Survival Analysis
555
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...
555
Prediction Intervals
2.9K
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.
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.9K
