small change to project 1 text.

This commit is contained in:
mhjensen
2019-10-06 09:59:30 +02:00
parent 3c68449813
commit 53d87cca90
9 changed files with 13 additions and 13 deletions
@@ -212,7 +212,7 @@ of data points, and possibly also your training and test data.
Try to make a figure similar to Fig. 2.11 of Hastie, Tibshirani, and
Friedman, see the references below. You should include an analysis of the bias and variance for the test results. Figure 2.11 displays only the test and training MSEs while indicating regions of low/high bias and variance. You will most likely not get an
equally smooth curve!
equally smooth curve! Note also that when you calculate the bias, in all applications you don't know the function values $f_i$. You would hence replace them with the actual data points $y_i$.
=== Part d): Ridge Regression on the Franke function with resampling ===