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

new installation script #161

Closed ClimbsRocks closed 8 years ago

ClimbsRocks commented 8 years ago

update the installation script to use the much more pythonic pip install -r requirements.txt.

assume that they have pip, but include a simple link to pip installation instructions if they do not.

still use the installation script for the MLP for now.

ClimbsRocks commented 8 years ago

finished. much simpler and more pythonic now.