NeuroTechX / moabb

Mother of All BCI Benchmarks
https://neurotechx.github.io/moabb/
BSD 3-Clause "New" or "Revised" License
700 stars 180 forks source link

Dataset summary in CSV and leaderboard links #635

Closed PierreGtch closed 4 months ago

PierreGtch commented 4 months ago

At the moment, the dataset summary tables are provided at two different places (in the doc source and in the dataset’s docstrings). This led to inconsistencies and makes the process of implementing a new dataset more prone to error.

I propose to centralise this information in csv files and automatically populate the doc and the docstring using these CSVs. This would also allow computing statistics across datasets more easily.

Additionally, I added the PaperWithCode leaderboard links to these tables

PierreGtch commented 4 months ago

@sylvchev @bruAristimunha There is still redundant information with the table in the wiki here https://github.com/NeuroTechX/moabb/wiki/Datasets-Support The table in the wiki contains additional columns: paper link and download link. Should we include these columns to the doc too?