| Literature DB >> 35896038 |
Deepika Gopukumar1, Abhijeet Ghoshal2, Huimin Zhao3.
Abstract
BACKGROUND: The Centers for Medicare and Medicaid Services projects that health care costs will continue to grow over the next few years. Rising readmission costs contribute significantly to increasing health care costs. Multiple areas of health care, including readmissions, have benefited from the application of various machine learning algorithms in several ways.Entities:
Keywords: machine learning; predictive analytics; predictive models; readmission analytics; readmission charges; readmissions
Year: 2022 PMID: 35896038 PMCID: PMC9472041 DOI: 10.2196/37578
Source DB: PubMed Journal: JMIR Med Inform
Models used in prior studies.
| Prediction area | Contexts and models used |
| Readmissions | All-cause: Artificial neural network (Jamei et al [ |
| Health care costs | General costs: Classification trees and clustering (Bertsimas et al [ |
aXGBoost: eXtreme gradient boosting.
eXtreme gradient boosting configuration details.
| Configuration | Value |
| Number of rounds | 120 |
| Maximum depth of the tree | 5 |
| Learning rate | 0.2 |
| Subsample ratio of the training instances | 0.7 |
| L1a regularization term on weights | 5 |
| L2b regularization term on weights | 20 |
| Minimum loss required to make a split (gamma) | 5 |
| Subsample ratio of columns while constructing each tree | 0.9 |
aL1: the sum of the absolute values of coefficients.
bL2: the sum of the squared values of coefficients.
Configuration of the multilayer perceptron–based deep learning network.
| Configuration | Value |
| Number of hidden layers | 4 |
| Number of neurons in the first hidden layer | 80 |
| Number of neurons in the second hidden layer | 60 |
| Number of neurons in the third hidden layer | 50 |
| Number of neurons in the fourth hidden layer | 20 |
| Minibatch size (weights get updated after each minibatch) | 30 |
| Momentum | 0.9000 |
| Learning rate | 0.0001 |
| Number of epochs (1 epoch = 1 forward pass + 1 backward pass) | 400 |
Figure 1Distribution of hospital charges contributed by individuals (actual count in each category>10) for readmission with the same major diagnostic category.
Figure 2Distribution of hospital charges contributed by individuals (actual count in each category>10) for all-cause readmission category.
Figure 3Difference between average readmission charge and average previous admission charge for readmission with the same major diagnostic category. MDC: major diagnostic category.
Figure 4Difference between average readmission charge and average previous admission charge for all-cause readmission category. MDC: major diagnostic category.
Test results of readmission with the same major diagnostic category based on different performance measures.
| Model | MAPEa (%), mean (SD) | RMSEb, mean (SD) | MAEc, mean (SD) | RRSEd, mean (SD) | RAEe, mean (SD) | NRMSEf, mean (SD) | MADg, mean (SD) |
| Linear regression | 4.268 (0.035) | 0.564 (0.002) | 0.431 (0.002) | 0.546 (0.005) | 0.528 (0.004) | 0.055 (0.000) | 0.042 (0.000) |
| Lasso | 4.269 (0.036) | 0.564 (0.002) | 0.431 (0.002) | 0.546 (0.005) | 0.528 (0.004) | 0.055 (0.000) | 0.042 (0.000) |
| Elastic net | 4.269 (0.036) | 0.564 (0.002) | 0.431 (0.002) | 0.546 (0.005) | 0.528 (0.004) | 0.055 (0.000) | 0.042 (0.000) |
| Ridge | 4.299 (0.037) | 0.565 (0.003) | 0.434 (0.002) | 0.547 (0.005) | 0.531 (0.004) | 0.055 (0.000) | 0.042 (0.001) |
| XGBoosth | 3.171 (0.027) | 0.421 (0.003) | 0.321 (0.002) | 0.407 (0.004) | 0.393 (0.003) | 0.041 (0.001) | 0.031 (0.000) |
| Deep learning | 3.202 (0.022) | 0.427 (0.003) | 0.326 (0.002) | 0.413 (0.004) | 0.399 (0.003) | 0.041 (0.001) | 0.032 (0.000) |
aMAPE: mean absolute percentage error.
bRMSE: root mean squared error.
cMAE: mean absolute error.
dRRSE: root relative squared error.
eRAE: relative absolute error.
fNRMSE: normalized root mean squared error.
gMAD: mean absolute deviation.
hXGBoost: eXtreme gradient boosting.
Test results of all-cause readmission category based on different performance measures.
| Model | MAPEa (%), mean (SD) | RMSEb, mean (SD) | MAEc, mean (SD) | RRSEd, mean (SD) | RAEe, mean (SD) | NRMSEf, mean (SD) | MADg, mean (SD) |
| Linear regression | 4.208 (0.047) | 0.558 (0.004) | 0.427 (0.003) | 0.554 (0.005) | 0.537 (0.005) | 0.054 (0.000) | 0.041 (0.001) |
| Lasso | 4.208 (0.047) | 0.558 (0.004) | 0.427 (0.003) | 0.554 (0.005) | 0.537 (0.005) | 0.054 (0.000) | 0.041 (0.001) |
| Elastic net | 4.209 (0.047) | 0.558 (0.004) | 0.427 (0.003) | 0.554 (0.005) | 0.537 (0.005) | 0.054 (0.000) | 0.041 (0.001) |
| Ridge | 4.240 (0.049) | 0.559 (0.005) | 0.429 (0.003) | 0.555 (0.005) | 0.531 (0.005) | 0.054 (0.000) | 0.042 (0.001) |
| XGBoosth | 3.121 (0.019) | 0.414 (0.002) | 0.317 (0.002) | 0.410 (0.001) | 0.399 (0.002) | 0.040 (0.000) | 0.031 (0.000) |
| Deep learning | 3.103 (0.018) | 0.413 (0.003) | 0.316 (0.003) | 0.410 (0.002) | 0.397 (0.003) | 0.040 (0.000) | 0.031 (0.000) |
aMAPE: mean absolute percentage error.
bRMSE: root mean squared error.
cMAE: mean absolute error.
dRRSE: root relative squared error.
eRAE: relative absolute error.
fNRMSE: normalized root mean squared error.
gMAD: mean absolute deviation.
hXGBoost: eXtreme gradient boosting.