← Search

Hayden McTavish

8 accepted papers

2026

CLARITree: Cholesky and Lookahead Accelerations for Regression with Interpretable Piecewise Linear Trees

ICML 2026poster

Regression trees are among the most interpretable yet expressive model classes in machine learning. Historically, greedy induction has been the dominant approach for constructing well-performing regression trees. While optimal methods based on dynamic programming and branch-and-bound exist, they are…

Cited by 0SourceScholar
2026

Efficient Rashomon Set Approximation for Decision Trees

ICML 2026poster

Standard machine learning pipelines often admit many near-optimal models. These “Rashomon sets” pose a range of challenges and opportunities for uncertainty-aware, robust decision making. They allow users to incorporate domain knowledge and preferences that would otherwise be difficult to specify di…

Cited by 0SourceScholar
2025

Leveraging Predictive Equivalence in Decision Trees

ICML 2025poster

Decision trees are widely used for interpretable machine learning due to their clearly structured reasoning process. However, this structure belies a challenge we refer to as predictive equivalence: a given tree's decision boundary can be represented by many different decision trees. The presence of…

2025

Rashomon Sets for Prototypical-Part Networks: Editing Interpretable Models in Real-Time

CVPR 2025poster

Interpretability is critical for machine learning models in high-stakes settings because it allows users to verify the model's reasoning. In computer vision, prototypical part models (ProtoPNets) have become the dominant model type to meet this need. Users can easily identify flaws in ProtoPNets, bu…

2024

Interpretable Generalized Additive Models for Datasets with Missing Values

NeurIPS 2024poster

Many important datasets contain samples that are missing one or more feature values. Maintaining the interpretability of machine learning models in the presence of such missing data is challenging. Singly or multiply imputing missing values complicates the model’s mapping from features to labels. On…

2022

Fast Sparse Decision Tree Optimization via Reference Ensembles

AAAI 2022technical

Sparse decision tree optimization has been one of the most fundamental problems in AI since its inception and is a challenge at the core of interpretable machine learning. Sparse decision tree optimization is computationally hard, and despite steady effort since the 1960's, breakthroughs have been m…