dari sklearn.datasets impor kesalahan fetch_mldata

from sklearn.datasets import fetch_openml
mnist = fetch_openml('mnist_784')
Dull Dragonfly