ImportError: cannot import name 'fetch_mldata' from 'sklearn.datasets' (/opt/conda/envs/Python-3.7-main/lib/python3.7/site-packages/sklearn/datasets/__init__.py) code example
Example: from sklearn.datasets import fetch_mldata error
from sklearn.datasets import fetch_openml
mnist = fetch_openml('mnist_784')