Solved – PCA vs ridge regression for multicollinearity

multicollinearityregression

Orthogonalization via PCA and ridge regression are two common methods to account for multicollinearity for linear regression models. When would you use one over the other?

Best Answer

When the cross-validated error of one method is lower than the other. I would also look into lasso regression and elastic net regression.