Skip to content

Commit 35a14ee

Browse files
authored
Merge pull request #82 from deepskies/template_config
Template config
2 parents 1b701ae + ac37ac2 commit 35a14ee

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

config.yml.template

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
common:
2+
out_dir: ./DeepDiagnosticsResources/results/
3+
model:
4+
model_path: ./resources/savedmodels/sbi/sbi_linear_from_data.pkl
5+
model_engine: SBIModel
6+
data:
7+
data_path: ./resources/saveddata/data_validation.h5
8+
data_engine: H5Data
9+
simulator:
10+
plots_common:
11+
default_colorway: viridis
12+
parameter_labels:
13+
- $m$
14+
- $b$
15+
metrics_common:
16+
samples_per_inference: 1000
17+
percentiles:
18+
- 75
19+
- 85
20+
- 95
21+
number_simulations: 50
22+
plots:
23+
TARP: {}
24+
Parity: {}
25+
PPC: {}
26+
metrics:
27+
{}

0 commit comments

Comments
 (0)