Feature Selection

Removing Low-Variance Features

Univariate Selection

Example: Univariate Selection

Example: Using F-test vs Mutual Information statistics

Recursive Selection

Selecting from a Model

Selecting from a Linear Model - L1 norm based selection

Selecting from a Tree - Impurity based selection

Sequential Selection

Example: Selecting from a Model vs Sequential Selection

Feature Selections & Pipelines