Skip to content

Commit a658980

Browse files
authored
Update algorithm-cheat-sheet.md
Added instances of "designer" for clarity.
1 parent d389c95 commit a658980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/algorithm-cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Machine Learning Algorithm Cheat Sheet
2+
title: Machine Learning Algorithm Cheat Sheet - designer
33
titleSuffix: Azure Machine Learning
44
description: A printable Machine Learning Algorithm Cheat Sheet helps you choose the right algorithm for your predictive model in Azure Machine Learning designer.
55
services: machine-learning
@@ -13,7 +13,7 @@ ms.date: 03/05/2020
1313
---
1414
# Machine Learning Algorithm Cheat Sheet for Azure Machine Learning designer
1515

16-
The **Azure Machine Learning Algorithm Cheat Sheet** helps you choose the right algorithm for a predictive analytics model.
16+
The **Azure Machine Learning Algorithm Cheat Sheet** helps you choose the right algorithm from the designer for a predictive analytics model.
1717

1818
Azure Machine Learning has a large library of algorithms from the ***classification***, ***recommender systems***, ***clustering***, ***anomaly detection***, ***regression***, and ***text analytics*** families. Each is designed to address a different type of machine learning problem.
1919

@@ -33,7 +33,7 @@ The suggestions offered in this algorithm cheat sheet are approximate rules-of-t
3333

3434
Every machine learning algorithm has its own style or inductive bias. For a specific problem, several algorithms may be appropriate, and one algorithm may be a better fit than others. But it's not always possible to know beforehand which is the best fit. In cases like these, several algorithms are listed together in the cheat sheet. An appropriate strategy would be to try one algorithm, and if the results are not yet satisfactory, try the others.
3535

36-
To learn more about the algorithms in Azure Machine Learning, go to the [Algorithm and module reference](algorithm-module-reference/module-reference.md).
36+
To learn more about the algorithms in Azure Machine Learning designer, go to the [Algorithm and module reference](algorithm-module-reference/module-reference.md).
3737

3838
## Kinds of machine learning
3939

0 commit comments

Comments
 (0)