This article is a part of a series about feature selection techniques. You can check out the rest of the articles as they are/become available:
Welcome back! This post will give you an overview of wrapper methods for feature selection.
In the last post in the series, we explored the filter methods that tend to select features independently and work with (essentially) any machine learning algorithm. Consequently, one of the disadvantages of these methods is that they tend to ignore the effect of the selected feature subset on the performance of the algorithm.
Continue reading Hands-on with Feature Selection Techniques: Wrapper Methods