Data: Tabular Time Series Specialty: Endocrinology Laboratory: Blood Tests EHR: Demographics Diagnoses Medications Omics: Genomics Multi-omics Transcriptomics Wearable: Activity Clinical Purpose: Treatment Response Assessment Task: Biomarker Discovery
[c23b31]: / src / move / conf / task / identify_associations_bayes.yaml

Download this file

37 lines (29 with data), 548 Bytes

 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
defaults:
- identify_associations_bayes_schema
batch_size: 10
num_refits: 10
sig_threshold: 0.05
target_dataset: baseline_drugs
target_value: 1
model:
categorical_weights: ${weights:${data.categorical_inputs}}
continuous_weights: ${weights:${data.continuous_inputs}}
num_hidden:
- 2000
num_latent: 150
beta: 0.0001
dropout: 0.1
cuda: false
training_loop:
lr: 1e-4
num_epochs: 30
batch_dilation_steps:
- 50
- 100
- 150
kld_warmup_steps:
- 15
- 20
- 25
early_stopping: false
patience: 0