machineJS
machineJS copied to clipboard
set default to only use linear models for nlp
non-linear models like a random forest are actually less accurate oftentimes, because they tend to overfit the data, and are obviously much slower.
- [ ] pass a flag up from data-formatter for this.
- [ ] modify classifierList.js to have a list of non-linear models to delete