mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 20:19:29 +01:00
Fixed compatibility issue for scikit-learn 0.24
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"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()"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user