Skip to content

Commit f4157aa

Browse files
committed
SEO improvements to titles and descriptions
1 parent 0f6fe25 commit f4157aa

7 files changed

+38
-22
lines changed

articles/machine-learning/service/how-to-designer-sample-classification-churn.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Classify, predict churn'
2+
title: 'Designer: Predict churn example'
33
titleSuffix: Azure Machine Learning
4-
description: This designer (preview) sample pipeline shows binary classifier prediction of churn, a common task for customer relationship management (CRM).
4+
description: Follow this classification example to predict churn with Azure Machine Learning designer & boosted decision trees.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,7 +12,10 @@ ms.reviewer: sgilley
1212
ms.date: 11/04/2019
1313
---
1414

15-
# Sample 5 - Classification: Predict churn
15+
# Use boosted decision tree to predict churn with Azure Machine Learning designer
16+
17+
**Designer (preview) sample 5**
18+
1619
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1720

1821
Learn how to build a complex machine learning pipeline without writing a single line of code using the designer (preview).

articles/machine-learning/service/how-to-designer-sample-classification-credit-risk-cost-sensitive.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Predict credit risk (cost sensitive)'
2+
title: 'Designer: Predict credit risk example'
33
titleSuffix: Azure Machine Learning
4-
description: This article shows you how to build a complex machine learning pipeline using the designer (preview). You'll learn how to implement custom Python scripts and compare multiple models to choose the best option.
4+
description: Build a classifier and use custom Python scripts to predict credit risk using Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,8 +11,10 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Build a classifier & use Python scripts to predict credit risk using Azure Machine Learning designer
15+
16+
**Designer (preview) sample 4**
1417

15-
# Sample 4 - Classification with custom Python script: Predict credit risk
1618
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1719

1820
This article shows you how to build a complex machine learning pipeline using the designer (preview). You'll learn how to implement custom logic using Python scripts and compare multiple models to choose the best option.

articles/machine-learning/service/how-to-designer-sample-classification-flight-delay.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Classify, predict flight delays'
2+
title: 'Designer: Predict flight delay example'
33
titleSuffix: Azure Machine Learning
4-
description: This article shows you how to build a machine learning model to predict flight delays using the drag-and-drop designer and custom R code.
4+
description: Build a classifier and use custom R code to predict flight delays with Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,8 +11,10 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Build a classifier & use R to predict flight delays with Azure Machine Learning designer
15+
16+
**Designer (preview) sample 6**
1417

15-
# Sample 6 - Classification: Predict flight delays using R
1618
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1719

1820
This pipeline uses historical flight and weather data to predict if a scheduled passenger flight will be delayed by more than 15 minutes. This problem can be approached as a classification problem, predicting two classes: delayed, or on time.

articles/machine-learning/service/how-to-designer-sample-classification-predict-income.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Classify, predict income'
2+
title: 'Designer: Classify, predict income example'
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to build a machine learning classifier without writing a single line of code using the designer (preview).
4+
description: Follow this example build a no-code classifier to predict income with Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,8 +11,10 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Build a classifier & use feature selection to predict income with Azure Machine Learning designer
15+
16+
**Designer (preview) sample 3**
1417

15-
# Sample 3 - Classification with feature selection: Income Prediction
1618
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1719

1820
Learn how to build a machine learning classifier without writing a single line of code using the designer (preview). This sample trains a **two-class boosted decision tree** to predict adult census income (>=50K or <=50K).

articles/machine-learning/service/how-to-designer-sample-regression-automobile-price-basic.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Predict price (regression)'
2+
title: 'Designer: Predict car prices (basic) example'
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to build a machine learning model to predict an automobile's price without writing a single line of code.
4+
description: Build an ML regression model to predict an automobile's price without writing a single line of code with Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,8 +11,10 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Use regression to predict car prices with Azure Machine Learning designer
15+
16+
**Designer (preview) sample 1**
1417

15-
# Sample 1 - Regression: Predict price
1618
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1719

1820
Learn how to build a machine learning regression model without writing a single line of code using the designer (preview).

articles/machine-learning/service/how-to-designer-sample-regression-automobile-price-compare-algorithms.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Designer: Predict car prices (regression)'
2+
title: 'Designer: Predict car prices (advanced) example'
33
titleSuffix: Azure Machine Learning
4-
description: This article shows you how to build a complex machine learning pipeline without writing a single line of code using the designer (preview). Learn how to train and compare multiple regression models to predict a car's price based on technical features
4+
description: Build & compare multiple ML regression models to predict an automobile's price based on technical features with Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,8 +11,10 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Train & compare multiple regression models to predict car prices with Azure Machine Learning designer
15+
16+
**Designer (preview) sample 2**
1417

15-
# Sample 2 - Regression: Predict price and compare algorithms
1618
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1719

1820
Learn how to build a machine learning pipeline without writing a single line of code using the designer (preview). This sample trains and compares multiple regression models to predict a car's price based on its technical features. We'll provide the rationale for the choices made in this pipeline so you can tackle your own machine learning problems.

articles/machine-learning/service/how-to-designer-sample-text-classification.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Designer&#58; Classify book reviews"
2+
title: 'Designer: classify book reviews example'
33
titleSuffix: Azure Machine Learning
4-
description: Build a machine learning model classify book reviews into different categories.
4+
description: Build a multiclass logistic regression classifier to predict the company category with wikipedia SP 500 dataset using Azure Machine Learning designer.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -11,14 +11,17 @@ ms.author: zhanxia
1111
ms.reviewer: peterlu
1212
ms.date: 11/04/2019
1313
---
14+
# Build a classifier to predict company category using Azure Machine Learning designer.
1415

15-
# Sample 7 - Text Classification: Predict company category
16+
**Designer (preview) sample 7**
17+
18+
[!INCLUDE [applies-to-skus](../../../includes/aml-applies-to-enterprise-sku.md)]
1619

1720
This sample demonstrates how to use text analytics modules to build a text classification pipeline in Azure Machine Learning designer (preview).
1821

1922
The goal of text classification is to assign some piece of text to one or more predefined classes or categories. The piece of text could be a document, news article, search query, email, tweet, support tickets, customer feedback, user product review etc. Applications of text classification include categorizing newspaper articles and news wire contents into topics, organizing web pages into hierarchical categories, filtering spam email, sentiment analysis, predicting user intent from search queries, routing support tickets, and analyzing customer feedback.
2023

21-
This pipeline trains a **multiclass logistic regression classifier** to predict the company category with wikipedia SP 500 dataset derived from Wikipedia.
24+
This pipeline trains a **multiclass logistic regression classifier** to predict the company category with **Wikipedia SP 500 dataset derived from Wikipedia**.
2225

2326
The fundamental steps of a training machine learning model with text data are:
2427

0 commit comments

Comments
 (0)