braindecode.datasets.create_from_mne_epochs#
- braindecode.datasets.create_from_mne_epochs(list_of_epochs, window_size_samples, window_stride_samples, drop_last_window)[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: