Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 24, 2024
1 parent 1fd8ee5 commit fa9652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ clients, train_data_nodes, _, _, _ = split_dataframe_across_clients(
)
```
Note that you can replace split_method by any callable with the signature
`pd.DataFrame -> list[int]` where the list of ints is the split of the indices
`pd.DataFrame -> list[list[int]]` where the list of list of ints is the split of the indices
of the df across the different institutions.
To convince you that the split was effective you can inspect the folder "./data".
You will find different subfolders `center0` to `center3` each with different
Expand Down

0 comments on commit fa9652c

Please sign in to comment.