diff --git a/openfl-workspace/xgb/.workspace b/openfl-workspace/xgb_higgs/.workspace similarity index 100% rename from openfl-workspace/xgb/.workspace rename to openfl-workspace/xgb_higgs/.workspace diff --git a/openfl-workspace/xgb/plan/cols.yaml b/openfl-workspace/xgb_higgs/plan/cols.yaml similarity index 100% rename from openfl-workspace/xgb/plan/cols.yaml rename to openfl-workspace/xgb_higgs/plan/cols.yaml diff --git a/openfl-workspace/xgb/plan/data.yaml b/openfl-workspace/xgb_higgs/plan/data.yaml similarity index 100% rename from openfl-workspace/xgb/plan/data.yaml rename to openfl-workspace/xgb_higgs/plan/data.yaml diff --git a/openfl-workspace/xgb/plan/defaults b/openfl-workspace/xgb_higgs/plan/defaults similarity index 100% rename from openfl-workspace/xgb/plan/defaults rename to openfl-workspace/xgb_higgs/plan/defaults diff --git a/openfl-workspace/xgb/plan/plan.yaml b/openfl-workspace/xgb_higgs/plan/plan.yaml similarity index 98% rename from openfl-workspace/xgb/plan/plan.yaml rename to openfl-workspace/xgb_higgs/plan/plan.yaml index 337005a36c..21bb44eb4c 100644 --- a/openfl-workspace/xgb/plan/plan.yaml +++ b/openfl-workspace/xgb_higgs/plan/plan.yaml @@ -8,7 +8,7 @@ aggregator : init_state_path : save/init.pbuf best_state_path : save/best.pbuf last_state_path : save/last.pbuf - rounds_to_train : 100 + rounds_to_train : 10 write_logs : false delta_updates : false diff --git a/openfl-workspace/xgb/requirements.txt b/openfl-workspace/xgb_higgs/requirements.txt similarity index 100% rename from openfl-workspace/xgb/requirements.txt rename to openfl-workspace/xgb_higgs/requirements.txt diff --git a/openfl-workspace/xgb/src/__init__.py b/openfl-workspace/xgb_higgs/src/__init__.py similarity index 100% rename from openfl-workspace/xgb/src/__init__.py rename to openfl-workspace/xgb_higgs/src/__init__.py diff --git a/openfl-workspace/xgb/src/dataloader.py b/openfl-workspace/xgb_higgs/src/dataloader.py similarity index 100% rename from openfl-workspace/xgb/src/dataloader.py rename to openfl-workspace/xgb_higgs/src/dataloader.py diff --git a/openfl-workspace/xgb/src/setup_data.py b/openfl-workspace/xgb_higgs/src/setup_data.py similarity index 100% rename from openfl-workspace/xgb/src/setup_data.py rename to openfl-workspace/xgb_higgs/src/setup_data.py diff --git a/openfl-workspace/xgb/src/taskrunner.py b/openfl-workspace/xgb_higgs/src/taskrunner.py similarity index 100% rename from openfl-workspace/xgb/src/taskrunner.py rename to openfl-workspace/xgb_higgs/src/taskrunner.py