mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-21 23:40:27 +01:00
Add a warning before the compute-intensive cell in ch 03
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user