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

`pip install moabb` installs `mne 1.7.0` and `mne-bids 0.13`, which are incompatible (need `0.14` for `1.7.0`). Just a note. (I figure it's the last release's pyproject.toml, so maybe a note...

moabb

Adding a new dataset to moabb with a large amount of trials

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/1.16.0...1.18.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.5.0) - [github.com/codespell-project/codespell: v2.2.6 →...

Add the possibility of using Randomized Grid Search with Optuna

The purpose of this PR is to add ERPCore datasets Here is the link to the official website of the dataset : https://erpinfo.org/erp-core.

Based on the Issue https://github.com/NeuroTechX/moabb/issues/612#issue-2328074142, I've created 3 data splitters related to each of the three types of moabb evaluation: WithinSubjectSplitter, CrossSessionSplitter, and CrossSubjectSplitter, defined in the file `splitters.py`, two...

The dataset includes data from 50 acute stroke patients, and it involves two motor imagery tasks: right-handed and left-handed movements. Here are more details about the dataset : | Name...

It seems that once you switch to cached results in the evaluation for the next run the evaluation does not check the number of subjects. For example now it prints...

An easy proposal would be to change everything to use the fetch_dataset from mne