Join the conversation
I learned about Ridge Regression, which is used for datasets with high multicollinearity (having more columns than rows) or a high correlation between the independent variables.It has a Lambda function that minimizes overfitting by using L2 regularization (squared coefficient value).
Reply
Done
Reply
Done
Reply
I have done this lecture with 100% practice.
Reply
I have done this video with 100% practice.
Reply
ridge regression works on linear regression that includes a regularization term and `regularization` is a technique used in machine learning and statistics to prevent overfitting of models on training data.
Reply