You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a data scientist, I want to create a workspace so that I can start to use Azure Machine Learning.
16
18
---
17
19
18
-
# Create resources you need to get started
20
+
# Tutorial: Create resources you need to get started
19
21
20
-
In this article, you'll create the resources you need to start working with Azure Machine Learning.
22
+
In this tutorial, you will create the resources you need to start working with Azure Machine Learning.
21
23
22
-
* A *workspace*. To use Azure Machine Learning, you'll first need a workspace. The workspace is the central place to view and manage all the artifacts and resources you create.
23
-
* A *compute instance*. A compute instance is a pre-configured cloud-computing resource that you can use to train, automate, manage, and track machine learning models. A compute instance is the quickest way to start using the Azure Machine Learning SDKs and CLIs. You'll use it to run Jupyter notebooks and Python scripts in the rest of the tutorials.
24
+
> [!div class="checklist"]
25
+
>* A *workspace*. To use Azure Machine Learning, you'll first need a workspace. The workspace is the central place to view and manage all the artifacts and resources you create.
26
+
>* A *compute instance*. A compute instance is a pre-configured cloud-computing resource that you can use to train, automate, manage, and track machine learning models. A compute instance is the quickest way to start using the Azure Machine Learning SDKs and CLIs. You'll use it to run Jupyter notebooks and Python scripts in the rest of the tutorials.
27
+
28
+
This video shows you how to create a workspace and compute instance. The steps are also described in the sections below.
0 commit comments