moabb
moabb copied to clipboard
Mother of All BCI Benchmarks
Adding this issue for a thread for following up on the discussion in the office hours to add more of the SOTA pipelines.
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...
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...
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...
The overall shape of the ERPs for Target / NonTarget seem to be plausible for this dataset. However, the absolute scalings appear to be off.  Intuitively, I would guess...
In the following plots, the title gives information on how many Target (T) and Nontarget (NT) Epochs are available per subject. Subject 1  Subject 2  This is how...
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 
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...
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.
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)