You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A printable Machine Learning Algorithm Cheat Sheet helps you choose the right algorithm for your predictive model in Azure Machine Learning designer.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-select-algorithms.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,35 @@ Machine Learning designer provides a comprehensive portfolio of algorithms, such
35
35
36
36
Along with guidance in the Azure Machine Learning Algorithm Cheat Sheet, keep in mind other requirements when choosing a machine learning algorithm for your solution. Following are additional factors to consider, such as the accuracy, training time, linearity, number of parameters and number of features.
37
37
38
-
## Additional requirements for a data science scenario
38
+
## Comparison of machine learning algorithms
39
+
40
+
Some learning algorithms make particular assumptions about the structure of the data or the desired results. If you can find one that fits your needs, it can give you more useful results, more accurate predictions, or faster training times.
41
+
42
+
The following table summarizes some of the most important characteristics of algorithms from the classification, regression and clustering families:
|[Two-class decision forest](azure/machine-learning/algorithm-module-reference/two-class-decision-forest?WT.mc_id=docs-article-lazzeri)|Excellent |Moderate |No |5 |Shows slower scoring times. Suggest not working with One-vs-All Multiclass, because of slower scoring times caused by tread locking in accumulating tree predictions |
|[Two-class support vector machine](azure/machine-learning/algorithm-module-reference/two-class-support-vector-machine?WT.mc_id=docs-article-lazzeri)|Good |Fast |Yes |5 |Good for large feature sets |
|[Multiclass boosted decision tree](azure/machine-learning/algorithm-module-reference/multiclass-boosted-decision-tree?WT.mc_id=docs-article-lazzeri)|Excellent |Moderate |No |6 | Tends to improve accuracy with some small risk of less coverage |
0 commit comments