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

Add the ability to set the number of cores for parallel learning methods #1

Open
taavi223 opened this issue Dec 2, 2016 · 0 comments
Assignees

Comments

@taavi223
Copy link
Contributor

taavi223 commented Dec 2, 2016

  • Allow user to specify all available cores by passing in 0, null, or just not specifying a number
  • Allow user to specify a specific number of cores by passing in a number >= 1 (up to the number of available cores)
  • Allow user to specify a percentage of cores by passing in a number x between (0, 1), in which case we will multiply the number of available cores by x, rounding to the nearest integer (but not rounding down to 0 or up to the number of available cores).
@taavi223 taavi223 self-assigned this Dec 2, 2016
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