forked from larslorch/avici
-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yaml
44 lines (36 loc) · 814 Bytes
/
domain.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
---
train_n_vars: [5, 10]
test_n_vars: [20]
test_n_datasets: 10
additional_modules:
- "./func.py"
data:
- n_observations_obs: 300
n_observations_int: 100
graph:
- __class__: RandomTree
mechanism:
- __class__: SinusoidalAdditive
weight:
- __class__: SignedUniform
low: 1.0
high: 3.0
scale:
- __class__: SignedUniform
low: 1.0
high: 3.0
bias:
- __class__: Uniform
low: -3.0
high: 3.0
noise:
- __class__: Gaussian
noise_scale:
- __class__: Uniform
low: 0.2
high: 1.0
n_interv_vars: -1
interv_dist:
- __class__: SignedUniform
low: 1.0
high: 3.0