Skip to content

Commit

Permalink
add nested kedy agin in mlflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Feb 9, 2024
1 parent e80fdd4 commit ddfb1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro_mlflow/template/project/mlflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tracking:
run:
id: null # if `id` is None, a new run will be created
name: null # if `name` is None, pipeline name will be used for the run name. You can use "${km.random_name:}" to generate a random name (mlflow's default)
nested: True # if `nested` is False, you won't be able to launch sub-runs inside your nodes
params:
dict_params:
flatten: False # if True, parameter which are dictionary will be splitted in multiple parameters when logged in mlflow, one for each key.
Expand Down

0 comments on commit ddfb1b7

Please sign in to comment.