Create a model_validation module
Open
@brunaafl is already working on this.
Since May 31, 2024.
moabb
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 264
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 23
Description
The final goal is to flat all the evaluations, but the first step will be to create the spitters:
Here, we have some examples with braindecode and benchopt:
It is necessary to create the following spitters:
- WithinSessionSplit
- CrossSessionSplit
- CrossSubjectSplit
Two meta splitters:
- TimeSeriesSplit; (Pseudo-Online)
- SamplerSplit (Fraction of the split)
http://moabb.neurotechx.com/docs/auto_examples/learning_curve/plot_learning_curve_motor_imagery.html
Many tests are necessary to ensure that we have the same split.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.