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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-select-algorithms.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,29 +39,29 @@ Along with guidance in the Azure Machine Learning Algorithm Cheat Sheet, keep in
39
39
40
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
41
42
-
The following table summarizes some of the most important characteristics of algorithms from the classification, regression and clustering families:
42
+
The following table summarizes some of the most important characteristics of algorithms from the classification, regression, and clustering families:
|[Two-class decision forest](/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 |
|[Two-class decision forest](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](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](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