Interpretable machine learning models for hospital readmission prediction: a two-step extracted regression tree
Xiaoquan Gao1, Sabriya Alam2, Pengyi Shi3
1School of Industrial Engineering, Purdue University, West Lafayette, USA.
BMC Medical Informatics and Decision Making
|June 5, 2023
Summary
This study introduces a two-step machine learning approach for predicting hospital readmissions. The method achieves high accuracy and provides interpretable risk factors, enhancing trust in clinical applications.
Area of Science:
- Medical Informatics
- Machine Learning in Healthcare
- Predictive Analytics
Background:
- Advanced machine learning (ML) models offer high accuracy in medical decision-making but lack interpretability, hindering clinical adoption.
- Interpretable ML tools can extract insights from complex models, yet their application to hospital readmission prediction is underexplored.
Purpose of the Study:
- To develop an ML algorithm for predicting 30- and 90-day hospital readmissions with high accuracy.
- To ensure the ML algorithm provides medically interpretable insights into readmission risk factors.
Main Methods:
- A two-step Extracted Regression Tree approach was employed.
- A black box prediction algorithm was trained first, followed by extracting an interpretable regression tree from its output.
- Data from a large Asian teaching hospital was used for model development and verification.
Main Results:
- The two-step method achieved prediction performance comparable to black box models (e.g., Neural Networks) in terms of accuracy, AUC, and AUPRC.
- Key readmission risk factors identified by the model align with established medical literature, confirming interpretability and validity.
Conclusions:
- The developed two-step approach provides accurate and interpretable predictions for hospital readmissions.
- This method offers a promising way to increase clinician trust and adoption of ML models in healthcare settings for readmission prediction.
Related Concept Videos
Survival Tree
119
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
119
Receiver Operating Characteristic Plot
285
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...
285
Steps in Outbreak Investigation
155
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:
155
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Residuals and Least-Squares Property
7.4K
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...
7.4K


