-
Notifications
You must be signed in to change notification settings - Fork 163
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
GPU Support #27
Comments
Hi @eladmw, thanks for your suggestions. Do you have any good material on the GPU forest? It would be impossible to implement the GPU version from scratch with our current workforce. |
Looks like there's many references to XGBRegressor/XGBClassifier, which has compatibility with GPUs. I skimmed so correct me if I'm wrong, but I think that you can do XGBRegressor(tree_method='gpu_hist', gpu_id=0), or feed the params into the training interface with a dict setting : With regards to Lightgbm, it is sort of a pain to enable GPUs. |
Closed via #14 |
Considering the number of aggregations from each model in each layer, it would be nice to train the models faster
The text was updated successfully, but these errors were encountered: