[MINI] Calculating Feature Importance


Episode Artwork
1.0x
0% played 00:00 00:00
Oct 21 2016 13 mins   109

For machine learning models created with the random forest algorithm, there is no obvious diagnostic to inform you which features are more important in the output of the model. Some straightforward but useful techniques exist revolving around removing a feature and measuring the decrease in accuracy or Gini values in the leaves. We broadly discuss these techniques in this episode.