CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

A single install script #164

Open asclines opened 7 years ago

asclines commented 7 years ago

This project requires several things to be installed and be at the right version, and even more for developers. A single install script should exist to handle all of this.

isaac-gs commented 7 years ago

If this isn't already functional, it can build off of what we had to do for Travis. Note that Travis does not build or test any of the Javascript or (soon to be) Go code.

asclines commented 7 years ago

We need not worry about it testing the Javascript or Go code, they will be separated out into other repos eventually and will be tested there.

asclines commented 7 years ago

Also, @ASAAR could you expand on what you think we would be building off of?

isaac-gs commented 7 years ago

Oh, we'd be building off of the current setup for Travis and just adding those sections of the project. But, as you pointed out, we will probably be moving them out.