Skip to content

Commit d27b952

Browse files
refai06payalcha
andauthored
[Workflow API] Removal of Aggregator-Based-Workflow (#1544)
* Initial commit - Remove AggregatorBasedWorkflow tests Signed-off-by: refai06 <[email protected]> * Remove Aggregator-Based tutorials Signed-off-by: refai06 <[email protected]> * Clean CLI - Aggregator-Based Signed-off-by: refai06 <[email protected]> * Clean Aggregator-Based functionality Signed-off-by: refai06 <[email protected]> * Cleanup files Signed-off-by: refai06 <[email protected]> * Remove workspace file Signed-off-by: refai06 <[email protected]> * Incorporate review comments Signed-off-by: refai06 <[email protected]> * Code Cleanup Signed-off-by: refai06 <[email protected]> * Clean-up env_name Signed-off-by: refai06 <[email protected]> * Incorporate review comments Signed-off-by: refai06 <[email protected]> * Incorporate review comment Signed-off-by: refai06 <[email protected]> * Code update Signed-off-by: refai06 <[email protected]> --------- Signed-off-by: refai06 <[email protected]> Co-authored-by: Payal Chaurasiya <[email protected]>
1 parent 06d8335 commit d27b952

File tree

132 files changed

+79
-6443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+79
-6443
lines changed

.github/workflows/experimental_workflow_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,3 @@ jobs:
8383
- name: Workflow - Collaborator Subset (Ray Backend)
8484
run: |
8585
python tests/github/experimental/workflow/LocalRuntime/testflow_subset_of_collaborators.py ray
86-
- name: Test Experimental Aggregator Based Workflow API
87-
run: |
88-
python -m tests.github.experimental.workflow.AggregatorBasedWorkflow.test_experimental_agg_based_workflow --custom_template tests/github/experimental/workflow/AggregatorBasedWorkflow/testcase_datastore_cli --fed_workspace aggregator --col col1 --col col2 --rounds-to-train 1

openfl-tutorials/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fx experimental activate
3030
- [Federated FedProx PyTorch MNIST Workflow Tutorial](https://github.com/securefederatedai/openfl/tree/develop/openfl-tutorials/experimental/workflow/403_Federated_FedProx_PyTorch_MNIST_Workflow_Tutorial.ipynb): Implements FedProx algorithm for distributed training on MNIST using PyTorch and Workflow API.
3131
- [Keras MNIST with FedProx](https://github.com/securefederatedai/openfl/tree/develop/openfl-tutorials/experimental/workflow/404_Keras_MNIST_with_FedProx.ipynb): Trains a TensorFlow Keras model on MNIST using OpenFL Workflow Interface with FedProx optimization.
3232
- [Federated Evaluation MNIST Workflow Tutorial](https://github.com/securefederatedai/openfl/tree/develop/openfl-tutorials/experimental/workflow/405_MNIST_FederatedEvaluation.ipynb): Shows how to implement Federated Evaluation using Workflow API.
33-
- [Workspace Creation from JupyterNotebook](https://github.com/securefederatedai/openfl/tree/develop/openfl-tutorials/experimental/workflow/1001_Workspace_Creation_from_JupyterNotebook.ipynb): Demonstrates converting a Jupyter Notebook Federated Learning experiment into an OpenFL workspace.
3433

3534
### Advanced
3635

0 commit comments

Comments
 (0)