Hamish Burke | 2025-04-03

Related to: #bigData


Feature Selection

Terms

Single Feature Ranking

Eg for decision trees:

Types

Filter Approach

Wrapper Approach

Embedded Approach

Methods

Sequential Forward Selection (SFS)

SFS works best when the optimal subset is small

Sequential Backward Selection (SBS)

SBS is best when the optimal subset is large

Bi-directional Search (BDS)

Plus-L, Minus-R Selection (LRS)