-
Notifications
You must be signed in to change notification settings - Fork 206
Update evaluation to use new splitters and include updates #769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Update evaluation to use new splitters and include updates #769
Conversation
Within-Session is so complicated to refactor.... |
Co-authored-by: Pierre Guetschel <[email protected]> Signed-off-by: Bru <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks @bruAristimunha !
I think with this, we solved the parallel issue for the main functions' evaluation functions. The main question is how we can handle grid_search that has some parallel behaviour. I feel we should mix a parallel backend in this context (loky main and thread for gridsearch). Like, how I pushed.... |
@bruAristimunha I think we discussed about deprecating grid search at some point, such that it would be included in the pipelines directly, not the evaluations |
Signed-off-by: Bru <[email protected]>
I push the comments about gridsearch to another issue... Too complicated for now, let's start to use the splitter that we spent a lot of time doing >.< |
…imunha/moabb into using-the-new-splitters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A first batch of comments
Co-authored-by: Thomas Moreau <[email protected]> Signed-off-by: Bru <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good on my side :) Just one comment but for a future PR
Signed-off-by: Bru <[email protected]>
Signed-off-by: Bru <[email protected]>
Signed-off-by: Bru <[email protected]>
Refactor the evaluation process to utilize new cross-session and cross-subject splitters. Include updates in the "What's New" section to reflect these enhancements.