Why Feature Selection?

It is not always a good thing to deal with feature sets having maybe thousands of features or even more.

CAUTION: Feature selection is not Feature extraction!

Strategies for Feature Selection

Feature selection will return a subset of the original set of features. There are three main strategies:


Example of Filter Methods


Example of Wrapper Methods


Example of Embedded Methods