vs adjusted — when do you use each?
easyAnswer
- : fraction of variance explained; always increases when you add features (even garbage ones).
- Adjusted : penalizes model complexity; only increases if the new feature improves fit beyond noise.
- Use adjusted to compare models with different numbers of features.
- For prediction focus, use AIC / BIC / cross-validated .
- Warning: neither is a substitute for holdout evaluation.
Check yourself — multiple choice
- Same thing
- : variance explained, monotone in features; Adjusted : penalty for complexity, used to compare models of different sizes
- Only adjusted matters
- Only
always ↑ with features; adjusted penalizes complexity.
#regression
Practise Statistics Fundamentals
215 interview questions in this topic.