-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.yaml
76 lines (71 loc) · 1.31 KB
/
cfg.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
data_cfg_path: '../data/dataset_cfg.yaml'
dataset_path: '../data/preprocessed.parquet'
destination_path: './expert_team/'
fitting_set: [0,20000]
baseline_group: 'standard'
# In dataset.cfg we defined the protected classes as ["sex", "binarized_race", "age"]
experts:
groups:
standard:
n: 5
group_seed: 0
w_mean: 0
w_stdev: 0.5
theta: 1
protected_mean:
- 0
- 0
- 0
protected_stdev:
- 0
- 0
- 0
alpha_mean: 20
alpha_stdev: 5
fpr:
target_mean: 0.15
target_stdev: 0.03
fnr:
target_mean: 0.15
target_stdev: 0.03
max_FPR: 1
min_FPR: 0.01
max_FNR: 1
min_FNR: 0.01
biased_vs_females:
n: 5
group_seed: 1
protected_mean:
- -1
- 0
- 0
protected_stdev:
- 0.1
- 0
- 0
biased_vs_non_white:
n: 5
group_seed: 2
protected_mean:
- 0
- -1
- 0
protected_stdev:
- 0
- 0.1
- 0
biased_vs_older:
n: 5
group_seed: 3
protected_mean:
- 0
- 0
- -1
protected_stdev:
- 0
- 0
- 0.1
sparse-dependency:
n: 5
group_seed: 4
theta: 0.5