Selecting good features – Part IV: stability selection, RFE and everything side by side
In my previous posts, I looked at univariate methods,linear models and regularization and random forests for feature selection.In this post, I’ll look at two other methods: stability selection and recursive feature elimination (RFE), which can both considered wrapper methods. They … Continue reading