Fast Estimation of Partial Dependence Functions using Trees
Jinyang Liu, Tessa Steensgaard, Marvin N. Wright, Niklas Pfister, Munir Hiabu

TL;DR
This paper introduces FastPD, a fast and consistent tree-based estimator for partial dependence functions that improves computational efficiency and handles correlated features better than existing methods like TreeSHAP.
Contribution
We propose FastPD, a novel tree-based estimator for partial dependence functions that is both efficient and consistent, especially with correlated features.
Findings
FastPD estimates PD functions with linear complexity for moderate-depth trees.
FastPD provides consistent estimates unlike TreeSHAP in correlated feature scenarios.
FastPD enables extraction of various PD-based interpretations, including SHAP and interaction effects.
Abstract
Many existing interpretation methods are based on Partial Dependence (PD) functions that, for a pre-trained machine learning model, capture how a subset of the features affects the predictions by averaging over the remaining features. Notable methods include Shapley additive explanations (SHAP) which computes feature contributions based on a game theoretical interpretation and PD plots (i.e., 1-dim PD functions) that capture average marginal main effects. Recent work has connected these approaches using a functional decomposition and argues that SHAP values can be misleading since they merge main and interaction effects into a single local effect. However, a major advantage of SHAP compared to other PD-based interpretations has been the availability of fast estimation techniques, such as \texttt{TreeSHAP}. In this paper, we propose a new tree-based estimator, \texttt{FastPD}, which…
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
TopicsBayesian Modeling and Causal Inference
MethodsShapley Additive Explanations
