jaberg / skdata

Data sets for machine learning in Python
http://jaberg.github.com/skdata/
474 stars 149 forks source link

Updates for using MNIST under Python 3 #65

Closed lmjohns3 closed 10 years ago

lmjohns3 commented 10 years ago

I just made a few changes that appeared to be necessary to get at least the MNIST dataset working under Python 3 -- mostly changing package imports to be relative. I also added a line to the setup.py file to copy the source tree for the automatic conversion tool.

jaberg commented 10 years ago

Awesome, thanks!