FATE icon indicating copy to clipboard operation
FATE copied to clipboard

Are there any ways to train xgboost?

Open ihshin227 opened this issue 1 year ago • 0 comments

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?

ihshin227 avatar Oct 09 '24 17:10 ihshin227