Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.09 KB

torcheeg.model_selection.rst

File metadata and controls

78 lines (48 loc) · 2.09 KB

torcheeg.model_selection

Extensive dataset partitioning methods for users to experiment with different settings.

KFold

torcheeg.model_selection.KFold

KFoldPerSubject

torcheeg.model_selection.KFoldPerSubject

KFoldCrossSubject

torcheeg.model_selection.KFoldCrossSubject

KFoldGroupbyTrial

torcheeg.model_selection.KFoldGroupbyTrial

KFoldPerSubjectGroupbyTrial

torcheeg.model_selection.KFoldPerSubjectGroupbyTrial

KFoldCrossTrial

torcheeg.model_selection.KFoldCrossTrial

KFoldPerSubjectCrossTrial

torcheeg.model_selection.KFoldPerSubjectCrossTrial

LeaveOneSubjectOut

torcheeg.model_selection.LeaveOneSubjectOut

Subcategory

torcheeg.model_selection.Subcategory

train_test_split

torcheeg.model_selection.train_test_split

train_test_split_groupby_trial

torcheeg.model_selection.train_test_split_groupby_trial

train_test_split_per_subject_groupby_trial

torcheeg.model_selection.train_test_split_per_subject_groupby_trial

train_test_split_cross_trial

torcheeg.model_selection.train_test_split_cross_trial

train_test_split_per_subject_cross_trial

torcheeg.model_selection.train_test_split_per_subject_cross_trial