代码和数据已上传,正在准备说明文档。
The code and data have been uploaded, and the README is being prepared...
pip install xgboost
pip install scikit-learn
pip install numpy
pip install mpi4py
pip install pandas
本代码的运行基于mpi4py模块,请运行前安装该模块。安装教程参考: Linux环境下配置mpi4py
本文数据位于 'data/' 文件中。
mpiexec -n 5 python VerticalXGBoost.py
python XGBoost.py
在实现过程中,我们的代码主要基于Lunchen Xie的MP-FedXGB,非常感谢这些作者的工作.
During the implementation we base our code mostly on the MP-FedXGB by Lunchen Xie. Many thanks to these authors for their great work!