Skip to content

Commit

Permalink
Update wording for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 committed Oct 7, 2024
1 parent 26b8115 commit 4f8b88d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/advanced/finance-end-to-end/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ the file is then saved to "_normalized.csv"
#### Federated Enrichment and Normalization for All Sites
We can easily convert the notebook code into the python code for federated execution on each site.

##### Client-side code
##### Task code
Convert the enrichment code for one-site to the federated learning, refer to [enrich.py](./nvflare/enrich.py)

The main execution flow is the following:
Expand Down Expand Up @@ -160,9 +160,8 @@ def main():

Similar adaptation is required for the normalization code, refer to [pre_process.py](./nvflare/pre_process.py) for details.

##### Server-side code
Federated ETL requires both server-side and client-side code. The above ETL script is the client-side code.
To complete the setup, we need server-side code to configure and specify the federated job.
##### Job code
Job code is executed to trigger and dispatch the ETL tasks from the previous step.
For this purpose, we wrote the following script: [enrich_job.py](./nvflare/enrich_job.py)

```
Expand Down

0 comments on commit 4f8b88d

Please sign in to comment.