Building interpretable predictive models for pediatric hospital readmission using Tree-Lasso logistic regression.
Milos Jovanovic1, Sandro Radovanovic1, Milan Vukicevic1
1University of Belgrade, Faculty of Organizational Sciences, Jove Ilica 154, 11010 Vozdovac, Belgrade, Serbia.
Artificial Intelligence in Medicine
|September 25, 2016
Summary
This study developed interpretable predictive models for pediatric readmission risk using electronic health data and disease hierarchies. The Tree-Lasso model improved interpretability without sacrificing prediction accuracy, aiding clinical application.
Area of Science:
- Health Informatics
- Machine Learning in Healthcare
- Predictive Modeling
Background:
- Unplanned pediatric readmissions pose challenges to healthcare quality.
- Electronic health data present complexities like high dimensionality, sparsity, and class imbalance for predictive modeling.
- Interpretable models are crucial for real-world clinical application and actionable insights.
Purpose of the Study:
- To develop accurate and interpretable predictive models for pediatric readmission risk.
- To integrate data-driven sparse logistic regression with domain knowledge from the International Classification of Diseases 9th Revision Clinical Modification (ICD-9-CM) hierarchy.
- To propose a method for quantifying model interpretability and assessing solution stability.
Main Methods:
- Analysis of over 66,000 pediatric hospital discharge records (2009-2011).
- Utilized a Tree-Lasso regularized logistic regression model incorporating ICD-9-CM hierarchy for interpretability.
- Compared the Tree-Lasso approach with traditional Lasso logistic regression.
Main Results:
- The Tree-Lasso model demonstrated comparable prediction accuracy (AUC ~0.78) to traditional Lasso.
- Integration with ICD-9-CM hierarchy resulted in more interpretable models focused on high-level diagnoses.
- Model interpretations align with existing medical understanding of pediatric readmission, with lower information loss than Lasso.
Conclusions:
- A novel method combining domain knowledge (ICD-9-CM) and sparse algorithms (Tree-Lasso) enhances predictive model interpretability for readmission risk.
- The developed models are applicable to general pediatric populations and subpopulations, with interpretations consistent with medical knowledge.
- Quantitative assessment of interpretability goes beyond simple feature counts, offering deeper insights.
Related Concept Videos
Survival Tree
462
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...
462
Residuals and Least-Squares Property
9.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...
9.7K
Receiver Operating Characteristic Plot
562
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...
562
