Skip to content

Commit

Permalink
Add a warning before the compute-intensive cell in ch 03
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Sep 18, 2017
1 parent 84724a0 commit d6a35a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 03_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,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,
Expand Down

0 comments on commit d6a35a5

Please sign in to comment.