Added note about overfitting and the need for model validation in the k-nearest neighbors model.

This commit is contained in:
Donne Martin 2015-04-22 13:29:07 -04:00
parent dafc74c466
commit cbdc5fefb9

View File

@ -244,6 +244,13 @@
"from fig_code import plot_iris_knn\n",
"plot_iris_knn()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note we see overfitting in the K-Nearest Neighbors model above. We'll be addressing overfitting and model validation in a later notebook."
]
}
],
"metadata": {