Are there any ways to train xgboost?
Opened this issue · 0 comments
ihshin227 commented
Hi, I'm trying to implement ensemble xgboost model with 1D conv layer using FATE.
(the model details in here: https://arxiv.org/pdf/2304.07537)
To do this, i train xgboost in my custom fate component. but i don't have any idea to submit xgboost model which trained in client to host for aggregating xgboost models.
Are there any ways to submit ml models such as xgboost between client and host?