fix typo in notebook 5

pull/7/head
Kevin Markham 2015-05-16 23:25:53 -04:00
parent 61b95f22fb
commit 981d634c00
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:2cd510e2ca8b8b8196c42620241359727bbe7049668673bcef39e4a986480161"
"signature": "sha256:1dd0105a458c9c19900ecc0481ad11b3f00f6d65f367f94d807584641f7e17c8"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -326,7 +326,7 @@
"What did this accomplish?\n",
"\n",
"- Model can be trained and tested on **different data**\n",
"- Response values are known for the training set, and thus **predictions can be evaluated**\n",
"- Response values are known for the testing set, and thus **predictions can be evaluated**\n",
"- **Testing accuracy** is a better estimate than training accuracy of out-of-sample performance"
]
},
@ -609,7 +609,7 @@
"- Video: [Estimating prediction error](https://www.youtube.com/watch?v=_2ij6eaaSl0&t=2m34s) (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/DAT5/blob/master/homework/06_bias_variance.md) when reading this article\n",
"- [Visualizing bias and variance](http://work.caltech.edu/library/081.html) (15 minutes) by Abu-Mostafa"
"- Video: [Visualizing bias and variance](http://work.caltech.edu/library/081.html) (15 minutes) by Abu-Mostafa"
]
},
{