From ef15799f3bf653638b1139557887aa5de49975da Mon Sep 17 00:00:00 2001 From: ntalluri Date: Mon, 18 Nov 2024 12:15:02 -0600 Subject: [PATCH] updated spacing and added comments to the config files --- config/config.yaml | 2 ++ config/egfr.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 79b7d086..76231276 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -174,8 +174,10 @@ analysis: metric: 'euclidean' evaluation: # evaluation per dataset-goldstandard pair + # evalution will not run unless ml include is set to true include: true # adds evaluation per algorithm per dataset-goldstandard pair + # evalution per algortihm will not run unless ml include and ml aggregate_per_algorithm is set to true aggregate_per_algorithm: true # TODO: should we decouple parts of eval that involve ml # it will be good to seperate them otherwise if ml doesn't work then eval won't work at all diff --git a/config/egfr.yaml b/config/egfr.yaml index 0b41f0a5..93cbccec 100644 --- a/config/egfr.yaml +++ b/config/egfr.yaml @@ -90,4 +90,4 @@ analysis: ml: include: false evaluation: - include: false + include: false