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

Abstract

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__ (OP²T), 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. Our approach works with structured and unstructured datasets by learning policies over different feature spaces, including the model outputs. We evaluate our approach on real-world datasets, including regression and classification tasks with 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.

Cite

Text

Peroni and Bertsimas. "Policy Trees for Prediction: Interpretable and Adaptive Model Selection for Machine Learning." NeurIPS 2024 Workshops: RegML, 2024.

Markdown

[Peroni and Bertsimas. "Policy Trees for Prediction: Interpretable and Adaptive Model Selection for Machine Learning." NeurIPS 2024 Workshops: RegML, 2024.](https://mlanthology.org/neuripsw/2024/peroni2024neuripsw-policy/)

BibTeX

@inproceedings{peroni2024neuripsw-policy,
  title     = {{Policy Trees for Prediction: Interpretable and Adaptive Model Selection for Machine Learning}},
  author    = {Peroni, Matthew and Bertsimas, Dimitris},
  booktitle = {NeurIPS 2024 Workshops: RegML},
  year      = {2024},
  url       = {https://mlanthology.org/neuripsw/2024/peroni2024neuripsw-policy/}
}