We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Investigate a method of tuning legateboost hyperparameters utilising legate for parallelism. See sklearn grid search as an example.
A first attempt might launch 1 legateboost training run on each legate worker.
A later improvement, for memory constrained situations, would be the ability to assign 2 or more legate workers to each training run.
The text was updated successfully, but these errors were encountered:
trivialfis
No branches or pull requests
Investigate a method of tuning legateboost hyperparameters utilising legate for parallelism. See sklearn grid search as an example.
A first attempt might launch 1 legateboost training run on each legate worker.
A later improvement, for memory constrained situations, would be the ability to assign 2 or more legate workers to each training run.
The text was updated successfully, but these errors were encountered: