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 trained algo's parameters to file #134

Open ClimbsRocks opened 8 years ago

ClimbsRocks commented 8 years ago

then, ideally, we can run a regression against them to see which ones matter for your dataset and which ones do not.

in a perfect world, we'd then use that to inform future searchCV searches

realistically, those are optimizations the user is going to have to do by hand for now.

see if we can get the results from EVERY trained algo, even the ones in searchCV that end up not being the best ones.