lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

main example -> ImportError: cannot import name my_data_set #78

Closed fraka6 closed 9 years ago

fraka6 commented 9 years ago

The main example doesn't work. ImportError: cannot import name my_data_set

lmjohns3 commented 9 years ago

Thanks! I've changed the example to use sklearn to generate a classification dataset.