/interpreting-decision-trees-and-random-forests

Unwrapping decision trees and random forests to make them less of a black box

Primary LanguageJupyter Notebook

interpreting-decision-trees-and-random-forests

In this repository, we explore how to understand decision trees and random forests better. This serves to provide additional interpretation beyond just the feature importances. We do this by using the treeinterpreter package at https://github.com/andosa/treeinterpreter. This package looks at the individual contribution of each feature for a given example.

Links to his blog:

View my blog on this topic here.