Technical Report: Partial Dependence through Stratification
Terence Parr, James D. Wilson

TL;DR
This paper introduces new data-driven methods for calculating partial dependence curves directly from data, reducing reliance on complex models and addressing biases in existing techniques, thereby improving interpretability for non-experts.
Contribution
It proposes novel nonparametric methods for partial dependence estimation that operate directly on data, bypassing the need for model fitting and addressing biases in current approaches.
Findings
Methods work correctly on synthetic data
Approach plausibly works on real datasets
Addresses biases in existing partial dependence techniques
Abstract
Partial dependence curves (FPD) introduced by Friedman, are an important model interpretation tool, but are often not accessible to business analysts and scientists who typically lack the skills to choose, tune, and assess machine learning models. It is also common for the same partial dependence algorithm on the same data to give meaningfully different curves for different models, which calls into question their precision. Expertise is required to distinguish between model artifacts and true relationships in the data. In this paper, we contribute methods for computing partial dependence curves, for both numerical (StratPD) and categorical explanatory variables (CatStratPD), that work directly from training data rather than predictions of a model. Our methods provide a direct estimate of partial dependence, and rely on approximating the partial derivative of an unknown regression…
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 · Data Analysis with R
MethodsShapley Additive Explanations
