Skip to content

Commit 5b3d866

Browse files
Larry Frankssdgilley
andauthored
Update articles/machine-learning/tutorial-train-deploy-notebook.md
Co-authored-by: Sheri Gilley <[email protected]>
1 parent 3326ae9 commit 5b3d866

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/tutorial-train-deploy-notebook.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ with mlflow.start_run() as run:
232232
233233
## View experiment
234234
235-
In the left-hand menu in Azure Machine Learning studio, select __Experiments__ and then select your experiment (__azure-ml-in10-mins-tutorial__). An experiment is a grouping of many runs from a specified script or piece of code. Information for the run is stored under that experiment. If the name doesn't exist when you submit an experiment, if you select your run you will see various tabs containing metrics, logs, explanations, etc.
235+
In the left-hand menu in Azure Machine Learning studio, select __Jobs__ and then select your job (__azure-ml-in10-mins-tutorial__). A job is a grouping of many runs from a specified script or piece of code. Multiple jobs can be grouped together as an experiment.
236+
237+
Information for the run is stored under that job. If the name doesn't exist when you submit a job, if you select your run you will see various tabs containing metrics, logs, explanations, etc.
236238
237239
## Version control your models with the model registry
238240

0 commit comments

Comments
 (0)