Address Overfitting with L1 Regularization in Regression
Company: Google
Role: Data Scientist
Category: Machine Learning
Difficulty: medium
Interview Round: Technical Screen
##### Scenario
You fit a linear regression with 500 predictors but only 600 observations.
##### Question
a) What issue is likely to occur? b) Why does it happen? c) Explain how L1 regularization can mitigate it.
##### Hints
Think over-fitting and coefficient shrinkage.
Quick Answer: This question evaluates understanding of model overfitting, high-dimensional linear regression issues, and regularization concepts, specifically L1 (Lasso) sparsity and complexity control.