typo in exercises week 37
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user