From 2492b51cab81054c660726e3af4cdc4ad559cb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 26 Dec 2018 12:04:18 +0800 Subject: [PATCH] Remove unused cells at the end of the notebook --- 05_support_vector_machines.ipynb | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/05_support_vector_machines.ipynb b/05_support_vector_machines.ipynb index 40ac5a0..cc08550 100644 --- a/05_support_vector_machines.ipynb +++ b/05_support_vector_machines.ipynb @@ -1782,26 +1782,6 @@ "np.sqrt(mse)" ] }, - { - "cell_type": "code", - "execution_count": 73, - "metadata": {}, - "outputs": [], - "source": [ - "cmap = matplotlib.cm.get_cmap(\"jet\")" - ] - }, - { - "cell_type": "code", - "execution_count": 74, - "metadata": {}, - "outputs": [], - "source": [ - "from sklearn.datasets import fetch_openml\n", - "mnist = fetch_openml(\"mnist_784\", version=1)\n", - "print(mnist.data.shape)" - ] - }, { "cell_type": "code", "execution_count": null,