Skip to content

Commit

Permalink
Cleaning Pipeline (#349)
Browse files Browse the repository at this point in the history
* Delete:
- CSP_svm_search.py
- regCSP+shLDA_grid.yml
- TSSVM.py

* Change LogVar.py to LogVar_grid.yml

* Update pipelines/LogVar_grid.yml

Co-authored-by: Sylvain Chevallier <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

* fix: remove redundant pipelines

---------

Co-authored-by: Sylvain Chevallier <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sylvain Chevallier <[email protected]>
  • Loading branch information
4 people authored Mar 21, 2023
1 parent 899314f commit 56b343c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 131 deletions.
25 changes: 0 additions & 25 deletions pipelines/CSP_SVM.yml

This file was deleted.

17 changes: 0 additions & 17 deletions pipelines/CSP_svm_search.py

This file was deleted.

2 changes: 1 addition & 1 deletion pipelines/EN_grid.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: EN Grid
name: TS ElasticNet Grid

paradigms:
- LeftRightImagery
Expand Down
14 changes: 0 additions & 14 deletions pipelines/LogVar.py

This file was deleted.

14 changes: 13 additions & 1 deletion pipelines/LogVarSVM.yml → pipelines/LogVar_grid.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Log Variance SVM
name: Log Variance SVM grid

paradigms:
- LeftRightImagery
Expand All @@ -11,3 +11,15 @@ pipeline:
from: sklearn.svm
parameters:
kernel: "linear"

param_grid:
svc__C:
- 0.01
- 0.05
- 0.1
- 0.5
- 1
- 5
- 10
- 50
- 100
14 changes: 0 additions & 14 deletions pipelines/TSSVM.py

This file was deleted.

24 changes: 0 additions & 24 deletions pipelines/TSSVM.yml

This file was deleted.

35 changes: 0 additions & 35 deletions pipelines/regCSP+shLDA_grid.yml

This file was deleted.

0 comments on commit 56b343c

Please sign in to comment.