dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

Home Page:https://xgboost.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Federated Learning Tests do not run

crockeea opened this issue · comments

I tried to run federated learning tests following the directions in https://github.com/dmlc/xgboost/blob/master/plugin/federated/README.md. I fixed several obvious problems in #10389, but tests still fail with an unhelpful error:

[21:45:11] Insecure federated server listening on 0.0.0.0:9091, world size 2
Traceback (most recent call last):
  File "/home/ubuntu/xgboost/tests/test_distributed/test_federated/test_federated.py", line 84, in <module>
    run_federated(with_ssl=False, with_gpu=False)
  File "/home/ubuntu/xgboost/tests/test_distributed/test_federated/test_federated.py", line 69, in run_federated
    raise Exception("Error starting Federated Learning server")
Exception: Error starting Federated Learning server