-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
63 lines (63 loc) · 1.4 KB
/
config.json
File metadata and controls
63 lines (63 loc) · 1.4 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"PATHS": {
"ROOT": "/home/rasfay01/Toolbox",
"EXCEL_SHEETS": "/home/rasfay01/Toolbox/excel_sheets_cleanup",
"MPR_FILENAME": "/home/rasfay01/DBS_Prediction_TW/monopolar.xlsx",
"FEAT_DIR": "/home/rasfay01/Toolbox/features",
"BEAMFORMER_DIR": "dics/avg/no_fooof/med_off/monopolar",
"RESULTS_DIR": "/home/rasfay01/DBS_Prediction_TW/results/",
"PREDICTOR_OUTPUT": "/home/rasfay01/DBS_Prediction_TW/results/prediction_runs"
},
"PROJECT": {
"BEAMFORMER": "dics",
"MIN_CONTACTS_FOR_HIT":4
},
"COLLECTION": {
"MPR_DATE_STRATEGY": "More",
"EFFECT_PARAM": "Substantial",
"CONTACT_TYPE": "All",
"TW_ANALYSE_MODE": "Rel",
"MAX_TESTED_MA": 6.0,
"MIN_TESTED_MA": 0.1
},
"FEATURES": {
"ALL_ROIS": [
"LFP",
"Angular",
"Cerebellum",
"Frontal",
"Occipital",
"Parietal",
"Sensorimotor",
"SupraMarginal",
"Temporal"
],
"ALL_FREQUENCY": [
"theta",
"alpha",
"low-beta",
"high-beta",
"low-gamma",
"high-gamma",
"sHFO",
"fHFO"
],
"SIG_TYPES": [
"lfp_pow",
"lfp_meg_coh"
]
},
"MODEL": {
"CV_SCHEMES": [
"LOOsubject",
"LOOelectrode",
"LOO"
],
"DEFAULT_CV": "LOOelectrode",
"FEAT_SEL_METHOD": "borutanested",
"BORUTA_N_SPLITS": 10,
"BORUTA_THRESHOLD": 0.7,
"MAX_EVALS": 100,
"PERM":10000
}
}