mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-05 22:43:44 +01:00
Fixed compatibility issue for scikit-learn 0.24
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from sklearn.datasets import fetch_openml\n",
|
"from sklearn.datasets import fetch_openml\n",
|
||||||
"mnist = fetch_openml('mnist_784', version=1)\n",
|
"mnist = fetch_openml('mnist_784', version=1, as_frame=False)\n",
|
||||||
"mnist.keys()"
|
"mnist.keys()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user