Alternative Feature Selection Methods in Machine Learning
--
You’ve probably done your online searches on “Feature Selection”, and you’ve probably found tons of articles describing the three umbrella terms that group selection methodologies, i.e., “Filter Methods”, “Wrapper Methods” and “Embedded Methods”.
Under the “Filter Methods”, we find statistical tests that select features based on their distributions. These methods…