Skip to content

Commit

Permalink
GITBOOK-182: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
devinschumacher authored and gitbook-bot committed Nov 27, 2023
1 parent 4a083e0 commit 0222eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/ridge-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Ridge Regression is a **regularization** method used in **Supervised Learning**. It uses **L2 regularization** to prevent overfitting by adding a penalty term to the loss function. This penalty term limits the magnitude of the coefficients in the regression model, which can help prevent overfitting and improve generalization performance.

{% embed url="https://youtu.be/xRDHq4VI7RM?si=-0gDTfXbIOK8EeAb" %}
{% embed url="https://youtu.be/2zC8eweCxZ4?si=HqJ96xKNqOQ9RYVl" %}

## Ridge Regression: Introduction

Expand Down

0 comments on commit 0222eab

Please sign in to comment.