moabb icon indicating copy to clipboard operation
moabb copied to clipboard

Mother of All BCI Benchmarks

Results 173 moabb issues
Sort by recently updated
recently updated
newest added
trafficstars

Adding this issue for a thread for following up on the discussion in the office hours to add more of the SOTA pipelines.

enhancement
moabb

OT: Sorry for the flood of issues, I am just cleaning out my personal todo / issue log to the official one on Github :) Currently moabb only allows the...

enhancement
dataset
moabb

In many ERP-based datasets, the epochs aligned to a stimulus will overlap to a large extent, e.g. when considering a 0.5 second window after the stimulus, but the time between...

enhancement
help wanted
hard
moabb

We could add a data quality level either to BaseDataset or to Evaluation. The idea would be something like: Level 0 (All data): Load everything that is defined in the...

enhancement
dataset
moabb

The overall shape of the ERPs for Target / NonTarget seem to be plausible for this dataset. However, the absolute scalings appear to be off. ![grafik](https://user-images.githubusercontent.com/2545339/156715698-9043314f-ce10-404a-82a8-2463f94cc796.png) Intuitively, I would guess...

enhancement
help wanted
dataset

In the following plots, the title gives information on how many Target (T) and Nontarget (NT) Epochs are available per subject. Subject 1 ![grafik](https://user-images.githubusercontent.com/2545339/156715264-d5d8432f-ef3c-42d8-a4d6-2dbd84273635.png) Subject 2 ![grafik](https://user-images.githubusercontent.com/2545339/156715223-935a2b34-7349-41e4-a0cf-d7b732e2b06a.png) This is how...

dataset
moabb

See this plot for one subject, but all subjects look the same: X-Axis is which epoch is plotted and y is the label the epoch has ![grafik](https://user-images.githubusercontent.com/2545339/125032672-997cc180-e08e-11eb-9df5-c34ddc6e8f75.png)

bug
moabb

I think we should create PyPi and GitHub releases in tandem. In most search engines I tried, moabb's Github page comes before pypi/documentation. When a potentially interested user visits our...

enhancement
moabb

For now, the deprecation is just indicated in the docstring of the functions. It should raise a warning and the docstring should be automatically filled.

enhancement
moabb

For example for this [page](https://neurotechx.github.io/moabb/generated/moabb.evaluations.WithinSessionEvaluation.html#moabb.evaluations.WithinSessionEvaluation) the Github source leads to [Not found](https://github.com/NeuroTechX/moabb/evaluations/evaluations.py#L29-L321) while it should go to [Source](https://github.com/NeuroTechX/moabb/blob/develop/moabb/evaluations/evaluations.py#L29-L321)

help wanted
documentation