Intuition: once all feature have been added. Additional features will be penalized
where
- RSS is the residual sum of squares
- is the number of features
- TSS is the total sum of squares
- is the number of observations
Search
Apr 23, 20241 min read
Intuition: once all feature have been added. Additional features will be penalized
R2=1−TSS/(n−1)RSS/(n−d−1), where