Skip to content

Commit

Permalink
Update moabb/evaluations/splitters.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Moreau <[email protected]>
Signed-off-by: Bruna Junqueira Lopes <[email protected]>
  • Loading branch information
brunaafl and tomMoral authored Nov 25, 2024
1 parent c628fd7 commit 83e425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moabb/evaluations/splitters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class WithinSessionSplitter(BaseCrossValidator):
n_folds : int
Number of folds. Must be at least 2.
random_state: int, RandomState instance or None, default=None
Important when `shuffle` is True. Controls the randomness of splits.
Controls the randomness of splits. Only used when `shuffle` is True.
Pass an int for reproducible output across multiple function calls.
shuffle_session : bool, default=True
Whether to shuffle each class's samples before splitting into batches.
Expand Down

0 comments on commit 83e425f

Please sign in to comment.