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

Use WebWorkers to process classifier training and analysis #61

Open
schue opened this issue Oct 5, 2017 · 0 comments
Open

Use WebWorkers to process classifier training and analysis #61

schue opened this issue Oct 5, 2017 · 0 comments

Comments

@schue
Copy link
Contributor

schue commented Oct 5, 2017

Training and analysis are both compute intensive operations and can stall the background thread and therefore the whole system. We need to move these operations into a WebWorker (either system wide or per recipe) so that we can better utilize multi-core systems and smooth the operation of large corpora and sophisticated classifiers.

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

No branches or pull requests

1 participant