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/v1/samples-designer.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,51 +63,51 @@ Here's how to use a designer sample:
63
63
64
64
Explore these built-in regression samples.
65
65
66
-
| Sample title| Description |
66
+
| Sample pipeline| Description |
67
67
| --- | --- |
68
-
|[Basic: Use regression to predict car prices with Azure Machine Learning designer](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/regression-automobile-price-prediction-basic.md)| Predict car prices using linear regression. |
69
-
| [Advanced: Train & compare multiple regression models to predict car prices with Azure Machine Learning designer](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/regression-automobile-price-prediction-compare-algorithms.md) | Predict car prices using decision forest and boosted decision tree regressors. Compare models to find the best algorithm.
68
+
|[Regression - Automobile Price Prediction (Basic)](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/regression-automobile-price-prediction-basic.md)| Predict car prices using linear regression. |
69
+
| [Regression - Automobile Price Prediction (Advanced)](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/regression-automobile-price-prediction-compare-algorithms.md) | Predict car prices using decision forest and boosted decision tree regressors. Compare models to find the best algorithm.
70
70
71
71
## Classification
72
72
73
73
Explore these built-in classification samples. Open the samples to learn more and view the component comments in the designer.
74
74
75
-
| Sample title| Description |
75
+
| Sample pipeline| Description |
76
76
| --- | --- |
77
-
|[Predict income by using binary classification with feature selection](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-feature-selection-income-prediction.md)| Predict income as high or low, using a two-class boosted decision tree. Use Pearson correlation to select features. |
78
-
|[Predict credit risk by using binary classification with custom Python script](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-python-credit-prediction.md)| Classify credit applications as high or low risk. Use the Execute Python Script component to weight your data. |
79
-
|[Predict customer churn by using boosted decision tree](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-customer-relationship-prediction.md)| Predict customer churn using two-class boosted decision trees. Use SMOTE to sample biased data. |
80
-
|[Predict company category by using text classification](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/text-classification-wiki.md)| Classify company types from Wikipedia articles with multiclass logistic regression. |
81
-
| Multiclass classification with letter recognition| Create an ensemble of binary classifiers to classify written letters. |
77
+
|[Binary Classification with Feature Selection - Income Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-feature-selection-income-prediction.md)| Predict income as high or low, using a two-class boosted decision tree. Use Pearson correlation to select features. |
78
+
|[Binary Classification with custom Python script - Credit Risk Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-python-credit-prediction.md)| Classify credit applications as high or low risk. Use the Execute Python Script component to weight your data. |
79
+
|[Binary Classification - Customer Relationship Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/binary-classification-customer-relationship-prediction.md)| Predict customer churn using two-class boosted decision trees. Use SMOTE to sample biased data. |
80
+
|[Text Classification - Wikipedia SP 500 Dataset](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/text-classification-wiki.md)| Classify company types from Wikipedia articles with multiclass logistic regression. |
81
+
| Multiclass Classification - Letter Recognition| Create an ensemble of binary classifiers to classify written letters. |
82
82
83
83
## Computer vision
84
84
85
85
Explore these built-in computer vision samples. Open the samples to learn more and view the component comments in the designer.
86
86
87
-
| Sample title| Description |
87
+
| Sample pipeline| Description |
88
88
| --- | --- |
89
-
| Image classification using DenseNet | Use computer vision components to build image classification model based on PyTorch DenseNet.|
89
+
| Image Classification using DenseNet | Use computer vision components to build image classification model based on PyTorch DenseNet.|
90
90
91
91
## Recommender
92
92
93
93
Explore these built-in recommender samples. Open the samples to learn more and view the component comments in the designer.
94
94
95
-
| Sample title| Description |
95
+
| Sample pipeline| Description |
96
96
| --- | --- |
97
-
|Predict restaurant rating by using wide & deep-based recommendation| Build a restaurant recommender engine from restaurant/user features and ratings.|
98
-
|Rate movie rating tweets| Build a movie recommender engine from movie/user features and ratings.|
97
+
|Wide & Deep-based Recommendation - Restaurant Rating Prediction| Build a restaurant recommender engine from restaurant/user features and ratings.|
98
+
|Recommendation - Movie Rating Tweets| Build a movie recommender engine from movie/user features and ratings.|
99
99
100
100
## Utility
101
101
102
102
Learn more about the samples that demonstrate machine learning utilities and features. Open the samples to learn more and view the component comments in the designer.
103
103
104
-
| Sample title| Description |
104
+
| Sample pipeline| Description |
105
105
| --- | --- |
106
-
|Predict adult income by using binary classification with the Vowpal Wabbit Model| Vowpal Wabbit is a machine learning system that pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. This sample shows how to use Vowpal Wabbit model to build binary classification model. |
107
-
|Predict flight delays by using [custom R script](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/r-script-flight-delay-prediction.md)| Use customized R script to predict if a scheduled passenger flight will be delayed by more than 15 minutes. |
108
-
|Predict adult income by using cross validation for binary classification| Use cross validation to build a binary classifier for adult income. |
109
-
| Permutation feature importance| Use permutation feature importance to compute importance scores for the test dataset. |
110
-
|Predict adult income by using tune parameters for binary classification| Use Tune Model Hyperparameters to find optimal hyperparameters to build a binary classifier. |
106
+
|Binary Classification using Vowpal Wabbit Model - Adult Income Prediction| Vowpal Wabbit is a machine learning system that pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. This sample shows how to use Vowpal Wabbit model to build binary classification model. |
107
+
|[Use Custom R Script - Flight Delay Prediction](https://github.com/Azure/MachineLearningDesigner/blob/master/articles/samples/r-script-flight-delay-prediction.md)| Use customized R script to predict if a scheduled passenger flight will be delayed by more than 15 minutes. |
108
+
|Cross Validation for Binary Classification - Adult Income Prediction| Use cross validation to build a binary classifier for adult income. |
109
+
| Permutation Feature Importance| Use permutation feature importance to compute importance scores for the test dataset. |
110
+
|Tune Parameters for Binary Classification - Adult Income Prediction| Use Tune Model Hyperparameters to find optimal hyperparameters to build a binary classifier. |
0 commit comments