Learn Before
Concept

Forward Stepwise Selection Algorithm

  1. Let M0M_0 denote the null model, which contains no predictors.
  2. For k = 0, 1, ..., p-1: (a) Consider all p-k models that augment the predictors in MkM_k with one additional predictor. (b) Choose the best among these p-k models, and call it Mk+1M_{k+1}. Here best is defined as having smallest RSS or highest R2R^2.
  3. Select a single best model from among M0,...,MpM_0, ..., M_p using cross-validated prediction error, CpC_p (AIC), BIC, or adjusted R2R^2.

0

0

Updated 2020-06-20

Tags

Data Science