How Interpretable and Trustworthy are GAMs?
Chun-Hao Chang, Sarah Tan, Ben Lengerich, Anna Goldenberg, Rich, Caruana

TL;DR
This paper evaluates various GAM algorithms, revealing that tree-based GAMs offer the best balance of interpretability, accuracy, and fairness, making them the most trustworthy choice among GAMs.
Contribution
It provides a comprehensive comparison of GAM algorithms, highlighting the importance of inductive bias and identifying tree-based GAMs as the most reliable for interpretability and fairness.
Findings
Tree-based GAMs balance sparsity, fidelity, and accuracy effectively.
High feature sparsity in GAMs can lead to missing data patterns and unfairness.
Inductive bias significantly influences what interpretable models learn.
Abstract
Generalized additive models (GAMs) have become a leading modelclass for interpretable machine learning. However, there are many algorithms for training GAMs, and these can learn different or even contradictory models, while being equally accurate. Which GAM should we trust? In this paper, we quantitatively and qualitatively investigate a variety of GAM algorithms on real and simulated datasets. We find that GAMs with high feature sparsity (only using afew variables to make predictions) can miss patterns in the data and be unfair to rare subpopulations. Our results suggest that inductive bias plays a crucial role in what interpretable models learn and that tree-based GAMs represent the best balance of sparsity, fidelity and accuracy and thus appear to be the most trustworthy GAM.
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.
Code & Models
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
MethodsGeneralized additive models
