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

Hi, what would you say about using [Fire](https://github.com/google/python-fire) to launch benchmarks from a CLI instead of the `run.py` script?

Greeting, Thank you for your awesome work. The benchmark dataset of MoABB is very helpful for research in the field of EEG data analysis. Recently, we are expanding our [TorchEEG](https://github.com/torcheeg/torcheeg)...

enhancement
moabb

Hi, new bug encountered: ```python from moabb.datasets import Ofner2017 Ofner2017(executed=True).get_data([1]) ``` ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[10], line 1 ----> 1 Ofner2017(executed=True).get_data([1]) File ~/miniconda3/envs/motor_embedding_benchmark/lib/python3.10/site-packages/moabb/datasets/base.py:113, in BaseDataset.get_data(self,...

bug
help wanted
dataset
moabb

We could continue the work of #374 to use the doc building only on PR merging into develop, using `workflow_run`, as documented in this [SO page](https://stackoverflow.com/a/69743847)

help wanted
medium
documentation
moabb

The work started in #364 introduced a `n_jobs_evaluation` in evaluation for WithinSession and CrossSession. We should do the same for CrossSubject to maintain consistency in all evaluation.

enhancement
help wanted
moabb

MOABB has a very good statistical methodology for experimental analysis and benchmarking algorithms. It could be a nice addition to reinforce these aspects with: - a specific example/tutorial, that details...

moabb

The Shin2017B dataset include tasks that are substraction & rest, it should not be listed in MI paradigm.

bug
dataset
moabb

Existing CCA-based pipelines (CCA, TRCA, MsetCCA, see https://github.com/NeuroTechX/moabb/blob/79cbb71c1ed116d7e5bc9368311aff6f3e2b5f19/moabb/pipelines/classification.py#L14) need information about sampling frequency, stimulation frequencies, and/or epoch interval. This shouldn't be the case as it makes the pipelines dataset-dependant. A...

enhancement
help wanted
easy
moabb

Please consider adding this dataset: https://data.mendeley.com/datasets/vyczny2r4w

moabb