braindecode.datasets.create_from_mne_epochs#
- braindecode.datasets.create_from_mne_epochs(list_of_epochs: list[BaseEpochs], window_size_samples: int, window_stride_samples: int, drop_last_window: bool) BaseConcatDataset [source]#
Create WindowsDatasets from mne.Epochs
- Parameters:
- Returns:
windows_datasets – X and y transformed to a dataset format that is compatible with skorch and braindecode
- Return type:
Examples using braindecode.datasets.create_from_mne_epochs
#
MNE Dataset Example