Jan Sosulski
Jan Sosulski
I am of course biased by my own research, but according to Lotte's 2018 Review I would propose: - SLDA in sensor space on averaged time bins (problem: time bins...
Good point, no I haven't run into this issue yet as I only use numeric extra columns. But I also have not enough experience working with hdf5 to know how...
So is this an issue with the dataset implementation? See MWE using current moabb version on pypi: ```python from matplotlib import pyplot as plt from moabb.datasets import DemonsP300 from moabb.paradigms...
I noticed in more and more literature that MOABB is being referenced (yay!), although most authors just use it for dataset acquisition, which is still a win I guess, until...
Reviving this issue. How about adopting a results structure as is done in BIDS? E.g. an example structure from a BIDS file: `sub-[_ses-]_task-[_acq-][_run-][_recording-]_physio.json` Here we have: - `sub`: subject, we...
I can check in the next days what changes would be necessary but that sounds like the gist of it. An added benefit of having this structure internally is that...
I think the usual interpretation of session in a BCI context would be a recording session on one day. E.g. I would expect session 1 and session 2 to be...
When diffing only the relevant code sections I get the following diff: ```diff --- +++ @@ -6,22 +6,22 @@ if len(stim_channels) > 0: events = mne.find_events(raw, shortest_event=0, verbose=False) else: -...
Thank you for the in-depth analysis of this bug. I guess this slipped under my radar when implementing the dataset wrapper, as I work with Linux, where `:` is a...
`GroupKFold` would be the ideal when we have meaningful segmentation between parts of the experiment, e.g., one stimulation sequence to detect a new letter. However, in the absence of this...