Add a warning before the compute-intensive cell in ch 03
parent
0bf0e475ab
commit
236cb24e0b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue