Related Experiment Videos
Optimizing predictive performance without sacrificing explainability: Comparing logistic regression and ensemble
Brian B Jeon1, Aakash K Kottakota1,2, Katherine E Kerr2
1Research and Development, Aneurisk Inc, Pittsburgh.
Background:
An abdominal aortic aneurysm (AAA) is an irreversible dilation of the terminal aorta, posing significant rupture risks. Current guidelines for surgical intervention rely on aneurysm diameter thresholds (5.0 cm for women, 5.5 cm for men). However, ruptures frequently occur below these thresholds, highlighting limitations in diameter-based approaches. Machine learning techniques that integrate clinical, biomechanical, and morphological data may enhance predictive accuracy, but can suffer from limited interpretability owing to their inherent complexity. This study aimed to create an interpretable surrogate model for understanding a clinician's decision to perform AAA repair surgery. This was done by transforming complex machine learning outputs into a logistic regression framework using Shapley feature contributions, thereby increasing interpretability in clinical decision-making.
Methods:
In a previous study, computed tomography images were used to perform biomechanical and morphological analyses of AAA. The resulting dataset included various clinical variables (demographics, comorbidities, and pharmaceutical use). A total of 512 patients with either stable or repair outcomes were included in this study, with the training set (n = 410) and testing set (n = 102) split using an 80:20 ratio. Custom Python scripts were developed to train and evaluate logistic regression and ensemble boosted tree models on the dataset to classify repair outcomes from stable ones. Odds ratios were computed for the logistic regression, and Shapley Additive exPlanations values were calculated to interpret feature importance in the ensemble boosted tree model.
Results:
The logistic regression model demonstrated an average cross-validation accuracy of 91 ± 3%, specificity of 77 ± 11%, sensitivity of 61 ± 11%, and an area under the receiver operating characteristics curve of 79 ± 5%. In comparison, the Extreme Gradient Boosted model achieved an average accuracy of 95 ± 2%, specificity of 93 ± 7%, sensitivity of 74 ± 11%, and an area under the receiver operating characteristics curve of 86 ± 5%.
Conclusions:
The utility of providing a probability for an event to occur can be potentially beneficial to clinicians based on the surrogate logistic function, because they are familiar with the risk score derived from odds ratios. The feature weights can be provided to promote a better understanding of which variables contribute to decision-making. Future work to understand clinicians' attitudes towards decision support tools may lead to greater adoption of well-validated artificial intelligence tools.
Related Concept Videos
Survival Tree
Building a Survival Tree
Constructing a survival tree begins...
Receiver Operating Characteristic Plot