Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

downloading datasets from ml.org repository

>>> from sklearn.datasets import fetch_mldata
>>> mnist = fetch_mldata('MNIST original', data_home=custom_data_home)
Source by scikit-learn.org #
 
PREVIOUS NEXT
Tagged: #downloading #datasets #repository
ADD COMMENT
Topic
Name
5+7 =