nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 54 forks source link

Add ability to include targets file for local experiments #167

Open dconathan opened 7 years ago

dconathan commented 7 years ago

After #166 we can use the new launch script or launch GUI to launch a local experiment.

It'd be nice to still be able to specify a separate targets file for local experiments (which would just get merged with the init.yaml dict rather than uploaded). Maybe there could be a checkbox for "upload targets" and the AWS information is only necessary if that box is checked?

This way the init.yaml files for local and example experiments would be identical.