Add a warning before the compute-intensive cell in ch 03
This commit is contained in:
@@ -1614,6 +1614,13 @@
|
|||||||
"knn_clf.predict([some_digit])"
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": 72,
|
"execution_count": 72,
|
||||||
|
|||||||
Reference in New Issue
Block a user