Skip to content

Commit

Permalink
update finance and vertical xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster committed Apr 10, 2024
1 parent e29e2e3 commit 1def557
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"workflows": [
{
"id": "cyclic_ctl",
"name": "CyclicController",
"path": "nvflare.app_common.workflows.cyclic_ctl.CyclicController",
"args": {
"num_rounds": 50,
"task_assignment_timeout": 60,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"executor": {
"id": "Executor",
"name": "FedXGBHistogramExecutor",
"path": "nvflare.app_opt.xgboost.histogram_based.executor.FedXGBHistogramExecutor",
"args": {
"data_loader_id": "dataloader",
"num_rounds": 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"executor": {
"id": "Executor",
"name": "FedXGBHistogramExecutor",
"path": "nvflare.app_opt.xgboost.histogram_based.executor.FedXGBHistogramExecutor",
"args": {
"data_loader_id": "dataloader",
"num_rounds": 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"executor": {
"id": "xgb_hist_executor",
"name": "FedXGBHistogramExecutor",
"path": "nvflare.app_opt.xgboost.histogram_based.executor.FedXGBHistogramExecutor",
"args": {
"data_loader_id": "dataloader",
"num_rounds": 100,
Expand Down
2 changes: 1 addition & 1 deletion job_templates/vertical_xgb/config_fed_client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors = [
executor {
# Federated XGBoost Executor for histogram-base collaboration
id = "xgb_hist_executor"
name = "FedXGBHistogramExecutor"
path = "nvflare.app_opt.xgboost.histogram_based.executor.FedXGBHistogramExecutor"
args {
num_rounds = 100
early_stopping_rounds = 2
Expand Down

0 comments on commit 1def557

Please sign in to comment.