You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solves issue mGalarnyk#10
replaced
from sklearn.datasets import fetch_mldata
by
from sklearn.datasets import fetch_openml
and
mnist = fetch_mldata('MNIST original')
by
mnist = fetch_openml('mnist_784')
0 commit comments