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