We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87468b9 commit 01875caCopy full SHA for 01875ca
tasks/projects.py
@@ -45,7 +45,7 @@ def environment(ctx: Context) -> None:
45
def run(ctx: Context, job: str) -> None:
46
"""Run an mlflow project from the MLproject file."""
47
ctx.run(
48
- f"mlflow run --experiment-name={ctx.project.name}"
+ f"poetry run mlflow run --experiment-name={ctx.project.repository}"
49
f" --run-name={job.capitalize()} -P conf_file=confs/{job}.yaml ."
50
)
51
0 commit comments