diff --git a/03_classification.ipynb b/03_classification.ipynb index be6a2dc..6d4b119 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -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,