NeuroTechX / moabb

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

Problem with saved pipelines and grid search #605

Closed toncho11 closed 1 month ago

toncho11 commented 1 month ago

I am loading https://github.com/NeuroTechX/moabb/blob/develop/pipelines/AUG_TANG_SVM_grid.yml

from file with create_pipeline_from_config and it seems the section param_grid is not taken into account.

I was expecting that 2 GridSearchCV will be used for the augmenteddataset and svc steps in the pipeline, but there is simply no code that is doing this.

Is this correct?

toncho11 commented 1 month ago

I figured it out. It is done later.