jaberg / skdata

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

More changes to enable support for py3k. #67

Closed lmjohns3 closed 9 years ago

lmjohns3 commented 9 years ago

This PR includes a pickling trick to be able to load numpy files pickled in py2k, as well as package-relative imports.

jaberg commented 9 years ago

These changes look great, sorry it took so long to notice them!!