Lecture 5-1 Flashcards
Main goal of subset selection when we talk about linear regression is to reduce RSS
True
We want to maximize adjusted Rsquare not minimize it
True
In subset selection we go from k=1 until p predictors and at each step we will fit the model with exactly k predicotrs , then we pick the best one
The best one willl give us smallest RSS or largest adjusted Rsquare
Forward stepwise selection, we start from null model then we go from k to p-1 and at each step we fit p-k model
True
Backward stepwise selection
We start by full model and we remove the one which is contributing the least to our model
Shrinkage method
Fits model including all p and use technique to constraint coefficient estimate main goal is to reduce variance
In shrinkage approach we have two methods
Ridge regression and Lasso
In ridge regression our goal is to minimize RSS and and shrinkage term penalty (tends to be small when coefficients are close to zero)
True