Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Rename mlflow stack in 2.1 to prevent name conflicts down the line
Browse files Browse the repository at this point in the history
  • Loading branch information
fa9r committed Feb 2, 2023
1 parent 0e651d9 commit 131bfc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2-1_Experiment_Tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
"!zenml experiment-tracker register mlflow_tracker --flavor=mlflow\n",
"\n",
"# Create a new stack with MLflow experiment tracker in it\n",
"!zenml stack register mlflow_stack -a default -o default -e mlflow_tracker\n",
"!zenml stack register mlflow_exp_tracker_stack -a default -o default -e mlflow_tracker\n",
"\n",
"# Set the new stack as active\n",
"!zenml stack set mlflow_stack\n"
"!zenml stack set mlflow_exp_tracker_stack\n"
]
},
{
Expand Down

0 comments on commit 131bfc1

Please sign in to comment.