From fa9652cb6090a9a41b7cae679e71f929a1e4dd42 Mon Sep 17 00:00:00 2001 From: jeandut Date: Thu, 24 Oct 2024 09:41:14 +0200 Subject: [PATCH] Update quickstart.md --- quickstart/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/quickstart.md b/quickstart/quickstart.md index 8d92bc7c..0add4c0d 100644 --- a/quickstart/quickstart.md +++ b/quickstart/quickstart.md @@ -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