Skip to content

Commit ad4a9d6

Browse files
committed
Revert names
1 parent 74b061f commit ad4a9d6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/machine-learning/v1/samples-designer.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,51 +63,51 @@ Here's how to use a designer sample:
6363

6464
Explore these built-in regression samples.
6565

66-
| Sample title | Description |
66+
| Sample pipeline | Description |
6767
| --- | --- |
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.
7070

7171
## Classification
7272

7373
Explore these built-in classification samples. Open the samples to learn more and view the component comments in the designer.
7474

75-
| Sample title | Description |
75+
| Sample pipeline | Description |
7676
| --- | --- |
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. |
8282

8383
## Computer vision
8484

8585
Explore these built-in computer vision samples. Open the samples to learn more and view the component comments in the designer.
8686

87-
| Sample title | Description |
87+
| Sample pipeline | Description |
8888
| --- | --- |
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.|
9090

9191
## Recommender
9292

9393
Explore these built-in recommender samples. Open the samples to learn more and view the component comments in the designer.
9494

95-
| Sample title | Description |
95+
| Sample pipeline | Description |
9696
| --- | --- |
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.|
9999

100100
## Utility
101101

102102
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.
103103

104-
| Sample title | Description |
104+
| Sample pipeline | Description |
105105
| --- | --- |
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. |
111111

112112
## Datasets
113113

0 commit comments

Comments
 (0)