Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtudyq authored Aug 25, 2023
1 parent 67c7c39 commit f10d1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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)!

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).

To adapt to your own tabular dataset in ​``partition.py``, you need the following steps:
Expand Down

0 comments on commit f10d1a3

Please sign in to comment.