What distinguishes Ridge regression from ordinary least squares?
-
A
Ridge adds an L1 penalty that drives some coefficients to exactly zero
-
B
Ridge adds an L2 penalty that shrinks coefficients toward zero without eliminating them
-
C
Ridge uses a different loss function based on absolute errors
-
D
Ridge applies feature selection before fitting the model