last update of typos?

This commit is contained in:
Morten Hjorth-Jensen
2022-09-05 17:21:37 +02:00
parent 3d4b9f7f4a
commit 09cc50ce2f
9 changed files with 51 additions and 65 deletions
@@ -320,8 +320,6 @@ of your model complexity (the degree of the polynomial) and the number
of data points, and possibly also your training and test data using the _bootstrap_ resampling method.
You can follow the code example in the jupyter-book at URL:"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter3.html#the-bias-variance-tradeoff".
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): Cross-validation as resampling techniques, adding more complexity ===