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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%