Skip to content
Prev 273735 / 398502 Next

About stepwise regression problem

On Thu, 2011-10-06 at 20:12 -0700, pigpigmeow wrote:
<snip />
That is not a GAMM. It is a GAM.
Don't do what you are doing. Heed Frank's advice that stepwise selection
without shrinkage is invalid.

For feature selection in GAMs, use the select = TRUE argument to gam()
to turn on an addition penalty that can shrink terms out of the model,
hence doing feature selection for you.

HTH

G