Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtudyq authored Oct 28, 2023
1 parent f10d1a3 commit cd67a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This code runs a benchmark for federated learning algorithms under non-IID data


## Updates on NIID-Bench
We build a [leaderboard](https://niidbench.xtra.science) to enable researchers to test their own FL algorithms in our non-IID data partitioning framework. Welcome to submit your code and results in our [website](https://niidbench.xtra.science)!
We publish NIID-Bench challenge https://niidbench.xtra.science, a benchmark to compare federated learning algorithms on comprehensive non-IID data settings. Researchers are welcome to test their algorithms on these settings, upload their codes and participate in our leaderboard!

Implement `partition.py` to divide tabular datasets (csv format) into multiple files using our non-IID partitioning strategies. Column `Class` in the header is recognized as label. See an running example in `partition_to_file.sh`. The example dataset is [Credit Card Fraud Detection](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud).

Expand Down

0 comments on commit cd67a08

Please sign in to comment.