typo in exercises week 37

This commit is contained in:
Morten Hjorth-Jensen
2025-09-02 05:54:12 +02:00
parent b62dc358d7
commit c8aa957670
13 changed files with 1169 additions and 1163 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ We will also center the target $\bm{y}$ to mean $0$. Centering $\bm{y}$
term, the data is shifted such that the intercept is effectively 0
. (In practice, one could include an intercept in the model and not
penalize it, but here we simplify by centering.)
Choose $n=100$ data points and set up $\bm{x}, $\bm{y} and the design matrix $\bm{X}$.
Choose $n=100$ data points and set up $\bm{x}, $\bm{y}$ and the design matrix $\bm{X}$.
!bc pycod
# Standardize features (zero mean, unit variance for each feature)