-
Notifications
You must be signed in to change notification settings - Fork 217
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
How to convert a trained LGBM model to DAAL model by CPP interfaces? #2836
Comments
Hi, the conversion has only python implementation for now. |
Hi, @razdoburdin Thanks for your kind reply. Further, have your team started to implement the CPP converter interfaces? Best, |
Could you please describe your use case? We don't have such plans for now. |
Hi, @razdoburdin My use case is described below:
Best, |
Hi @AllenSun1024 , |
Hi, @syakov-intel My case is latency sensitive. I wanna use oneDAL to accelerate on Intel Xeon CPU. I think inferring on Intel Xeon CPU with oneDAL's C++ interfaces will make a great progress in speed just like Python daal4py, right? |
Describe the bug
daal4py.get_gbt_model_from_lightgbm()
to convert a trained LGBM model to oneDAL, and usedaal4py.gbt_regression_prediction()
to predict.The text was updated successfully, but these errors were encountered: