Enhanced Local Explainability and Trust Scores with Random Forest Proximities
Joshua Rosaler, Dhruv Desai, Bhaskarjit Sarmah, Dimitrios, Vamvourellis, Deran Onay, Dhagash Mehta, Stefano Pasquali

TL;DR
This paper introduces a novel proximity-based explainability method for random forest models that enhances understanding of predictions and out-of-sample performance by leveraging the RF's formulation as a weighted K-nearest neighbors model.
Contribution
It presents a new local explainability approach using RF proximities, complementing feature-based methods like SHAP, and demonstrates its effectiveness in financial modeling tasks.
Findings
Proximity-based explanations provide insights into RF predictions.
The method helps assess the likelihood of prediction correctness.
Application to bond data shows practical utility.
Abstract
We initiate a novel approach to explain the predictions and out of sample performance of random forest (RF) regression and classification models by exploiting the fact that any RF can be mathematically formulated as an adaptive weighted K nearest-neighbors model. Specifically, we employ a recent result that, for both regression and classification tasks, any RF prediction can be rewritten exactly as a weighted sum of the training targets, where the weights are RF proximities between the corresponding pairs of data points. We show that this linearity facilitates a local notion of explainability of RF predictions that generates attributions for any model prediction across observations in the training set, and thereby complements established feature-based methods like SHAP, which generate attributions for a model prediction across input features. We show how this proximity-based approach to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Stock Market Forecasting Methods · Machine Learning in Healthcare
MethodsShapley Additive Explanations
