Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot fetch 'MINST original' dataset (or any dataset using fetch_mldata) - website down permanently #176

Open
iacobo opened this issue Mar 6, 2019 · 2 comments

Comments

@iacobo
Copy link

iacobo commented Mar 6, 2019

As seen here, sklearn.datasets.fetch_mldata has been deprecated as of version 0.20 and will be removed from sklearn in version 0.22 since the source website mldata.org went down as of March last year.

This means that the final section "Example: Visualizing Structure in Digits" of the Manifold Learning chapter is not reproducible:

from sklearn.datasets import fetch_mldata
mnist = fetch_mldata('MNIST original')
@PlayerDos
Copy link

PlayerDos commented Apr 22, 2019

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

It helped me at least.

@JoRepetto
Copy link

Thanks @PlayerDos !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants