de sklearn.datasets import fetch_mldata error

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