Selecting good features – Part III: random forests
In my previous posts, I looked at univariate feature selection and linear models and regularization for feature selection.In this post, I’ll discuss random forests, another popular approach for feature ranking. Random forest feature importanceRandom forests are among the most popular … Continue reading