I am trying the following snippet:
from sklearn.datasets.mldata import fetch_mldata
However, I get the error message:
ModuleNotFoundError: No module named 'sklearn.datasets.mldata'
Then I tried to figure out the problem:
Can you identify the issue?
