Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 771 Bytes

File metadata and controls

10 lines (7 loc) · 771 Bytes

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.