From the course: Microsoft Azure Data Scientist Associate (DP-100) Cert Prep
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Use MLflow to log metrics from a job run - Azure Tutorial
From the course: Microsoft Azure Data Scientist Associate (DP-100) Cert Prep
Use MLflow to log metrics from a job run
- [Instructor] Azure ML CLI extension version two has many commands that allow you to efficiently interrogate the entire product. Let's take a look at some of these commands. For example, managed Azure ML batch deployments, delete deployments, list deployments. There's a whole list of operations that are, in many cases, much more simple to investigate than to click on a GUI. Let's go ahead and play around with this ourselves. So if I go over to Azure ML Studio, an easy way to get to the CLI and get everything hooked in is to be logged into your workspace, and then to select terminal. If we go ahead and we select terminal, right here, we get this welcome to Azure Machine Learning terminal, which is really nice because we can immediately start playing around with this interface. So the way that you can start is type in az ml --help, and this gives you a list of all of the commands that are at your disposal. You can see the subgroups here are things like batch deployment, compute, data…
Contents
-
-
-
-
-
(Locked)
Configure compute for a job run2m 48s
-
(Locked)
Consume data from a data asset in a job11m 48s
-
(Locked)
Run a script as a job by using Azure Machine Learning1m 44s
-
(Locked)
Use MLflow to log metrics from a job run3m 24s
-
(Locked)
Describe MLflow model output2m 1s
-
Identify an appropriate framework to package a model5m 26s
-
(Locked)
Describe MLflow model workflow in Databricks5m 42s
-
(Locked)
-