typo in files

This commit is contained in:
mhjensen
2021-09-22 15:50:17 +02:00
parent 8142177a13
commit 7c4b51b2e2
51 changed files with 8650 additions and 12959 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ Thus, if we cannot assume that the expected outputs/targets are zero
when all predictors are zero (the columns in the design matrix), it
may be a bad idea to implement a model which penalizes the intercept.
Furthermore, in for example Ridge and Lasso regression, the solutions
(when not shrinking $$\beta_0$$) for the unknown parameters
(when not shrinking $\beta_0$) for the unknown parameters
$\bm{\beta}$ are derived under the assumption that both $\bm{y}$ and
$\bm{X}$ are zero centered, that is we subtract the mean values.