downloading datasets from ml org repository

Solutions on MaxInterview for downloading datasets from ml org repository by the best coders in the world

showing results for - "downloading datasets from ml org repository"
Edoardo
15 Oct 2017
1>>> from sklearn.datasets import fetch_mldata
2>>> mnist = fetch_mldata('MNIST original', data_home=custom_data_home)
3
similar questions