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

This sort of is a continuation to #6 to get the global comparisons of the different algorithms on all the datasets. This [comment](https://github.com/NeuroTechX/moabb/issues/6#issuecomment-306732696) gives the one of the possibilities -...

enhancement
help wanted

Hi! Thank you for this great framework! Would it be possible to pass a `fit_params` argument to the [`evaluate`](http://moabb.neurotechx.com/docs/generated/moabb.evaluations.CrossSubjectEvaluation.html#moabb.evaluations.CrossSubjectEvaluation.evaluate) method, similarly to [`cross_val_score`](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html#sklearn.model_selection.cross_val_score) in scikit-learn? This would allow to propagate...

enhancement

I'm working on my MSc thesis (https://github.com/ErikBjare/thesis) and I am investigating the possibility for training models on public datasets and then using the learned model to train for a different...

enhancement
help wanted
moabb

Here is a tentative schedule for the next office hours. I kept the 1 hour slot and weekly basis, as it seems to worked previously. The difference is that I...

enhancement
help wanted
question
moabb

Some datasets' download links tend to stale and data could be lost. As we started to discuss in office hours it is nice to have own copy of all the...

enhancement
help wanted
dataset
moabb

When instancing a new evaluation that make use of additional columns capability, there could be an error if the additional columns are set to record string or non-numeric values. This...

bug
hard
moabb

Currently, moabb stratifies and picks random samples from X for training (T)/validation (V) respectively. A simple assignment vector could look like this: ``` [T,T,T,V,T,V,V,T,T,V,T,V,T,T] ``` Especially in ERP datasets, when...

enhancement
question
moabb

Hi everyone, would it be possible to name sessions/runs of datasets more consistently? For example, the dataset `BNCI2014001` comes as `session`: `session_T` and `session_E` with `run`: `run_0` to `run_5`, The...

enhancement
help wanted
easy
dataset

`poetry` is able to install scripts along with `python` package. [see docs](https://python-poetry.org/docs/pyproject/#scripts) and [example from poetry itself](https://github.com/python-poetry/poetry/blob/45a9b8f20384591d0a33ae876bcf23656f928ec0/pyproject.toml#L61) We could add `moabb.run.py` as a script named just `moabb`, so instead of...

enhancement
moabb

The moabb can be used to benchmark a parameters search across multiple dataset. For example, one might be interested to varie the distance metric for a MDM algorithm, or the...

enhancement