Session Ready
Exercise

Random forest for feature selection

Now lets use the fitted random model to select the most important features from our input dataset X.

The trained model from the previous exercise has been pre-loaded for you as rf.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Create a mask for features with an importance higher than 0.15.