When a CBR in Hand is Better than Twins in the Bush
Mobyen Uddin Ahmed, Shaibal Barua, Shahina Begum, Mir Riyanul, Islam, Rosina O Weber

TL;DR
This paper demonstrates that a case-based reasoning (CBR) model, built from an XGBoost regression model, can outperform the original model in both accuracy and interpretability for flight delay prediction, challenging the trade-off notion.
Contribution
It introduces a novel approach to derive a highly accurate and interpretable CBR model from an XGBoost regression model, establishing a new benchmark for accuracy and interpretability.
Findings
CBR model outperforms XGBoost in local prediction accuracy.
CBR provides a clear global explanation via feature importance.
The approach enables effective local explanations using SHAP and LIME.
Abstract
AI methods referred to as interpretable are often discredited as inaccurate by supporters of the existence of a trade-off between interpretability and accuracy. In many problem contexts however this trade-off does not hold. This paper discusses a regression problem context to predict flight take-off delays where the most accurate data regression model was trained via the XGBoost implementation of gradient boosted decision trees. While building an XGB-CBR Twin and converting the XGBoost feature importance into global weights in the CBR model, the resultant CBR model alone provides the most accurate local prediction, maintains the global importance to provide a global explanation of the model, and offers the most interpretable representation for local explanations. This resultant CBR model becomes a benchmark of accuracy and interpretability for this problem context, and hence it is used…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
MethodsShapley Additive Explanations · Local Interpretable Model-Agnostic Explanations
