Overview


Feature selection is the processing of selecting a subset of features for use in training a model.

feature-selection-methods-1.webp

Related Concepts

Feature Engineering/Extraction: Creating new features from existing ones based on domain knowledge

Dimensionality Reduction: Reduces number of features by transforming data from a higher dimensional space into a lower dimensional space

Supervised Methods