Model Improvement Flashcards

1
Q

Forward end backward selection

A

Similarties:
Perform variable selection
Greedy algorithm: looks at best or worse, immediate best doesnt guarantee best result

Differences:
-Forward selection works best with high dimension (to many predictors, but cause overfitting and hard to find pattern)
-backwards works well with complementing predictors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Regularization

A

Shrinkage method
-Reduce overfitting by shrinking he size of the coefficient estimates
- lower the flexibility of a model by bringing estimate close to zero. Varience reduce at expense of bias
- uses binarize dummy variables
-useful in high dimension

Serve to strike a balance btw goodness of fit and model complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When selecting the best model

A

Prediction performance: should perform well in test data w.r.t.
Interpretability: the predictions should be easily explained
Ease of implementation: computationally, financially, logistically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly