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

set default to only use linear models for nlp #157

Open ClimbsRocks opened 8 years ago

ClimbsRocks commented 8 years ago

non-linear models like a random forest are actually less accurate oftentimes, because they tend to overfit the data, and are obviously much slower.

ClimbsRocks commented 8 years ago