mc2-project / federated-xgboost

Federated gradient boosted decision tree learning
68 stars 20 forks source link

Is federated-xgboost secure during quantile sketching? #27

Open vollis opened 2 years ago

vollis commented 2 years ago

In quantile sketching, each worker computes the quantile summaries on local data, and the summaries are then merged to get the global one. How do you ensure the security during the merging? I think the summaries could cause privacy leakage.