moabb
moabb copied to clipboard
Change base dataset / results classes to reflect BIDS structure
trafficstars
This could:
- Allow datasets to have different conditions.
- Make incorporating new BIDS datasets super easy. We could even provide an abstract
BidsDatasetsuper-class which only needs very minor implementation, i.e. download code and paths. The rest could be gathered from the standardized BIDS structure automatically.
I will provide a draft PR soon.