cedricrommel on master
Implement ATCNet Create ATCNet test Update api.rst and whats_new.rst and 15 more (compare)
also, if we already had mne epochs, would there also be a clear way atm? is this not intended atm? how is it?
I will see to this next. It could become a bit more tricky, though. The WindowsDataset
gives x, y, ind
, where y
and ind
are read from the metadata
pandas.DataFrame
from the mne.Epochs
objects. If it is not there, you have to manually add it. I have never tried it, will see how it can be done.
description
argument of BaseDataset
from pandas.Series
to dict
and cast it internally. What do you think abou this?