Skip to content

Commit c7e2b18

Browse files
authored
Merge pull request #193 from ntalluri/param-tuning-integration
Parameter Tuning Code Integration: update evaluation and add egfr gold standard
2 parents 6eaef18 + 99d00f1 commit c7e2b18

File tree

8 files changed

+3913
-7
lines changed

8 files changed

+3913
-7
lines changed

Snakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@ rule evaluation:
384384

385385
# Remove the output directory
386386
rule clean:
387-
shell: f'rm -rf {out_dir}'
387+
shell: f'rm -rf {out_dir}'

config/config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,9 @@ analysis:
178178
# 'euclidean', 'manhattan', 'cosine'
179179
metric: 'euclidean'
180180
evaluation:
181+
# evaluation per dataset-goldstandard pair
182+
# evaluation will not run unless ml include is set to true
181183
include: true
184+
# adds evaluation per algorithm per dataset-goldstandard pair
185+
# evaluation per algortihm will not run unless ml include and ml aggregate_per_algorithm are set to true
186+
aggregate_per_algorithm: true

0 commit comments

Comments
 (0)