Skip to content

Commit 25611db

Browse files
authored
Merge pull request #88449 from j-martens/master
branding for Azure Machine Learning without 'service'
2 parents 8fafbc8 + ff4007e commit 25611db

9 files changed

+19
-19
lines changed

articles/machine-learning/service/ui-concept-visual-interface.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: Visual interface
3-
titleSuffix: Azure Machine Learning service
4-
description: Learn about the terms, concepts, and workflow that make up the visual interface (preview) for Azure Machine Learning service.
3+
titleSuffix: Azure Machine Learning
4+
description: Learn about the terms, concepts, and workflow that make up the visual interface (preview) for Azure Machine Learning.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: conceptual
99
ms.author: sgilley
1010
author: sdgilley
1111
ms.date: 05/15/2019
12-
# As a data scientist, I want to understand the big picture about how the visual interface for Azure Machine Learning service works.
12+
# As a data scientist, I want to understand the big picture about how the visual interface for Azure Machine Learning works.
1313
---
1414

15-
# What is the visual interface for Azure Machine Learning service?
15+
# What is the visual interface for Azure Machine Learning?
1616

17-
The visual interface (preview) for Azure Machine Learning service enables you to prep data, train, test, deploy, manage, and track machine learning models without writing code.
17+
The visual interface (preview) for Azure Machine Learning enables you to prep data, train, test, deploy, manage, and track machine learning models without writing code.
1818

1919
There is no programming required, you visually connect [datasets](#dataset) and [modules](#module) to construct your model.
2020

21-
The visual interface uses your Azure Machine Learning service [workspace](concept-workspace.md) to:
21+
The visual interface uses your Azure Machine Learning [workspace](concept-workspace.md) to:
2222

2323
+ Write artifacts of [experiment](#experiment) runs into the workspace.
2424
+ Access [datasets](#dataset).

articles/machine-learning/service/ui-sample-classification-predict-churn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #5: Classification to predict churn + appetency + up-selling"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: This visual interface sample experiment shows binary classifier prediction of churn, a common task for customer relationship management (CRM).
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-sample-classification-predict-credit-risk-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #3: Classification to predict credit risk"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: Learn how to build a machine learning classifier without writing a single line of code using the visual interface.
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-sample-classification-predict-credit-risk-cost-sensitive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #4: Classification to predict credit risk (cost sensitive)"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: This article shows you how to build a complex machine learning experiment using the visual interface. You'll learn how to implement custom Python scripts and compare multiple models to choose the best option.
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-sample-classification-predict-flight-delay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #6: Classification to predict flight delays"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: This article shows you how to build a machine learning model to predict flight delays using the drag-and-drop visual interface and custom R code.
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-sample-regression-predict-automobile-price-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #1: regression to predict price"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: Learn how to build a machine learning model to predict an automobile's price without writing a single line of code.
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-sample-regression-predict-automobile-price-compare-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Visual interface example #3: regression to price and compare algorithms"
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: This article shows you how to build a complex machine learning experiment without writing a single line of code using the visual interface. Learn how to train and compare multiple regression models to predict a car's price based on technical features
55
services: machine-learning
66
ms.service: machine-learning

articles/machine-learning/service/ui-tutorial-automobile-price-deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Deploy a machine learning model with the visual interface'
3-
titleSuffix: Azure Machine Learning service
4-
description: Learn how to build a predictive analytics solution in the Azure Machine Learning service visual interface. Train, score, and deploy a machine learning model using drag and drop modules. This tutorial is part two of a two-part series on predicting automobile prices using linear regression.
3+
titleSuffix: Azure Machine Learning
4+
description: Learn how to build a predictive analytics solution in Azure Machine Learning's visual interface. Train, score, and deploy a machine learning model using drag and drop modules. This tutorial is part two of a two-part series on predicting automobile prices using linear regression.
55

66
author: peterclu
77
ms.author: peterlu
@@ -101,7 +101,7 @@ Navigate to the **API Doc** tab, to find more API details.
101101

102102
## Manage models and deployments
103103

104-
The models and web service deployments you create in the visual interface can also be managed from the Azure Machine Learning service workspace.
104+
The models and web service deployments you create in the visual interface can also be managed from the Azure Machine Learning workspace.
105105

106106
1. Open your workspace in the [Azure portal](https://portal.azure.com/).
107107

articles/machine-learning/service/ui-tutorial-automobile-price-train-score.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Predict automobile price with the visual interface'
3-
titleSuffix: Azure Machine Learning service
3+
titleSuffix: Azure Machine Learning
44
description: Learn how to train, score, and deploy a machine learning model using a drag and drop visual interface. This tutorial is part one of a two-part series on predicting automobile prices using linear regression.
55

66
author: peterclu
@@ -14,7 +14,7 @@ ms.date: 08/16/2019
1414

1515
# Tutorial: Predict automobile price with the visual interface
1616

17-
In this two-part tutorial, you learn how to use the Azure Machine Learning service visual interface to develop and deploy a predictive analytic solution that predicts the price of any car.
17+
In this two-part tutorial, you learn how to use Azure Machine Learning's visual interface to develop and deploy a predictive analytic solution that predicts the price of any car.
1818

1919
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE2X1GY]
2020
@@ -37,11 +37,11 @@ To find it, from the **Experiments page**, select **Add New**, then select the *
3737

3838
## Create a new experiment
3939

40-
To create a visual interface experiment, you first need an Azure Machine Learnings service workspace. In this section you learn how to create both these resources.
40+
To create a visual interface experiment, you first need an Azure Machine Learning service workspace. In this section you learn how to create both these resources.
4141

4242
### Create a new workspace
4343

44-
If you have an Azure Machine Learning service workspace, skip to the next section.
44+
If you have an Azure Machine Learning workspace, skip to the next section.
4545

4646
[!INCLUDE [aml-create-portal](../../../includes/aml-create-in-portal.md)]
4747

0 commit comments

Comments
 (0)