diff --git a/doc/pub/week37/html/._week37-bs000.html b/doc/pub/week37/html/._week37-bs000.html
index 02721beb9..3fbf64644 100644
--- a/doc/pub/week37/html/._week37-bs000.html
+++ b/doc/pub/week37/html/._week37-bs000.html
@@ -284,7 +284,7 @@ MathJax.Hub.Config({
-Sep 11, 2022
+Sep 15, 2022
diff --git a/doc/pub/week37/html/._week37-bs001.html b/doc/pub/week37/html/._week37-bs001.html
index e9ca9e6e4..a966e3abe 100644
--- a/doc/pub/week37/html/._week37-bs001.html
+++ b/doc/pub/week37/html/._week37-bs001.html
@@ -269,8 +269,8 @@ MathJax.Hub.Config({
Plans for week 37
-- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques
-- Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife
+- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the bias-variance tradeoff.
+- Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
Recommended Reading:
diff --git a/doc/pub/week37/html/week37-bs.html b/doc/pub/week37/html/week37-bs.html
index 02721beb9..3fbf64644 100644
--- a/doc/pub/week37/html/week37-bs.html
+++ b/doc/pub/week37/html/week37-bs.html
@@ -284,7 +284,7 @@ MathJax.Hub.Config({
-Sep 11, 2022
+Sep 15, 2022
diff --git a/doc/pub/week37/html/week37-reveal.html b/doc/pub/week37/html/week37-reveal.html
index f42802883..17b1fe2f1 100644
--- a/doc/pub/week37/html/week37-reveal.html
+++ b/doc/pub/week37/html/week37-reveal.html
@@ -184,7 +184,7 @@ MathJax.Hub.Config({
-Sep 11, 2022
+Sep 15, 2022
@@ -198,8 +198,8 @@ MathJax.Hub.Config({
Plans for week 37
-- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques
-- Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife
+- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the bias-variance tradeoff.
+- Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
Recommended Reading:
diff --git a/doc/pub/week37/html/week37-solarized.html b/doc/pub/week37/html/week37-solarized.html
index 842f8dde2..490d110cb 100644
--- a/doc/pub/week37/html/week37-solarized.html
+++ b/doc/pub/week37/html/week37-solarized.html
@@ -237,7 +237,7 @@ MathJax.Hub.Config({
-Sep 11, 2022
+Sep 15, 2022
@@ -245,8 +245,8 @@ MathJax.Hub.Config({
Plans for week 37
-- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques
-- Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife
+- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the bias-variance tradeoff.
+- Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
Recommended Reading:
diff --git a/doc/pub/week37/html/week37.html b/doc/pub/week37/html/week37.html
index 9c8a75530..c9f2c36e3 100644
--- a/doc/pub/week37/html/week37.html
+++ b/doc/pub/week37/html/week37.html
@@ -314,7 +314,7 @@ MathJax.Hub.Config({
-Sep 11, 2022
+Sep 15, 2022
@@ -322,8 +322,8 @@ MathJax.Hub.Config({
Plans for week 37
-- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques
-- Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife
+- Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the bias-variance tradeoff.
+- Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
Recommended Reading:
diff --git a/doc/pub/week37/ipynb/ipynb-week37-src.tar.gz b/doc/pub/week37/ipynb/ipynb-week37-src.tar.gz
index c11c8f8a2..2670a3ec3 100644
Binary files a/doc/pub/week37/ipynb/ipynb-week37-src.tar.gz and b/doc/pub/week37/ipynb/ipynb-week37-src.tar.gz differ
diff --git a/doc/pub/week37/ipynb/week37.ipynb b/doc/pub/week37/ipynb/week37.ipynb
index 75609c200..e095b7a5e 100644
--- a/doc/pub/week37/ipynb/week37.ipynb
+++ b/doc/pub/week37/ipynb/week37.ipynb
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
- "id": "c08fb762",
+ "id": "c2b9402a",
"metadata": {
"editable": true
},
@@ -14,7 +14,7 @@
},
{
"cell_type": "markdown",
- "id": "b80017ac",
+ "id": "a491dc47",
"metadata": {
"editable": true
},
@@ -22,23 +22,23 @@
"# Week 37: Summary of Ridge and Lasso Regression and Resampling Methods\n",
"**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n",
"\n",
- "Date: **Sep 11, 2022**\n",
+ "Date: **Sep 15, 2022**\n",
"\n",
"Copyright 1999-2022, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license"
]
},
{
"cell_type": "markdown",
- "id": "f4bbbb71",
+ "id": "e25fb167",
"metadata": {
"editable": true
},
"source": [
"## Plans for week 37\n",
"\n",
- "* Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques\n",
+ "* Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the **bias-variance** tradeoff.\n",
"\n",
- "* Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife\n",
+ "* Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping\n",
"\n",
"Recommended Reading:\n",
"1. Lectures on Resampling methods (these lectures), see also lectures from week 36\n",
@@ -52,7 +52,7 @@
},
{
"cell_type": "markdown",
- "id": "831ab76a",
+ "id": "0e065ecb",
"metadata": {
"editable": true
},
@@ -62,7 +62,7 @@
},
{
"cell_type": "markdown",
- "id": "1e522ab0",
+ "id": "94f9361e",
"metadata": {
"editable": true
},
@@ -85,7 +85,7 @@
},
{
"cell_type": "markdown",
- "id": "743fb866",
+ "id": "c45e3846",
"metadata": {
"editable": true
},
@@ -97,7 +97,7 @@
},
{
"cell_type": "markdown",
- "id": "39f1561d",
+ "id": "3d064ff7",
"metadata": {
"editable": true
},
@@ -110,7 +110,7 @@
},
{
"cell_type": "markdown",
- "id": "749ca608",
+ "id": "b3a5f9aa",
"metadata": {
"editable": true
},
@@ -122,7 +122,7 @@
},
{
"cell_type": "markdown",
- "id": "2f10d158",
+ "id": "24dfa4b7",
"metadata": {
"editable": true
},
@@ -134,7 +134,7 @@
},
{
"cell_type": "markdown",
- "id": "e188ac0b",
+ "id": "24220329",
"metadata": {
"editable": true
},
@@ -146,7 +146,7 @@
},
{
"cell_type": "markdown",
- "id": "16acd625",
+ "id": "edee6a0e",
"metadata": {
"editable": true
},
@@ -157,7 +157,7 @@
},
{
"cell_type": "markdown",
- "id": "bb0c8be7",
+ "id": "961c7491",
"metadata": {
"editable": true
},
@@ -169,7 +169,7 @@
},
{
"cell_type": "markdown",
- "id": "88b5064c",
+ "id": "bd873c08",
"metadata": {
"editable": true
},
@@ -180,7 +180,7 @@
},
{
"cell_type": "markdown",
- "id": "d1728d6d",
+ "id": "fec9c100",
"metadata": {
"editable": true
},
@@ -192,7 +192,7 @@
},
{
"cell_type": "markdown",
- "id": "0b1aee8a",
+ "id": "87befb9e",
"metadata": {
"editable": true
},
@@ -202,7 +202,7 @@
},
{
"cell_type": "markdown",
- "id": "27d63f26",
+ "id": "1fb68439",
"metadata": {
"editable": true
},
@@ -233,7 +233,7 @@
},
{
"cell_type": "markdown",
- "id": "cec2e21c",
+ "id": "4cf1063d",
"metadata": {
"editable": true
},
@@ -245,7 +245,7 @@
},
{
"cell_type": "markdown",
- "id": "f3d9585c",
+ "id": "3bde131d",
"metadata": {
"editable": true
},
@@ -257,7 +257,7 @@
},
{
"cell_type": "markdown",
- "id": "13d911c4",
+ "id": "917edb51",
"metadata": {
"editable": true
},
@@ -267,7 +267,7 @@
},
{
"cell_type": "markdown",
- "id": "c61f8553",
+ "id": "d2a53e5e",
"metadata": {
"editable": true
},
@@ -279,7 +279,7 @@
},
{
"cell_type": "markdown",
- "id": "5fb4c29e",
+ "id": "639a96b1",
"metadata": {
"editable": true
},
@@ -289,7 +289,7 @@
},
{
"cell_type": "markdown",
- "id": "7c45cdc0",
+ "id": "f6db79be",
"metadata": {
"editable": true
},
@@ -301,7 +301,7 @@
},
{
"cell_type": "markdown",
- "id": "ca81c5d4",
+ "id": "4b971cc2",
"metadata": {
"editable": true
},
@@ -311,7 +311,7 @@
},
{
"cell_type": "markdown",
- "id": "5ddcad3e",
+ "id": "99885fae",
"metadata": {
"editable": true
},
@@ -323,7 +323,7 @@
},
{
"cell_type": "markdown",
- "id": "8fdee154",
+ "id": "d21d7adb",
"metadata": {
"editable": true
},
@@ -335,7 +335,7 @@
},
{
"cell_type": "markdown",
- "id": "16757da6",
+ "id": "940f20cd",
"metadata": {
"editable": true
},
@@ -347,7 +347,7 @@
},
{
"cell_type": "markdown",
- "id": "f9c1622b",
+ "id": "c0c42790",
"metadata": {
"editable": true
},
@@ -357,7 +357,7 @@
},
{
"cell_type": "markdown",
- "id": "4f382adf",
+ "id": "052f445f",
"metadata": {
"editable": true
},
@@ -369,7 +369,7 @@
},
{
"cell_type": "markdown",
- "id": "fa7f5fcb",
+ "id": "e5f56dd6",
"metadata": {
"editable": true
},
@@ -379,7 +379,7 @@
},
{
"cell_type": "markdown",
- "id": "8ba3756d",
+ "id": "b7c4b4df",
"metadata": {
"editable": true
},
@@ -396,7 +396,7 @@
},
{
"cell_type": "markdown",
- "id": "ffeb53b1",
+ "id": "52444cf8",
"metadata": {
"editable": true
},
@@ -415,7 +415,7 @@
{
"cell_type": "code",
"execution_count": 1,
- "id": "62ec11f6",
+ "id": "05363fd5",
"metadata": {
"collapsed": false,
"editable": true
@@ -491,7 +491,7 @@
},
{
"cell_type": "markdown",
- "id": "5f65809b",
+ "id": "faac3a50",
"metadata": {
"editable": true
},
@@ -501,7 +501,7 @@
},
{
"cell_type": "markdown",
- "id": "a758a071",
+ "id": "77424f12",
"metadata": {
"editable": true
},
@@ -531,7 +531,7 @@
{
"cell_type": "code",
"execution_count": 2,
- "id": "cbf1de37",
+ "id": "34233a4d",
"metadata": {
"collapsed": false,
"editable": true
@@ -580,7 +580,7 @@
},
{
"cell_type": "markdown",
- "id": "956c6ce8",
+ "id": "96c00ffe",
"metadata": {
"editable": true
},
@@ -594,7 +594,7 @@
},
{
"cell_type": "markdown",
- "id": "74b22be2",
+ "id": "661f7c05",
"metadata": {
"editable": true
},
@@ -606,7 +606,7 @@
},
{
"cell_type": "markdown",
- "id": "fa1631c5",
+ "id": "e19fba88",
"metadata": {
"editable": true
},
@@ -616,7 +616,7 @@
},
{
"cell_type": "markdown",
- "id": "b1bb0d8c",
+ "id": "f805fdff",
"metadata": {
"editable": true
},
@@ -628,7 +628,7 @@
},
{
"cell_type": "markdown",
- "id": "f768945f",
+ "id": "939ed78b",
"metadata": {
"editable": true
},
@@ -638,7 +638,7 @@
},
{
"cell_type": "markdown",
- "id": "e3450c66",
+ "id": "efcf7649",
"metadata": {
"editable": true
},
@@ -650,7 +650,7 @@
},
{
"cell_type": "markdown",
- "id": "bbf9f1f9",
+ "id": "49799788",
"metadata": {
"editable": true
},
@@ -660,7 +660,7 @@
},
{
"cell_type": "markdown",
- "id": "c3fad2ec",
+ "id": "cc834447",
"metadata": {
"editable": true
},
@@ -672,7 +672,7 @@
},
{
"cell_type": "markdown",
- "id": "10665123",
+ "id": "8ac5d900",
"metadata": {
"editable": true
},
@@ -682,7 +682,7 @@
},
{
"cell_type": "markdown",
- "id": "effa913a",
+ "id": "cc4ab483",
"metadata": {
"editable": true
},
@@ -698,7 +698,7 @@
},
{
"cell_type": "markdown",
- "id": "a04ce51e",
+ "id": "1aa8a7f2",
"metadata": {
"editable": true
},
@@ -710,7 +710,7 @@
},
{
"cell_type": "markdown",
- "id": "3fbe6ecb",
+ "id": "5b836700",
"metadata": {
"editable": true
},
@@ -720,7 +720,7 @@
},
{
"cell_type": "markdown",
- "id": "c380c120",
+ "id": "9b0ba8f2",
"metadata": {
"editable": true
},
@@ -732,7 +732,7 @@
},
{
"cell_type": "markdown",
- "id": "4186efab",
+ "id": "4470a1af",
"metadata": {
"editable": true
},
@@ -745,7 +745,7 @@
},
{
"cell_type": "markdown",
- "id": "f7673b8d",
+ "id": "cde5f188",
"metadata": {
"editable": true
},
@@ -757,7 +757,7 @@
},
{
"cell_type": "markdown",
- "id": "4b738faa",
+ "id": "1af738ef",
"metadata": {
"editable": true
},
@@ -767,7 +767,7 @@
},
{
"cell_type": "markdown",
- "id": "020897af",
+ "id": "a8fe63c1",
"metadata": {
"editable": true
},
@@ -779,7 +779,7 @@
},
{
"cell_type": "markdown",
- "id": "a0312180",
+ "id": "8a0314c7",
"metadata": {
"editable": true
},
@@ -789,7 +789,7 @@
},
{
"cell_type": "markdown",
- "id": "d0dd4a4a",
+ "id": "2890ed8c",
"metadata": {
"editable": true
},
@@ -801,7 +801,7 @@
},
{
"cell_type": "markdown",
- "id": "b1a7c9c0",
+ "id": "39eab4d6",
"metadata": {
"editable": true
},
@@ -813,7 +813,7 @@
},
{
"cell_type": "markdown",
- "id": "11db9af2",
+ "id": "ba66c505",
"metadata": {
"editable": true
},
@@ -823,7 +823,7 @@
},
{
"cell_type": "markdown",
- "id": "64e15f97",
+ "id": "a97c20c7",
"metadata": {
"editable": true
},
@@ -835,7 +835,7 @@
},
{
"cell_type": "markdown",
- "id": "928eea81",
+ "id": "32fb7195",
"metadata": {
"editable": true
},
@@ -847,7 +847,7 @@
},
{
"cell_type": "markdown",
- "id": "c9d4ee01",
+ "id": "9df80b8d",
"metadata": {
"editable": true
},
@@ -859,7 +859,7 @@
},
{
"cell_type": "markdown",
- "id": "878189f9",
+ "id": "700ffb68",
"metadata": {
"editable": true
},
@@ -869,7 +869,7 @@
},
{
"cell_type": "markdown",
- "id": "717934e3",
+ "id": "c1708480",
"metadata": {
"editable": true
},
@@ -881,7 +881,7 @@
},
{
"cell_type": "markdown",
- "id": "ada9e45d",
+ "id": "b2aeabe2",
"metadata": {
"editable": true
},
@@ -891,7 +891,7 @@
},
{
"cell_type": "markdown",
- "id": "bc49678c",
+ "id": "1c415246",
"metadata": {
"editable": true
},
@@ -910,7 +910,7 @@
},
{
"cell_type": "markdown",
- "id": "ecfd02e4",
+ "id": "2c371dae",
"metadata": {
"editable": true
},
@@ -938,7 +938,7 @@
},
{
"cell_type": "markdown",
- "id": "b283316d",
+ "id": "c38905f3",
"metadata": {
"editable": true
},
@@ -964,7 +964,7 @@
},
{
"cell_type": "markdown",
- "id": "6338bd86",
+ "id": "8582ebdf",
"metadata": {
"editable": true
},
@@ -981,7 +981,7 @@
},
{
"cell_type": "markdown",
- "id": "f2989b06",
+ "id": "189ec909",
"metadata": {
"editable": true
},
@@ -1001,7 +1001,7 @@
},
{
"cell_type": "markdown",
- "id": "7357fa3d",
+ "id": "212662d2",
"metadata": {
"editable": true
},
@@ -1030,7 +1030,7 @@
},
{
"cell_type": "markdown",
- "id": "7524a7ad",
+ "id": "ab73c7a9",
"metadata": {
"editable": true
},
@@ -1055,7 +1055,7 @@
},
{
"cell_type": "markdown",
- "id": "c5e1b10a",
+ "id": "58e40636",
"metadata": {
"editable": true
},
@@ -1069,7 +1069,7 @@
},
{
"cell_type": "markdown",
- "id": "34410119",
+ "id": "e165c758",
"metadata": {
"editable": true
},
@@ -1081,7 +1081,7 @@
},
{
"cell_type": "markdown",
- "id": "e2a77da7",
+ "id": "32c51f40",
"metadata": {
"editable": true
},
@@ -1094,7 +1094,7 @@
},
{
"cell_type": "markdown",
- "id": "05c7900a",
+ "id": "a5bec823",
"metadata": {
"editable": true
},
@@ -1105,7 +1105,7 @@
{
"cell_type": "code",
"execution_count": 3,
- "id": "c21a9e2f",
+ "id": "57b86cdf",
"metadata": {
"collapsed": false,
"editable": true
@@ -1144,7 +1144,7 @@
},
{
"cell_type": "markdown",
- "id": "ee932da9",
+ "id": "0d969b98",
"metadata": {
"editable": true
},
@@ -1169,7 +1169,7 @@
},
{
"cell_type": "markdown",
- "id": "0c09630e",
+ "id": "b66524c3",
"metadata": {
"editable": true
},
@@ -1189,7 +1189,7 @@
},
{
"cell_type": "markdown",
- "id": "3aa85c21",
+ "id": "4d9476a3",
"metadata": {
"editable": true
},
@@ -1201,7 +1201,7 @@
},
{
"cell_type": "markdown",
- "id": "f8563de4",
+ "id": "7a32056b",
"metadata": {
"editable": true
},
@@ -1211,7 +1211,7 @@
},
{
"cell_type": "markdown",
- "id": "90b40956",
+ "id": "6c8b0666",
"metadata": {
"editable": true
},
@@ -1226,7 +1226,7 @@
},
{
"cell_type": "markdown",
- "id": "f65d25c5",
+ "id": "dae9dc94",
"metadata": {
"editable": true
},
@@ -1239,7 +1239,7 @@
},
{
"cell_type": "markdown",
- "id": "fa024df7",
+ "id": "35438879",
"metadata": {
"editable": true
},
@@ -1252,7 +1252,7 @@
},
{
"cell_type": "markdown",
- "id": "1041297f",
+ "id": "21257570",
"metadata": {
"editable": true
},
@@ -1264,7 +1264,7 @@
},
{
"cell_type": "markdown",
- "id": "d6035467",
+ "id": "1a1fc0ba",
"metadata": {
"editable": true
},
@@ -1277,7 +1277,7 @@
},
{
"cell_type": "markdown",
- "id": "a6d33b1c",
+ "id": "e4bed73b",
"metadata": {
"editable": true
},
@@ -1288,7 +1288,7 @@
},
{
"cell_type": "markdown",
- "id": "eb686250",
+ "id": "1fa5809c",
"metadata": {
"editable": true
},
@@ -1302,7 +1302,7 @@
},
{
"cell_type": "markdown",
- "id": "b852ac7e",
+ "id": "dc273e52",
"metadata": {
"editable": true
},
@@ -1312,7 +1312,7 @@
},
{
"cell_type": "markdown",
- "id": "3c13d1e4",
+ "id": "3b64bbe8",
"metadata": {
"editable": true
},
@@ -1326,7 +1326,7 @@
},
{
"cell_type": "markdown",
- "id": "300adeb3",
+ "id": "97a2d53c",
"metadata": {
"editable": true
},
@@ -1339,7 +1339,7 @@
},
{
"cell_type": "markdown",
- "id": "0460af15",
+ "id": "ed0ae36e",
"metadata": {
"editable": true
},
@@ -1352,7 +1352,7 @@
},
{
"cell_type": "markdown",
- "id": "2a03ebf6",
+ "id": "54dcd6de",
"metadata": {
"editable": true
},
@@ -1362,7 +1362,7 @@
},
{
"cell_type": "markdown",
- "id": "5a4fb2a2",
+ "id": "3defb137",
"metadata": {
"editable": true
},
@@ -1375,7 +1375,7 @@
},
{
"cell_type": "markdown",
- "id": "336942de",
+ "id": "aff3be1f",
"metadata": {
"editable": true
},
@@ -1385,7 +1385,7 @@
},
{
"cell_type": "markdown",
- "id": "f77c7fcb",
+ "id": "2376b5f2",
"metadata": {
"editable": true
},
@@ -1398,7 +1398,7 @@
},
{
"cell_type": "markdown",
- "id": "2bd448b9",
+ "id": "00ad7733",
"metadata": {
"editable": true
},
@@ -1410,7 +1410,7 @@
},
{
"cell_type": "markdown",
- "id": "6b68e21c",
+ "id": "b2221018",
"metadata": {
"editable": true
},
@@ -1429,7 +1429,7 @@
},
{
"cell_type": "markdown",
- "id": "c064927f",
+ "id": "6898f3c9",
"metadata": {
"editable": true
},
@@ -1442,7 +1442,7 @@
},
{
"cell_type": "markdown",
- "id": "bd6f2af8",
+ "id": "fae20567",
"metadata": {
"editable": true
},
@@ -1454,7 +1454,7 @@
},
{
"cell_type": "markdown",
- "id": "4bc2e02a",
+ "id": "4280b4ec",
"metadata": {
"editable": true
},
@@ -1467,7 +1467,7 @@
},
{
"cell_type": "markdown",
- "id": "4637631d",
+ "id": "f941ffce",
"metadata": {
"editable": true
},
@@ -1487,7 +1487,7 @@
},
{
"cell_type": "markdown",
- "id": "87484b04",
+ "id": "35303c06",
"metadata": {
"editable": true
},
@@ -1510,7 +1510,7 @@
},
{
"cell_type": "markdown",
- "id": "d30b88ad",
+ "id": "22f20c7c",
"metadata": {
"editable": true
},
@@ -1525,7 +1525,7 @@
},
{
"cell_type": "markdown",
- "id": "19a51268",
+ "id": "5691293d",
"metadata": {
"editable": true
},
@@ -1537,7 +1537,7 @@
},
{
"cell_type": "markdown",
- "id": "092ec17d",
+ "id": "0fed50f5",
"metadata": {
"editable": true
},
@@ -1557,7 +1557,7 @@
},
{
"cell_type": "markdown",
- "id": "8d84872b",
+ "id": "74bb8673",
"metadata": {
"editable": true
},
@@ -1577,7 +1577,7 @@
},
{
"cell_type": "markdown",
- "id": "3dd88f81",
+ "id": "5dd984cb",
"metadata": {
"editable": true
},
@@ -1601,7 +1601,7 @@
},
{
"cell_type": "markdown",
- "id": "ce917249",
+ "id": "ca5cf7b3",
"metadata": {
"editable": true
},
@@ -1622,7 +1622,7 @@
},
{
"cell_type": "markdown",
- "id": "2cc13083",
+ "id": "19e99b84",
"metadata": {
"editable": true
},
@@ -1652,7 +1652,7 @@
},
{
"cell_type": "markdown",
- "id": "5e682243",
+ "id": "061d3721",
"metadata": {
"editable": true
},
@@ -1676,7 +1676,7 @@
{
"cell_type": "code",
"execution_count": 4,
- "id": "d6ebffac",
+ "id": "272a7bbb",
"metadata": {
"collapsed": false,
"editable": true
@@ -1713,7 +1713,7 @@
},
{
"cell_type": "markdown",
- "id": "3d6257e1",
+ "id": "5653c44f",
"metadata": {
"editable": true
},
@@ -1723,7 +1723,7 @@
},
{
"cell_type": "markdown",
- "id": "3a3dd7aa",
+ "id": "53d0aba3",
"metadata": {
"editable": true
},
@@ -1734,7 +1734,7 @@
{
"cell_type": "code",
"execution_count": 5,
- "id": "40125c84",
+ "id": "68911c84",
"metadata": {
"collapsed": false,
"editable": true
@@ -1754,7 +1754,7 @@
},
{
"cell_type": "markdown",
- "id": "2119f7bb",
+ "id": "5c12d033",
"metadata": {
"editable": true
},
@@ -1772,7 +1772,7 @@
},
{
"cell_type": "markdown",
- "id": "abe48459",
+ "id": "d935e99b",
"metadata": {
"editable": true
},
@@ -1784,7 +1784,7 @@
},
{
"cell_type": "markdown",
- "id": "fd853ea6",
+ "id": "d1169087",
"metadata": {
"editable": true
},
@@ -1801,7 +1801,7 @@
},
{
"cell_type": "markdown",
- "id": "9829f79d",
+ "id": "60c0c1bd",
"metadata": {
"editable": true
},
@@ -1813,7 +1813,7 @@
},
{
"cell_type": "markdown",
- "id": "420938b9",
+ "id": "c4152366",
"metadata": {
"editable": true
},
@@ -1823,7 +1823,7 @@
},
{
"cell_type": "markdown",
- "id": "74cfd107",
+ "id": "61bfa7c4",
"metadata": {
"editable": true
},
@@ -1835,7 +1835,7 @@
},
{
"cell_type": "markdown",
- "id": "dea58a93",
+ "id": "4fc282d6",
"metadata": {
"editable": true
},
@@ -1852,7 +1852,7 @@
},
{
"cell_type": "markdown",
- "id": "7bd3ab11",
+ "id": "bb3717a1",
"metadata": {
"editable": true
},
@@ -1864,7 +1864,7 @@
},
{
"cell_type": "markdown",
- "id": "7a5e87be",
+ "id": "bfb7bb28",
"metadata": {
"editable": true
},
@@ -1874,7 +1874,7 @@
},
{
"cell_type": "markdown",
- "id": "42a2a3c9",
+ "id": "d3a8c068",
"metadata": {
"editable": true
},
@@ -1886,7 +1886,7 @@
},
{
"cell_type": "markdown",
- "id": "708c0c2f",
+ "id": "db157ecf",
"metadata": {
"editable": true
},
@@ -1896,7 +1896,7 @@
},
{
"cell_type": "markdown",
- "id": "4af60215",
+ "id": "0e04f574",
"metadata": {
"editable": true
},
@@ -1908,7 +1908,7 @@
},
{
"cell_type": "markdown",
- "id": "0e8b7db0",
+ "id": "293252e2",
"metadata": {
"editable": true
},
@@ -1918,7 +1918,7 @@
},
{
"cell_type": "markdown",
- "id": "c76df46f",
+ "id": "028e9aab",
"metadata": {
"editable": true
},
@@ -1934,7 +1934,7 @@
},
{
"cell_type": "markdown",
- "id": "d59ec9ec",
+ "id": "106ac47f",
"metadata": {
"editable": true
},
@@ -1945,7 +1945,7 @@
{
"cell_type": "code",
"execution_count": 6,
- "id": "9955db36",
+ "id": "ac981367",
"metadata": {
"collapsed": false,
"editable": true
@@ -2010,7 +2010,7 @@
},
{
"cell_type": "markdown",
- "id": "b347ea24",
+ "id": "70e63796",
"metadata": {
"editable": true
},
@@ -2021,7 +2021,7 @@
{
"cell_type": "code",
"execution_count": 7,
- "id": "1fb55d01",
+ "id": "12106663",
"metadata": {
"collapsed": false,
"editable": true
@@ -2078,7 +2078,7 @@
},
{
"cell_type": "markdown",
- "id": "2fa43e94",
+ "id": "298e77be",
"metadata": {
"editable": true
},
@@ -2116,7 +2116,7 @@
},
{
"cell_type": "markdown",
- "id": "a4be972b",
+ "id": "e75e6b04",
"metadata": {
"editable": true
},
@@ -2127,7 +2127,7 @@
{
"cell_type": "code",
"execution_count": 8,
- "id": "516fe302",
+ "id": "0d6a4d60",
"metadata": {
"collapsed": false,
"editable": true
@@ -2209,7 +2209,7 @@
},
{
"cell_type": "markdown",
- "id": "2b9c803f",
+ "id": "a8d85f13",
"metadata": {
"editable": true
},
@@ -2234,7 +2234,7 @@
},
{
"cell_type": "markdown",
- "id": "a6ee646b",
+ "id": "a1735b39",
"metadata": {
"editable": true
},
@@ -2250,7 +2250,7 @@
},
{
"cell_type": "markdown",
- "id": "501f4d86",
+ "id": "75bd8242",
"metadata": {
"editable": true
},
@@ -2266,7 +2266,7 @@
},
{
"cell_type": "markdown",
- "id": "0e766301",
+ "id": "0b85ab87",
"metadata": {
"editable": true
},
@@ -2280,7 +2280,7 @@
},
{
"cell_type": "markdown",
- "id": "1cd697ea",
+ "id": "5daaa71c",
"metadata": {
"editable": true
},
@@ -2294,7 +2294,7 @@
},
{
"cell_type": "markdown",
- "id": "6287dd1e",
+ "id": "54608282",
"metadata": {
"editable": true
},
@@ -2322,7 +2322,7 @@
},
{
"cell_type": "markdown",
- "id": "8bb9c1a7",
+ "id": "38dbaf67",
"metadata": {
"editable": true
},
@@ -2335,7 +2335,7 @@
{
"cell_type": "code",
"execution_count": 9,
- "id": "11f97622",
+ "id": "6b9d105a",
"metadata": {
"collapsed": false,
"editable": true
@@ -2435,7 +2435,7 @@
},
{
"cell_type": "markdown",
- "id": "011a1ff0",
+ "id": "4ae36554",
"metadata": {
"editable": true
},
@@ -2446,7 +2446,7 @@
{
"cell_type": "code",
"execution_count": 10,
- "id": "2316ac04",
+ "id": "0ed647d1",
"metadata": {
"collapsed": false,
"editable": true
@@ -2535,7 +2535,7 @@
},
{
"cell_type": "markdown",
- "id": "535b779d",
+ "id": "b4bb43b3",
"metadata": {
"editable": true
},
@@ -2545,7 +2545,7 @@
},
{
"cell_type": "markdown",
- "id": "7a0f8fe1",
+ "id": "cb8c05f3",
"metadata": {
"editable": true
},
@@ -2558,7 +2558,7 @@
{
"cell_type": "code",
"execution_count": 11,
- "id": "48f25a4d",
+ "id": "bebdd3d3",
"metadata": {
"collapsed": false,
"editable": true
diff --git a/doc/src/week37/week37.do.txt b/doc/src/week37/week37.do.txt
index e65a106b7..af1132200 100644
--- a/doc/src/week37/week37.do.txt
+++ b/doc/src/week37/week37.do.txt
@@ -5,8 +5,8 @@ DATE: today
!split
===== Plans for week 37 =====
-* Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques
-* Friday September 16: Resampling methods, Cross-validation, Bootstrapping and jackknife
+* Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the _bias-variance_ tradeoff.
+* Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
Recommended Reading:
o Lectures on Resampling methods (these lectures), see also lectures from week 36