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/samples-designer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,18 @@ Here's how to use a designer sample:
53
53
54
54
Use the samples as starting points for some of the most common machine learning scenarios.
55
55
56
-
## Regression samples
56
+
## Regression
57
57
58
-
Learn more about the built-in regression samples.
58
+
Explore these built-in regression samples.
59
59
60
60
| Sample title | Description |
61
61
| --- | --- |
62
62
|[Sample 1: Regression - Automobile Price Prediction (Basic)](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-regression-automobile-price-basic.md)| Predict car prices using linear regression. |
63
63
| [Sample 2: Regression - Automobile Price Prediction (Advanced)](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-regression-automobile-price-compare-algorithms.md) | Predict car prices using decision forest and boosted decision tree regressors. Compare models to find the best algorithm.
64
64
65
-
## Classification samples
65
+
## Classification
66
66
67
-
Learn more about the built-in classification samples. You can learn more about the samples without documentation links by opening the samples and viewing the module comments instead.
67
+
Explore these built-in classification samples. You can learn more about the samples without documentation links by opening the samples and viewing the module comments instead.
68
68
69
69
| Sample title | Description |
70
70
| --- | --- |
@@ -74,15 +74,15 @@ Learn more about the built-in classification samples. You can learn more about t
74
74
|[Sample 7: Text Classification - Wikipedia SP 500 Dataset](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-text-classification.md)| Classify company types from Wikipedia articles with multiclass logistic regression. |
75
75
| Sample 12: Multiclass Classification - Letter Recognition | Create an ensemble of binary classifiers to classify written letters. |
76
76
77
-
## Recommender samples
77
+
## Recommender
78
78
79
-
Learn more about the built-in recommender samples. You can learn more about the samples without documentation links by opening the samples and viewing the module comments instead.
79
+
Explore these built-in recommender samples. You can learn more about the samples without documentation links by opening the samples and viewing the module comments instead.
80
80
81
81
| Sample title | Description |
82
82
| --- | --- |
83
83
| Sample 10: Recommendation - Movie Rating Tweets | Build a movie recommender engine from movie titles and rating. |
84
84
85
-
## Utility samples
85
+
## Utility
86
86
87
87
Learn more about the samples that demonstrate machine learning utilities and features. You can learn more about the samples without documentation links by opening the samples and viewing the module comments instead.
88
88
@@ -93,7 +93,7 @@ Learn more about the samples that demonstrate machine learning utilities and fea
93
93
| Sample 9: Permutation Feature Importance | Use permutation feature importance to compute importance scores for the test dataset.
94
94
| Sample 11: Tune Parameters for Binary Classification - Adult Income Prediction | Use Tune Model Hyperparameters to find optimal hyperparameters to build a binary classifier. |
95
95
96
-
## Designer datasets
96
+
## Datasets
97
97
98
98
When you create a new pipeline in Azure Machine Learning designer, a number of sample datasets are included by default. These sample datasets are used by the sample pipelines in the designer homepage.
0 commit comments