mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-03 05:27:50 +01:00
Merge branch 'master' of /Users/ageron/dev/py/ml/ml-notebooks1
This commit is contained in:
@@ -1782,26 +1782,6 @@
|
|||||||
"np.sqrt(mse)"
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user