Feature Transformation

Feature Transformation

Feature Selection

Feature Selection Techniques in Machine Learning

Wrapper methods

use specific predictive model to evaluate feature subset

Filter methods

use measures that are fast to compute

more general than wrapper, so better for preprocessing

Intrinsic

Algorithms that perform automatic feature selection during training.

Embedded methods

Embedded methods are iterative in the sense that takes care of each iteration of the model training process and carefully extracts those features which contribute the most to the training for a particular iteration.