Skip to content

Commit bd0a9a9

Browse files
committed
Sweep of my articles for 'studio' -> AML
1 parent 3fb9234 commit bd0a9a9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/machine-learning/service/how-to-create-labeling-projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 11/04/2019
1414

1515
Labeling large amounts of data has often been a headache in machine learning projects. ML projects with a computer vision component, such as image classification or object detection, generally require thousands of images and corresponding labels.
1616

17-
Azure Machine Learning studio gives you a central location to create, manage, and monitor labeling projects. Labeling projects help coordinate the data, labels, and team members, allowing you to more efficiently manage the labeling tasks. Currently supported tasks are image classification, either multi-label or multi-class, and object identification using bounded boxes.
17+
Azure Machine Learning gives you a central location to create, manage, and monitor labeling projects. Labeling projects help coordinate the data, labels, and team members, allowing you to more efficiently manage the labeling tasks. Currently supported tasks are image classification, either multi-label or multi-class, and object identification using bounded boxes.
1818

1919
Azure tracks progress and maintains the queue of incomplete labeling tasks. Labelers don't require an Azure account to participate. Once authenticated with their Microsoft Account (MSA) or [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-whatis), they can do as much or as little labeling as their time allows. They can assign and change labels using keyboard shortcuts.
2020

@@ -39,7 +39,7 @@ In this article, you'll learn how to:
3939

4040
## Create a labeling project
4141

42-
Labeling projects are administered from [Azure Machine Learning studio](https://ml.azure.com/). The **Labeling projects** page allows you to manage your projects, teams, and people. A project has one or more teams assigned to it, and a team has one or more people assigned to it.
42+
Labeling projects are administered from [Azure Machine Learning](https://ml.azure.com/). The **Labeling projects** page allows you to manage your projects, teams, and people. A project has one or more teams assigned to it, and a team has one or more people assigned to it.
4343

4444
If your data are already stored in Azure blob storage, you should make them available as a datastore before creating your labeling project. For information, see [Create and register datastores](https://docs.microsoft.com/azure/machine-learning/service/how-to-access-data#create-and-register-datastores).
4545

@@ -145,7 +145,7 @@ You can label data directly from the **Project details** page by selecting **Lab
145145

146146
At any time, you may export the label data for machine learning experimentation. Image labels can be exported in [COCO format](http://cocodataset.org/#format-data) or as an Azure ML dataset. You will find the **Export** button on the **Project details** page of your labeling project.
147147

148-
The COCO file is created in the default blob store of the Azure ML workspace in a folder within **export/coco**. You can access the exported Azure ML dataset under the **Datasets** section of studio. Dataset details page also provides sample code to access your labels from Python.
148+
The COCO file is created in the default blob store of the Azure ML workspace in a folder within **export/coco**. You can access the exported Azure ML dataset under the **Datasets** section of Azure Machine Learning. Dataset details page also provides sample code to access your labels from Python.
149149

150150
![Exported dataset](media/how-to-create-labeling-projects/exported-dataset.png)
151151

articles/machine-learning/service/how-to-create-your-first-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,14 +407,14 @@ response = requests.post(published_pipeline1.endpoint,
407407
### View results of a published pipeline
408408

409409
See the list of all your published pipelines and their run details:
410-
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
410+
1. Sign in to [Azure Machine Learning](https://ml.azure.com).
411411

412412
1. [View your workspace](how-to-manage-workspace.md#view) to find the list of pipelines.
413413
![list of machine learning pipelines](./media/how-to-create-your-first-pipeline/list_of_pipelines.png)
414414

415415
1. Select a specific pipeline to see the run results.
416416

417-
These results are also available in your workspace in [Azure Machine Learning studio]](https://ml.azure.com).
417+
These results are also available in your workspace in [Azure Machine Learning](https://ml.azure.com).
418418

419419
### Disable a published pipeline
420420

articles/machine-learning/service/how-to-label-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/04/2019
1212

1313
# How to tag images in a labeling project
1414

15-
Once your project administrator has created a labeling project in Azure Machine Learning studio, you can use the labeling tool to rapidly prepare data for a machine learning project.
15+
Once your project administrator has created a labeling project in Azure Machine Learning, you can use the labeling tool to rapidly prepare data for a machine learning project.
1616

1717
> [!div class="checklist"]
1818
> * How to access your labeling projects

articles/machine-learning/service/how-to-schedule-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ In addition to the arguments discussed previously, you may set the `status` argu
9191

9292
## View your scheduled pipelines
9393

94-
In your Web browser, navigate to the studio. From the **Endpoints** section of the navigation panel, choose **Pipeline endpoints**. This takes you to a list of the pipelines published in the Workspace.
94+
In your Web browser, navigate to Azure Machine Learning. From the **Endpoints** section of the navigation panel, choose **Pipeline endpoints**. This takes you to a list of the pipelines published in the Workspace.
9595

96-
![Pipelines page of studio](media/how-to-schedule-pipelines/scheduled-pipelines.png)
96+
![Pipelines page of AML](media/how-to-schedule-pipelines/scheduled-pipelines.png)
9797

9898
In this page you can see summary information about all the pipelines in the Workspace: names, descriptions, status, and so forth. Drill in by clicking in your pipeline. On the resulting page, there are more details about your pipeline and you may drill down into individual runs.
9999

0 commit comments

Comments
 (0)