Skip to content

Commit 6ad162b

Browse files
authored
Update how-to-machine-learning-interpretability-automl.md
1 parent 744e3de commit 6ad162b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Model interpretability in automated machine learning
2+
title: Explanability in automated machine learning
33
titleSuffix: Azure Machine Learning
44
description: Learn how to get explanations for how your automated ML model determines feature importance and makes predictions when using the Azure Machine Learning SDK.
55
services: machine-learning
@@ -8,15 +8,14 @@ ms.subservice: core
88
ms.topic: conceptual
99
ms.author: mesameki
1010
author: mesameki
11-
ms.reviewer: trbye
1211
ms.date: 03/11/2020
1312
---
1413

15-
# Model interpretability in automated machine learning
14+
# Interpretability: model explanations in automated machine learning
1615

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

19-
In this article, you learn how to enable the interpretability features for automated machine learning (ML) in Azure Machine Learning. Automated ML helps you understand engineered feature importance.
18+
In this article, you learn how to get explanations for automated machine learning (ML) in Azure Machine Learning. Automated ML helps you understand engineered feature importance.
2019

2120
All SDK versions after 1.0.85 set `model_explainability=True` by default. In SDK version 1.0.85 and earlier versions users need to set `model_explainability=True` in the `AutoMLConfig` object in order to use model interpretability.
2221

0 commit comments

Comments
 (0)