Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set default to only use linear models for nlp #157

Open
ClimbsRocks opened this issue Mar 20, 2016 · 1 comment
Open

set default to only use linear models for nlp #157

ClimbsRocks opened this issue Mar 20, 2016 · 1 comment

Comments

@ClimbsRocks
Copy link
Owner

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant