Skip to content

Commit 3d94373

Browse files
author
Larry Franks
committed
incorporating feedback
1 parent 91d3a54 commit 3d94373

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,32 @@ ms.topic: conceptual
1010
ms.author: deeikele
1111
author: deeikele
1212
ms.reviewer: sgilley
13-
ms.date: 08/26/2022
13+
ms.date: 03/13/2023
1414
#Customer intent: As a data scientist, I want to understand the purpose of a workspace for Azure Machine Learning.
1515
---
1616

1717

1818
# What is an Azure Machine Learning workspace?
1919

20-
Workspaces are places to collaborate with colleagues and group related work. For example, experiments, jobs, datasets, components, and inference endpoints. The workspace also keeps a history of all training jobs, including logs, metrics, output, and a snapshot of your scripts. You use this information to determine which training run produces the best model. Once you have a model you like, you register it with the workspace. You then use the registered model and scoring scripts to deploy to an [online endpoint](concept-endpoints.md) as a REST-based HTTP endpoint.
20+
Workspaces are places to collaborate with colleagues and group related work. For example, experiments, jobs, datasets, components, and inference endpoints.
21+
22+
:::image type="content" source="./media/concept-workspace/workspace.png" alt-text="Screenshot of the Azure Machine Learning workspace.":::
2123

2224
We recommend creating a workspace _per project_. While a workspace can be used for multiple projects, limiting it to one project per workspace allows for cost reporting accrued to a project level. It also allows you to manage configurations like datastores in the scope of each project.
2325

24-
> [!TIP]
25-
> For collaboration between workspaces, consider [Azure Machine Learning registries (preview)](how-to-share-models-pipelines-across-workspaces-with-registries.md).
26+
27+
## Working with a workspace
28+
29+
Machine learning tasks read and/or write artifacts to your workspace.
30+
31+
+ Run an experiment to train a model - writes job run results to the workspace.
32+
+ Use automated ML to train a model - writes training results to the workspace.
33+
+ Register a model in the workspace.
34+
+ Deploy a model - uses the registered model to create a deployment.
35+
+ Create and run reusable workflows.
36+
+ View machine learning artifacts such as jobs, pipelines, models, deployments.
37+
+ Track and monitor models.
38+
+ You can share assets between workspaces using [Azure Machine Learning registries (preview)](how-to-share-models-pipelines-across-workspaces-with-registries.md).
2639

2740
## Taxonomy
2841

@@ -48,18 +61,6 @@ You can interact with your workspace in the following ways:
4861
+ On the command line using the Azure Machine Learning [CLI extension](how-to-configure-cli.md)
4962
+ [Azure Machine Learning VS Code Extension](how-to-manage-resources-vscode.md#workspaces)
5063

51-
## Machine learning with a workspace
52-
53-
Machine learning tasks read and/or write artifacts to your workspace.
54-
55-
+ Run an experiment to train a model - writes job run results to the workspace.
56-
+ Use automated ML to train a model - writes training results to the workspace.
57-
+ Register a model in the workspace.
58-
+ Deploy a model - uses the registered model to create a deployment.
59-
+ Create and run reusable workflows.
60-
+ View machine learning artifacts such as jobs, pipelines, models, deployments.
61-
+ Track and monitor models.
62-
6364
## Workspace management
6465

6566
You can also perform the following workspace management tasks:
128 KB
Loading

0 commit comments

Comments
 (0)