- MNE version: 1.3.1
- operating system: Windows 11
Hi, I have successfully run time decoding over my epochs using SlidingEstimator and was thinking of doing the same over my EpochsTFR objects so I wanted to know if there is any specific function in MNE to do this. I applied the same decoding pipeline I was using with the epochs and got nice plots with average decoding scores per time point, but the idea would be to have decoding scores (e.g. ROC AUC or similar) for each frequency, not on average.
I found mne.decoding.TimeFrequency but Iβm not sure how it works and doesnβt seem to be any tutorials or examples on this.
Thanks!