Add demo for vertical federated learning (#9103)

This commit is contained in:
Rong Ou
2023-04-28 01:03:21 -07:00
committed by GitHub
parent e206b899ef
commit fb941262b4
11 changed files with 360 additions and 102 deletions

View File

@@ -1,23 +0,0 @@
{
"format_version": 2,
"executors": [
{
"tasks": [
"train"
],
"executor": {
"path": "trainer.XGBoostTrainer",
"args": {
"server_address": "localhost:9091",
"world_size": 2,
"server_cert_path": "server-cert.pem",
"client_key_path": "client-key.pem",
"client_cert_path": "client-cert.pem",
"use_gpus": "false"
}
}
}
],
"task_result_filters": [],
"task_data_filters": []
}