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

Fix remote calling of load_model() #136

Closed chester-leung closed 3 years ago

chester-leung commented 3 years ago

Previously, there was a bug when invoking load_model() remotely. This PR fixes that bug and adds a remote invocation of load_model() in the remote-control() demo.