Skip to content

Commit e2c9e1e

Browse files
committed
Fix: broken links found
1 parent 4eb3155 commit e2c9e1e

File tree

1 file changed

+1
-1
lines changed
  • docs/machine-learning/machine-learning-core/supervised-learning/regression

1 file changed

+1
-1
lines changed

docs/machine-learning/machine-learning-core/supervised-learning/regression/lasso.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where:
2525

2626
## 2. Feature Selection: The Power of Zero
2727

28-
The most significant difference between Lasso and its sibling, [Ridge Regression](/tutorial/machine-learning/supervised-learning/regression/ridge), is that Lasso can shrink coefficients **exactly to zero**.
28+
The most significant difference between Lasso and its sibling, [Ridge Regression](./ridge), is that Lasso can shrink coefficients **exactly to zero**.
2929

3030
When a coefficient becomes zero, that feature is effectively removed from the model. This makes Lasso an excellent tool for:
3131
1. **Automated Feature Selection:** Identifying the most important variables in a dataset with hundreds of features.

0 commit comments

Comments
 (0)