NVIDIA / NVFlare

NVIDIA Federated Learning Application Runtime Environment
https://nvidia.github.io/NVFlare/
Apache License 2.0
592 stars 165 forks source link

Bug fix: Fed stats fix due to recent simulator changes #2689

Closed chesterxgchen closed 1 month ago

chesterxgchen commented 1 month ago

Fixes # . 1) fed_stats is broken due to the simulator changes, change the workspace directory in the notebooks and examples 2) for df_stats job, notice the new datasets has empty line at end, causing pandas to mistaken numerical data type to string type. We change the prepare_data.py to remove empty line 3) update df_stats notebook to add panda data table format.

Types of changes

chesterxgchen commented 1 month ago

replace this PR with new one