Add a warning before the compute-intensive cell in ch 03

main
Aurélien Geron 2017-09-18 09:16:40 +02:00
parent 0bf0e475ab
commit 236cb24e0b
1 changed files with 7 additions and 0 deletions

View File

@ -935,6 +935,13 @@
"knn_clf.predict([some_digit])"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Warning**: the following cell may take a very long time (possibly hours depending on your hardware)."
]
},
{
"cell_type": "code",
"execution_count": 72,