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

have intentional pacing of SIGINT signals #144

Open ClimbsRocks opened 8 years ago

ClimbsRocks commented 8 years ago

the first one will exit out of machineJS and send control over to the first round of ensembler

if we are in validationRound in machineJS and hear another sigint, then we pass control back to ensembler for their final averaging.