Skip to content

Instantly share code, notes, and snippets.

View richpauloo's full-sized avatar

Rich Pauloo, PhD richpauloo

View GitHub Profile
@richpauloo
richpauloo / README.md
Last active December 24, 2019 01:43
Cumulative Variable Importance for Random Forest Models

Cumulative Variable Importance for Random Forest (RF) 🌲🌳 Models

Motivation

What does an interpretable RF visualization look like? Out-of-the-box 📦 RF implementations in R and Python compute variable importance over all trees, but how do we get there?

In other words, what would a cumulative variable importance for a RF look like?

Approach