Citadel Interview Question

Why add l2 penalty to linear regression.

Interview Answers

Anonymous

Mar 2, 2018

Robust, collinear issue

1

Anonymous

Feb 8, 2021

The L2 penalty is a regularization term added to the loss function so as to induce coefficient shrinkage and does not yield to feature selection as mentioned in some of the comments (L1 penalty does this). It introduces bias to the regression and thus reduces its variance (bias-variance trade off).

1

Anonymous

Apr 1, 2018

1. Feature selection. 2. Prevent from overfitting(avoid high variance)

Anonymous

Sep 30, 2019

Sparse regression, the L2 penalty is a factor that controls bias va variance trade-off in a typical machine learning issue. It has nothing related to do Robustness/collinearity

Anonymous

Sep 30, 2019

Sparse regression, the L2 penalty is a factor that controls bias va variance trade-off in a typical machine learning issue. It has nothing related to do Robustness/collinearity