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
Does LCE support GPU acceleration? One example in XGBoost is to set tree_method as gpu_hist, but I did not find this param in LCE.
No response
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your message.
No, LCE current implementation does not support GPU. LCE depends on scikit-learn, which does not support GPU as of today (http://scikit-learn.org/stable/faq.html#will-you-add-gpu-support). I will follow the development on this aspect.
Best,
Sorry, something went wrong.
tree_method='gpu_hist' is very easy to add to all the XGBoost initializations in _xgboost.py, for instance here.
tree_method='gpu_hist'
_xgboost.py
No branches or pull requests
Describe the issue
Does LCE support GPU acceleration? One example in XGBoost is to set tree_method as gpu_hist, but I did not find this param in LCE.
Explain the improvement
No response
The text was updated successfully, but these errors were encountered: