moabb
moabb copied to clipboard
Mother of All BCI Benchmarks
Hi @sylvchev, In the the current implementation of the SSVEP CCA classification, CCA classifiers are instantiated with the number of CCA components fixed to one i.e. `n_components = 1`. The...
The latest PRs are failing the CI check due to the low test coverage of the code (50%). I think we need to increase this coverage, but it takes time....
Ensuring that braindecode objects dynamically reinitialize themselves even without the inputsetter.
Original Conversation: Hey @sylvchev and @carraraig, How's it going? I've got a question I'd like to discuss with you. So, during execution time, we need to figure out how to...
No matching annotations in ('/workdir/dataset/MNE-eegbci-data/files/eegmmidb/1.0.0/S087/S087R14.edf',) Traceback (most recent call last): File "/workdir/moabb/run.py", line 115, in benchmark( File "/usr/local/lib/python3.8/dist-packages/moabb/benchmark.py", line 154, in benchmark paradigm_results = context.process( File "/usr/local/lib/python3.8/dist-packages/moabb/evaluations/base.py", line 160, in...
Just as pointed at https://github.com/NeuroTechX/moabb/issues/581#issue-2268578428, moabb is using version 0.13 of mne_bids, which conflicts with mne if it's version is >= 1.7 since some functions on mne.io were removed. I...
At the moment, the generation of the docs is working as a "test." This behavior is not desired and reveals a lack of testing. We need to solve this.
This PR adds the dataset from Neuroergonomic 2021 (https://zenodo.org/records/5055046).
This error is mildly annoying when I'm processing more than 25 jobs simultaneously, and they all redefine the mne space to something unconventional. The management of .mne configuration space needs...