Learn Before
Concept
Forward Stepwise Selection Algorithm
- Let denote the null model, which contains no predictors.
- For k = 0, 1, ..., p-1: (a) Consider all p-k models that augment the predictors in with one additional predictor. (b) Choose the best among these p-k models, and call it . Here best is defined as having smallest RSS or highest .
- Select a single best model from among using cross-validated prediction error, (AIC), BIC, or adjusted .
0
0
Updated 2020-06-20
Tags
Data Science