machineJS icon indicating copy to clipboard operation
machineJS copied to clipboard

set default to only use linear models for nlp

Open ClimbsRocks opened this issue 9 years ago • 1 comments

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 avatar Mar 20 '16 06:03 ClimbsRocks

  • [ ] pass a flag up from data-formatter for this.
  • [ ] modify classifierList.js to have a list of non-linear models to delete

ClimbsRocks avatar Mar 20 '16 06:03 ClimbsRocks