Skip to content

Commit

Permalink
Update box lasso
Browse files Browse the repository at this point in the history
- close #463
  • Loading branch information
linogaliana committed Nov 27, 2023
1 parent 7494c73 commit 0b405bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/modelisation/4_featureselection.qmd
Expand Up @@ -128,9 +128,9 @@ $$
$$
Ce programme se reformule grâce au Lagrangien est permet ainsi d'obtenir un programme de minimisation plus maniable :
$$
\beta^{\text{LASSO}} = \arg \min_{\beta} \frac{1}{2}\mathbb{E}\bigg( \big( X\beta - y \big)^2 \bigg) + \alpha \sum_{j=1}^p |\beta_j| = \arg \min_{\beta} ||y-X\beta||_{2}^{2} + \alpha ||\beta||_1
\beta^{\text{LASSO}} = \arg \min_{\beta} \frac{1}{2}\mathbb{E}\bigg( \big( X\beta - y \big)^2 \bigg) + \alpha \sum_{j=1}^p |\beta_j| = \arg \min_{\beta} ||y-X\beta||_{2}^{2} + \lambda ||\beta||_1
$$
où $\lambda$ est une réécriture de la régularisation précédente.
où $\lambda$ est une réécriture de la régularisation précédente qui dépend de $alpha$. La force de la pénalité appliquée aux modèles non parcimonieux dépend de ce paramètre.

```{=html}
</div>
Expand Down

0 comments on commit 0b405bc

Please sign in to comment.