mc2-project / secure-xgboost

Secure collaborative training and inference for XGBoost.
https://mc2-project.github.io/secure-xgboost/
Apache License 2.0
105 stars 32 forks source link

for demo/python/distributed #135

Open wry2020 opened 3 years ago

wry2020 commented 3 years ago

When run on local, it's ok. Result for local run like this: image But when run for distributed, it's wrong like this: image Can you tell me which is wrong for it? Thank you very much!!

chester-leung commented 3 years ago

Did you install securexgboost on all machines that you're using? You'll need to follow the installation process for every machine that you use for distributed computation.