ClimbsRocks / machineJS

[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
https://github.com/ClimbsRocks/auto_ml
408 stars 64 forks source link

only run the MLP if the user has ^v.0.18.0 of sklearn installed #133

Closed ClimbsRocks closed 8 years ago

ClimbsRocks commented 8 years ago

we'll probably have to run a simple python shell that only tries to import MLP, and check it's exit code

ClimbsRocks commented 8 years ago

bypassing this by just including an installation script that installs scikit-learn 0.18 for them directly from GitHub