Skip to content

Commit 2c15ae9

Browse files
authored
Update interpret-model-results.md
1 parent 9a96456 commit 2c15ae9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/machine-learning/studio/interpret-model-results.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ ms.topic: conceptual
99

1010
author: likebupt
1111
ms.author: keli19
12-
ms.custom: previous-author=heatherbshapiro, previous-ms.author=hshapiro
1312
ms.date: 11/29/2017
1413
---
1514
# Interpret model results in Azure Machine Learning Studio (classic)
1615

1716
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
1817
This topic explains how to visualize and interpret prediction results in Azure Machine Learning Studio (classic). After you have trained a model and done predictions on top of it ("scored the model"), you need to understand and interpret the prediction result.
1918

20-
21-
2219
There are four major kinds of machine learning models in Azure Machine Learning Studio (classic):
2320

2421
* Classification
@@ -32,11 +29,11 @@ The modules used for prediction on top of these models are:
3229
* [Assign to Clusters][assign-to-clusters] module for clustering
3330
* [Score Matchbox Recommender][score-matchbox-recommender] for recommendation systems
3431

35-
This document explains how to interpret prediction results for each of these modules. For an overview of these modules, see [How to choose parameters to optimize your algorithms in Azure Machine Learning Studio (classic)](algorithm-parameters-optimize.md).
32+
Learn how to [choose parameters to optimize your algorithms in ML Studio (classic)](algorithm-parameters-optimize.md).
3633

37-
This topic addresses prediction interpretation but not model evaluation. For more information about how to evaluate your model, see [How to evaluate model performance in Azure Machine Learning Studio (classic)](evaluate-model-performance.md).
34+
To learn how to evaluate your models, see [How to evaluate model performance](evaluate-model-performance.md).
3835

39-
If you are new to Azure Machine Learning Studio (classic) and need help creating a simple experiment to get started, see [Create a simple experiment in Azure Machine Learning Studio (classic)](create-experiment.md).
36+
If you are new to ML Studio (classic), [learn how to create a simple experiment](create-experiment.md).
4037

4138
## Classification
4239
There are two subcategories of classification problems:

0 commit comments

Comments
 (0)