Skip to content

Commit e2df82b

Browse files
authored
more doc (#1477)
1 parent 33247f6 commit e2df82b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

config/default_config.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,19 @@ wgtags:
362362
# This may be autofilled in the future. Expected values are lowercase strings of
363363
# the organizations codenames in https://confluence.ecmwf.int/display/MAEL/Staff+Contact+List
364364
# e.g. "ecmwf", "cmcc", "metnor", "jsc", "escience"
365-
org: None
365+
org: null
366+
# The Github issue corresponding to this run (number such as 1234)
367+
# Github issues are the central point when running experiment and contain
368+
# links to hedgedocs, code branches, pull requests etc.
369+
# It is recommended to associate a run with a Github issue.
370+
issue: null
366371
# The name of the experiment. This is a distinctive codename for the experiment campaign being run.
367-
# This is expected to be the primary tag for comparing experiments in MLFlow.
372+
# This is expected to be the primary tag for comparing experiments in MLFlow, along with the
373+
# issue number.
368374
# Expected values are lowercase strings with no spaces, just underscores:
369375
# Examples: "rollout_ablation_grid"
370-
exp: None
376+
exp: null
371377
# *** Experiment-specific tags ***
372-
grid: None
378+
# All extra tags (including lists, dictionaries, etc.) are treated
379+
# as strings by mlflow, so treat all extra tags as simple string key: value pairs.
380+
grid: null

0 commit comments

Comments
 (0)