Question 5
Consider the Ridge regression model in scikit-learn, represented by the Ridge class.
Which of the following statements about Ridge regression is correct?
Ridge regression is designed to handle class imbalance of the dataset.
The regularization term in Ridge regression is added to the sum of absolute residuals.
Increasing the value of the regularization parameter (alpha) in Ridge regression makes the model less sensitive to high-magnitude coefficients.
Ridge regression is equivalent to Lasso regression when the regularization parameter (alpha) is set to zero.