forked from alexandrebarachant/bci-challenge-ner-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parameters_noLeak.yaml
46 lines (42 loc) · 890 Bytes
/
parameters_noLeak.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
imports:
sklearn.linear_model :
- ElasticNet
sklearn.preprocessing:
- Normalizer
classif:
- XdawnCovariances
- TangentSpace
- AddMeta
- ElectrodeSelect
CrossVal:
cores: 4
folds: 4
repetitions: 10
path: results.csv
comments: 'model-final-noLeak'
Submission:
path: submission-noLeak.csv
cores: 4
MetaPipeline:
#leak:
bagging:
bag_size: 0.51 # % of subjects to train on in each bagged model. If bag_size==1 then LOSO bagging is performed
models: 500 # ignored for LOSO bagging
pipeline:
- XdawnCovariances:
nfilter: 5
subelec: range(0,56,1)
- ElectrodeSelect:
nfilters: 5
nelec: 35
metric: "'riemann'"
- TangentSpace:
metric: "'logeuclid'"
tsupdate: False
- Normalizer:
norm: '"l1"'
- AddMeta:
- ElasticNet:
l1_ratio: 0.5
alpha: 2e-4
normalize: True