Skip to content

Commit

Permalink
Merge branch 'main' into tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Aug 23, 2024
2 parents e71f5bb + 141c8bd commit b828504
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/advanced/xgboost/data_job_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"outputs": [],
"source": [
"# please change this DATASET_ROOT to the correct path containing HIGGS dataset\n",
"%env DATASET_ROOT=/data\n",
"%env DATASET_ROOT=$HOME/dataset\n",
"!python3 utils/prepare_data_split.py \\\n",
" --data_path \"${DATASET_ROOT}/HIGGS.csv\" \\\n",
" --site_num 5 \\\n",
Expand Down Expand Up @@ -96,15 +96,15 @@
"%env DATA_SPLIT_ROOT=/tmp/nvflare/xgboost/HIGGS/data_splits/\n",
"!python3 utils/prepare_job_config.py \\\n",
" --site_num 5 \\\n",
" --training_mode bagging \\\n",
" --training_algo bagging \\\n",
" --split_method uniform \\\n",
" --lr_mode uniform \\\n",
" --nthread 16 \\\n",
" --tree_method \"hist\" \\\n",
" --data_root \"${DATA_SPLIT_ROOT}\"\n",
"!python3 utils/prepare_job_config.py \\\n",
" --site_num 5 \\\n",
" --training_mode histogram \\\n",
" --training_algo histogram \\\n",
" --split_method uniform \\\n",
" --lr_mode uniform \\\n",
" --nthread 16 \\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"id": "json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator",
"path": "nvflare.app_common.widgets.validation_json_generator.ValidationJsonGenerator",
"args": {}
}
],
Expand Down

0 comments on commit b828504

Please sign in to comment.