Replies: 1 comment 3 replies
-
mlflow.yml is just "normal" configuration so this: #mlflow.yml
server:
tracking:
run:
name: "${runtime_params:mlflow_run_name, null}" and then "just" work out of the box. You need to use a recent version with the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a use case where I have multiple pipelines in my kedro project, and each pipeline has a dedicated mlflow experiment. May I know how can I override the default experiment name with a new one based on the pipeline?
For example, say the default experiment name in the mlflow.yml file is x, and I'm running a kedro pipeline that needs to log the models in the experiment associated with y instead of x. How do I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions