moabb
moabb copied to clipboard
Mother of All BCI Benchmarks
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 -...
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...
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...
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...
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...
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...
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...
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...
`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...
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...