Skip to content

Commit 9e43bd9

Browse files
authored
Merge pull request #111079 from luisquintanilla/patch-1
Updated interpretability article title
2 parents 5ee5a6e + ccb4f40 commit 9e43bd9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/machine-learning/how-to-machine-learning-interpretability-aml.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Model interpretability for local and remote runs
2+
title: Explain machine learning models and predictions
33
titleSuffix: Azure Machine Learning
44
description: Learn how to get explanations for how your machine learning model determines feature importance and makes predictions when using the Azure Machine Learning SDK.
55
services: machine-learning
@@ -9,10 +9,10 @@ ms.topic: conceptual
99
ms.author: mesameki
1010
author: mesameki
1111
ms.reviewer: Luis.Quintanilla
12-
ms.date: 04/02/2020
12+
ms.date: 04/12/2020
1313
---
1414

15-
# Model interpretability for local and remote runs
15+
# Explain machine learning models and predictions
1616

1717
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1818

@@ -25,7 +25,6 @@ In this how-to guide, you learn to use the interpretability package of the Azure
2525

2626
* Explain the behavior for the entire model and individual predictions in Azure.
2727

28-
2928
* Use a visualization dashboard to interact with your model explanations.
3029

3130
* Deploy a scoring explainer alongside your model to observe explanations during inferencing.

articles/machine-learning/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@
267267
href: how-to-train-keras.md
268268
- name: PyTorch
269269
href: how-to-train-pytorch.md
270-
- name: Interpret models
270+
- name: Explain models
271271
displayName: interpretability
272272
items:
273-
- name: Interpret local and remote models
273+
- name: Explain ML models
274274
displayName: SDK, interpret
275275
href: how-to-machine-learning-interpretability-aml.md
276-
- name: Interpret automated ML models
276+
- name: Explain automated ML models
277277
displayName: SDK, interpret, automl
278278
href: how-to-machine-learning-interpretability-automl.md
279279
- name: Automate machine learning

0 commit comments

Comments
 (0)