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

shut everything down if there's an error with data-formatter #156

Closed ClimbsRocks closed 8 years ago

ClimbsRocks commented 8 years ago

otherwise it just throws an unnecessarily long error log with a bunch of unrelated issues. the error logging is pretty good from data-formatter, so let's just stop the process there.

ClimbsRocks commented 8 years ago

done! should be much easier to find errors now.