Open AllenSun1024 opened 4 months ago
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, Chao
Hi, @razdoburdin
Thanks for your kind reply.
Further, have your team started to implement the CPP converter interfaces?
Best, Chao
Could you please describe your use case? We don't have such plans for now.
Hi, @razdoburdin
My use case is described below:
Best, Chao
Hi @AllenSun1024 , On the last stage, do you have particular requirement/expectation? Is your case latency sensitive? Could you please elaborate more?
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.