Skip to content

Commit 1a89d64

Browse files
authored
Merge pull request #213423 from ssalgadodev/howtotrackexperiments
AutoML | added gif of preview panel
2 parents 79a5fa5 + 4fcee24 commit 1a89d64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/machine-learning/how-to-track-experiments-mlflow.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,12 @@ child_runs = mlflow.search_runs(
237237
)
238238
```
239239

240-
## Example notebooks
240+
## Compare jobs and models in AzureML Studio (preview)
241+
242+
To compare and evaluate the quality of your jobs and models in AzureML Studio, use the [preview panel](./how-to-enable-preview-features.md) to enable the feature. Once enabled, you can compare the parameters, metrics, and tags between the jobs and/or models you selected.
243+
244+
:::image type="content" source="media/how-to-track-experiments-mlflow/compare.gif" alt-text="Screenshot of the preview panel showing how to compare jobs and models in AzureML studio.":::
245+
241246

242247
The [MLflow with Azure ML notebooks](https://github.com/Azure/azureml-examples/tree/v2samplesreorg/v1/notebooks/using-mlflow) demonstrate and expand upon concepts presented in this article.
243248

6.01 MB
Loading

0 commit comments

Comments
 (0)