From 8b8efe556d545ac12a76181ca0a2c3e52d3060b3 Mon Sep 17 00:00:00 2001 From: Kevin Markham Date: Mon, 23 Aug 2021 14:20:58 -0400 Subject: [PATCH] fix video link --- 05_model_evaluation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_model_evaluation.ipynb b/05_model_evaluation.ipynb index a36a1b3..5995318 100644 --- a/05_model_evaluation.ipynb +++ b/05_model_evaluation.ipynb @@ -598,7 +598,7 @@ "## Resources\n", "\n", "- Quora: [What is an intuitive explanation of overfitting?](https://www.quora.com/What-is-an-intuitive-explanation-of-over-fitting-particularly-with-a-small-sample-set-What-are-you-essentially-doing-by-over-fitting-How-does-the-over-promise-of-a-high-R%C2%B2-low-standard-error-occur/answer/Jessica-Su)\n", - "- Video: [Estimating prediction error](https://www.youtube.com/watch?v=ngrOYWgJjb4&list=PL5-da3qGB5IA6E6ZNXu7dp89_uv8yocmf&index=3&t=154s) (12 minutes, starting at 2:34) by Hastie and Tibshirani\n", + "- Video: [Estimating prediction error](https://www.youtube.com/watch?v=ngrOYWgJjb4&list=PL5-da3qGB5IA6E6ZNXu7dp89_uv8yocmf&index=1&t=154s) (12 minutes, starting at 2:34) by Hastie and Tibshirani\n", "- [Understanding the Bias-Variance Tradeoff](http://scott.fortmann-roe.com/docs/BiasVariance.html)\n", " - [Guiding questions](https://github.com/justmarkham/DAT8/blob/master/homework/09_bias_variance.md) when reading this article\n", "- Video: [Visualizing bias and variance](https://www.youtube.com/watch?v=zrEyxfl2-a8&t=1857s) (15 minutes, starting at 30:57) by Abu-Mostafa"