paper-with-me

홈 › Papers

Policy Trees for Prediction: Interpretable and Adaptive Model Selection for Machine Learning

2024-05-30 · Dimitris Bertsimas, Matthew Peroni

As a multitude of capable machine learning (ML) models become widely available in forms such as open-source software and public APIs, central questions remain regarding their use in real-world applications, especially in high-stakes decision-making. Is there always one best model that should be used? When are the models likely to be error-prone? Should a black-box or interpretable model be used? In this work, we develop a prescriptive methodology to address these key questions, introducing a tree-based approach, Optimal Predictive-Policy Trees (OP2T), that yields interpretable policies for adaptively selecting a predictive model or ensemble, along with a parameterized option to reject making a prediction. We base our methods on learning globally optimized prescriptive trees. Our approach enables interpretable and adaptive model selection and rejection while only assuming access to model outputs. By learning policies over different feature spaces, including the model outputs, our approach works with both structured and unstructured datasets. We evaluate our approach on real-world datasets, including regression and classification tasks with both structured and unstructured data. We demonstrate that our approach provides both strong performance against baseline methods while yielding insights that help answer critical questions about which models to use, and when.

📄 PDF Abstract BibTeX arXiv:2405.20486

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingModel Selection

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Interpretable Local Tree Surrogate Policies

2021-09-16 · John Mern, Sidhart Krishnan, Anil Yildiz, Kyle Hatch 외

High-dimensional policies, such as those represented by neural networks, cannot be reasonably interpreted by humans. This lack of interpretability reduces the trust users have in policy behavior, limiting their use to lo…

Tree Space Prototypes: Another Look at Making Tree Ensembles Interpretable

2016-11-22 · Sarah Tan, Matvey Soloviev, Giles Hooker, Martin T. Wells

Ensembles of decision trees perform well on many problems, but are not interpretable. In contrast to existing approaches in interpretability that focus on explaining relationships between features and predictions, we pro…

Prototype Selection

Making Tree Ensembles Interpretable: A Bayesian Model Selection Approach

2016-06-29 · Satoshi Hara, Kohei Hayashi

Tree ensembles, such as random forests and boosted trees, are renowned for their high prediction performance. However, their interpretability is critically limited due to the enormous complexity. In this study, we presen…

Model Selection

POETREE: Interpretable Policy Learning with Adaptive Decision Trees

2022-03-15 · ICLR 2022 4 · Alizée Pace, Alex J. Chan, Mihaela van der Schaar

Building models of human decision-making from observed behaviour is critical to better understand, diagnose and support real-world policies such as clinical care. As established policy learning approaches remain focused …

Decision Making

Bayesian CART models for insurance claims frequency

2023-03-03 · Yaojun Zhang, Lanpeng Ji, Georgios Aivaliotis, Charles Taylor

Accuracy and interpretability of a (non-life) insurance pricing model are essential qualities to ensure fair and transparent premiums for policy-holders, that reflect their risk. In recent years, the classification and r…

Data AugmentationModel Selection