Skip to content

Commit a6ff34b

Browse files
authored
Merge pull request #88439 from nibaccam/drift-ui
Data | Data drift WS2.0 screens
2 parents 8dc3936 + 2ec07f1 commit a6ff34b

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

articles/machine-learning/service/how-to-monitor-data-drift.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.reviewer: jmartens
1010
ms.author: copeters
1111
author: cody-dkdc
12-
ms.date: 07/08/2019
12+
ms.date: 09/13/2019
1313
---
1414

1515
# Detect data drift (preview) on models deployed to Azure Kubernetes Service (AKS)
@@ -128,7 +128,6 @@ There are multiple ways to view drift metrics:
128128

129129
* Use the `RunDetails`[Jupyter widget](https://docs.microsoft.com/python/api/azureml-widgets/azureml.widgets?view=azure-ml-py).
130130
* Use the [`get_metrics()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run%28class%29?view=azure-ml-py#get-metrics-name-none--recursive-false--run-type-none--populate-false-) function on any `datadrift` run object.
131-
* View the metrics in the Azure portal on your model.
132131
* View the metrics from the **Models** section of your [workspace landing page (preview)](https://ml.azure.com).
133132

134133
The following Python example demonstrates how to plot relevant data drift metrics. You can use the returned metrics to build custom visualizations:
@@ -154,17 +153,16 @@ datadrift.enable_schedule()
154153
datadrift.disable_schedule()
155154
```
156155

157-
The configuration of the data drift detector can be seen on the model details page in the Azure portal or your workspace landing page (preview).
156+
The configuration of the data drift detector can be seen under **Models** in the **Details** tab in your [workspace landing page (preview)](https://ml.azure.com).
158157

159-
![Azure portal Data Drift Config](media/how-to-monitor-data-drift/drift_config.png)
158+
![Azure portal Data Drift](media/how-to-monitor-data-drift/drift-config.png)
160159

161-
## View results in Azure portal
160+
## View results in your workspace landing page
162161

163-
To view results in your workspace in [Azure portal](https://portal.azure.com), navigate to the model page. On the details tab of the model, the data drift configuration is shown. A 'Data Drift (preview)' tab is now available visualizing the data drift metrics.
162+
To view results in your workspace in [workspace landing page (preview)](https://ml.azure.com), navigate to the model page. On the details tab of the model, the data drift configuration is shown. A **Data drift** tab is now available visualizing the data drift metrics.
164163

165-
![Azure portal Data Drift](media/how-to-monitor-data-drift/drift_ui.png)
164+
[![workspace landing page Data Drift](media/how-to-monitor-data-drift/drift-ui.png)](media/how-to-monitor-data-drift/drift-ui-expanded.png)
166165

167-
The results are also available in the model details in your [workspace landing page (preview)](https://ml.azure.com).
168166

169167
## Receiving drift alerts
170168

27.4 KB
Loading
44 KB
Loading
32 KB
Loading
50.8 KB
Loading

0 commit comments

Comments
 (0)