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

write ALL algos to file, even the crappy ones #111

Closed ClimbsRocks closed 8 years ago

ClimbsRocks commented 8 years ago

then we let ensembling take it's pick.

it's generally good to have a bunch of un-correlated algos.

just make sure we don't spend 40 minutes training a larger version of them! skip the larger version part, but leave everything else the same.

ClimbsRocks commented 8 years ago

skipped the longer training part, in addition to the larger classifier part.

we can definitely revisit the longTraining part later. I'm open to longTraining the crappy classifiers.