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 c85928d commit f3020ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moabb/evaluations/splitters.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class WithinSessionSplitter(BaseCrossValidator):
"""Data splitter for within session evaluation.
Within-session evaluation uses k-fold cross_validation to determine train
and test sets on separate session for each subject. This splitter assumes that
all data from all subjects is already known and loaded.
and test sets for each subject in each session. This splitter
assumes that all data from all subjects is already known and loaded.
.. image:: images/withinsess.png
:alt: The schematic diagram of the WithinSession split
Expand Down

0 comments on commit f3020ee

Please sign in to comment.