diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index f92fa73..6cc714b 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -125,7 +125,7 @@ We will use the split utils of FedECA. ) 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