Skip to content

Commit

Permalink
updated spacing and added comments to the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Nov 18, 2024
1 parent dd0359f commit ef15799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/egfr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ analysis:
ml:
include: false
evaluation:
include: false
include: false

0 comments on commit ef15799

Please sign in to comment.