Remove unused cells at the end of the notebook

main
Aurélien Geron 2018-12-26 12:04:18 +08:00
parent da5b935022
commit 2492b51cab
1 changed files with 0 additions and 20 deletions

View File

@ -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,