ModuleNotFoundError: No module named 'sklearn.datasets.mldata'

Viewed 57

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:

enter image description here

Can you identify the issue?

2 Answers
Related