mne.Epochs method

I want to append the returned values using the Epochs function for machine learning. I think there is an add.channel, but I can’t use it because the instance is different.

Please provide more information about what you intend to do and what doesn’t work. Really, this is a general rule for this forum if you expect others to help you. You’re asking very specific questions without giving any context. How is anyone supposed to provide valuable assistance?

sry It seemed that I simply asked for the necessary information without the need for an explanation back and forth.

https://mne.tools/stable/auto_tutorials/clinical/60_sleep.html

In the example above, there is one of each of epochs_train and epochs_test data, but I wonder if there is a way to append other data to the training or test set in Epoch.

There is a function mne.concatenate_epochs for joining two epochs instances together.

3 Likes