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
+19-24Lines changed: 19 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,23 @@ ms.topic: sample
9
9
10
10
author: peterclu
11
11
ms.author: peterlu
12
-
ms.date: 03/06/2020
12
+
ms.date: 03/10/2020
13
13
---
14
14
# Designer sample pipelines
15
15
16
16
Use the built-in example in Azure Machine Learning designer to quickly get started building your own machine learning pipelines.
17
17
18
-
The Azure Machine Learning designer [GitHub repository](https://github.com/Azure/MachineLearningDesigner) contains the latest pipeline samples to help you get started with common machine learning scenarios. This article shows the following:
19
-
20
-
- Instructions for using designer samples
21
-
- Links to the sample pipeline documentation
18
+
The Azure Machine Learning designer [GitHub repository](https://github.com/Azure/MachineLearningDesigner) contains the latest pipeline samples to help you get started with common machine learning scenarios.
22
19
23
20
## Prerequisites
24
21
25
22
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://aka.ms/AMLFree).
26
23
* An Azure Machine Learning workspace with the Enterprise SKU.
27
24
28
25
29
-
## How to use the sample pipelines
26
+
## How to use sample pipelines
30
27
31
-
Use the sample pipelines as a starting point to quickly get started with common machine learning scenarios.
28
+
The designer saves a copy of the sample pipelines to your studio workspace. You can edit the pipeline to adapt it to your needs and save it as your own. Use them as a starting point to jumpstart your projects.
32
29
33
30
1. Sign in to <ahref="https://ml.azure.com?tabs=jre"target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
34
31
@@ -38,47 +35,45 @@ Use the sample pipelines as a starting point to quickly get started with common
38
35
39
36
Select **Show more samples** for a complete list of samples.
40
37
41
-
The designer saves a copy of the sample to your studio workspace. You can edit the pipeline to adapt it to your needs and save it as your own.
42
-
43
38
## Regression samples
44
39
45
40
Learn more about the built-in regression samples.
46
41
47
42
| Sample title | Description |
48
43
| --- | --- |
49
-
|[Sample 1: Regression - Automobile Price Prediction (Basic)]()| Predict car prices using linear regression. |
50
-
| [Sample 2: Regression - Automobile Price Prediction (Advanced)]() | Predict car prices using decision forest and boosted decision tree regressors. Compare models to find the best algorithm.
44
+
|[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. |
45
+
| [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.
51
46
52
47
## Classification samples
53
48
54
-
Learn more about the built-in classification samples.
49
+
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.
55
50
56
51
| Sample title | Description |
57
52
| --- | --- |
58
-
| [Sample 3: Binary Classification with Feature Selection - Income Prediction]() | Predict income as high or low, using a two-class boosted decision tree. Use Pearson correlation to select features.
59
-
| [Sample 4: Binary Classification with custom Python script - Credit Risk Prediction]() | Classify credit applications as high or low risk. Use the Execute Python Script module to weight your data.
60
-
| [Sample 5: Binary Classification - Customer Relationship Prediction]() | Predict customer churn using two-class boosted decision trees. Use SMOTE to sample biased data.
61
-
|[Sample 7: Text Classification - Wikipedia SP 500 Dataset]()| Classify company types from Wikipedia articles with multiclass logistic regression. |
62
-
|[Sample 12: Multiclass Classification - Letter Recognition]()| Create an ensemble of binary classifiers to classify written letters. |
53
+
| [Sample 3: Binary Classification with Feature Selection - Income Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-classification-predict-income.md) | Predict income as high or low, using a two-class boosted decision tree. Use Pearson correlation to select features.
54
+
| [Sample 4: Binary Classification with custom Python script - Credit Risk Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-classification-credit-risk-cost-sensitive.md) | Classify credit applications as high or low risk. Use the Execute Python Script module to weight your data.
55
+
| [Sample 5: Binary Classification - Customer Relationship Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-classification-churn.md) | Predict customer churn using two-class boosted decision trees. Use SMOTE to sample biased data.
56
+
|[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. |
57
+
| Sample 12: Multiclass Classification - Letter Recognition | Create an ensemble of binary classifiers to classify written letters. |
63
58
64
59
## Recommender samples
65
60
66
-
Learn more about the built-in recommender samples.
61
+
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.
67
62
68
63
| Sample title | Description |
69
64
| --- | --- |
70
-
|[Sample 10: Recommendation - Movie Rating Tweets]()| Build a movie recommender engine from movie titles and rating. |
65
+
| Sample 10: Recommendation - Movie Rating Tweets | Build a movie recommender engine from movie titles and rating. |
71
66
72
67
## Utility samples
73
68
74
-
Learn more about the samples that demonstrate machine learning utilities and features.
69
+
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.
75
70
76
71
| Sample title | Description |
77
72
| --- | --- |
78
-
|[Sample 6: Use custom R script - Flight Delay Prediction]()|
79
-
| [Sample 8: Cross Validation for Binary Classification - Adult Income Prediction]() | Use cross validation to build a binary classifier for adult income.
80
-
| [Sample 9: Permutation Feature Importance]() | Use permutation feature importance to compute importance scores for the test dataset.
81
-
|[Sample 11: Tune Parameters for Binary Classification - Adult Income Prediction]()| Use Tune Model Hyperparameters to find optimal hyperparameters to build a binary classifier. |
73
+
|[Sample 6: Use custom R script - Flight Delay Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/how-to-designer-sample-classification-flight-delay.md)|
74
+
| Sample 8: Cross Validation for Binary Classification - Adult Income Prediction | Use cross validation to build a binary classifier for adult income.
75
+
| Sample 9: Permutation Feature Importance | Use permutation feature importance to compute importance scores for the test dataset.
76
+
| Sample 11: Tune Parameters for Binary Classification - Adult Income Prediction | Use Tune Model Hyperparameters to find optimal hyperparameters to build a binary classifier. |
0 commit comments