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
Copy file name to clipboardExpand all lines: articles/machine-learning/compare-azure-ml-to-studio-classic.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,43 +7,45 @@ ms.subservice: core
7
7
ms.topic: overview
8
8
author: j-martens
9
9
ms.author: jmartens
10
-
ms.date: 03/24/2020
10
+
ms.date: 03/25/2020
11
11
---
12
12
13
13
# Azure Machine Learning vs Machine Learning Studio (classic)
14
14
15
-
You can use both Azure Machine Learning and Machine Learning Studio (classic) to build and deploy machine learning models. In this article, you learn the differences between the two offerings.
15
+
In this article, you learn the difference between Azure Machine Learning and Machine Learning Studio (classic).
16
16
17
-
Azure Machine Learning provides both SDKs **and** the "drag-and-drop" designer to build, deploy, and manage machine learning models. Studio (classic) only offers a standalone drag-and-drop experience.
17
+
Azure Machine Learning provides Python and R SDKs **and** the "drag-and-drop" designer to buildand deploy machine learning models. Studio (classic) only offers a standalone drag-and-drop experience.
18
18
19
-
We recommend that new users start with Azure Machine Learning for a comprehensive set of the most cutting-edge machine learning tools. For more information on what Azure Machine Learning has to offer, see [What is Azure Machine Learning?](overview-what-is-azure-ml.md)
19
+
We recommend that new users choose Azure Machine Learning for the widest range of cutting-edge machine learning tools.
20
20
21
21
## Quick comparison
22
22
23
-
The following table summarizes some of the key differences betwee Azure Machine Learning and Studio (classic):
23
+
The following table summarizes some of the key differences between Azure Machine Learning and Studio (classic):
24
24
25
-
||Azure Machine Learning | Machine Learning Studio (classic) |
25
+
|| Machine Learning Studio (classic) |Azure Machine Learning |
26
26
|---| --- | --- |
27
-
| Drag and drop interface | Supported - [Azure Machine Learning designer (preview)](concept-designer.md)| Supported|
28
-
| Experiment |Scale with compute target |Scalable (10-GB training data limit) |
29
-
| Training compute targets |Supports Azure Machine Learning compute (GPU or CPU) and Notebook VMs.<br/>([Other computes supported in SDK](concept-compute-target.md#train))| Proprietary compute target, CPU support only|
30
-
|Inferencing compute targets |Azure Kubernetes Service and AML Compute <br/>([Other computes supported in SDK](how-to-deploy-and-where.md)) | Proprietary web service format, not customizable|
31
-
| ML Pipeline |[Supported](concept-ml-pipelines.md)| Not supported|
32
-
| MLOps |[Configurable deployment](concept-model-management-and-deployment.md) - model, pipeline, and dataset versioning and tracking | Basic model managementanddeployment |
33
-
| Model format |Standard format depending on training job type | Proprietary format, Studio (classic) only|
34
-
| Automated model training and hyperparameter tuning |[Supported in the SDK and visual workspace](concept-automated-ml.md)| Not supported|
35
-
| Data drift detection |[Supported in SDK and visual workspace](how-to-monitor-datasets.md)| Not supported|
27
+
| Drag and drop interface | Supported | Supported - [Azure Machine Learning designer (preview)](concept-designer.md)|
28
+
| Experiment | Scalable (10-GB training data limit)| Scale with compute target|
29
+
| Training compute targets |Proprietary compute target, CPU support only | Wide range of customizable [training compute targets](concept-compute-target.md#train). Includes GPU and CPU support |
30
+
|Deployment compute targets |Proprietary web service format, not customizable | Wide range of customizable [deployment compute targets](concept-compute-target.md#deploy). Includes GPU and CPU support|
| Model format |Proprietary format, Studio (classic) only | Multiple supported formats depending on training job type|
34
+
| Automated model training and hyperparameter tuning | Not supported |[Supported in the SDK and visual workspace](concept-automated-ml.md)|
35
+
| Data drift detection |Not supported |[Supported in SDK and visual workspace](how-to-monitor-datasets.md)|
36
36
37
37
38
38
## Migrate from Machine Learning Studio (classic)
39
39
40
-
Currently, there's no way to migrate Studio (classic) assets to Azure Machine Learning designer (preview). However, we'll provide a migration path once the designer becomes generally available. Until then, we encourage users to try the designer, which provides a familiar drag-and-drop experience with improved workflow **plus** scalability, version control, and enterprise security.
40
+
Currently, there's no way to migrate Studio (classic) assets to Azure Machine Learning designer (preview). Current Studio (classic) users can continue to use their machine learning assets. However, we encourage all users to considering using the designer, which provides a familiar drag-and-drop experience with improved workflow **plus** scalability, version control, and enterprise security.
41
41
42
42
## Get started with Azure Machine Learning
43
43
44
-
The following resources can help you get started with Azure Machine Learning
44
+
The following resources can help you get started with Azure Machine Learning.
45
45
46
-
- Read the [Azure Machine Learning overview](tutorial-first-experiment-automated-ml.md)
46
+
- Read the [Azure Machine Learning overview](overview-what-is-azure-ml.md).
47
+
48
+
- Create your [first experiment with the Python SDK](tutorial-1st-experiment-sdk-setup.md).
47
49
48
50
-[Create your first designer pipeline](tutorial-designer-automobile-price-train-score.md) to predict auto prices.
49
51
@@ -54,6 +56,6 @@ The following resources can help you get started with Azure Machine Learning
54
56
In addition to the drag-and-drop capabilities in the designer, Azure Machine Learning has other tools available:
55
57
+[Use Python notebooks to train & deploy ML models](tutorial-1st-experiment-sdk-setup.md)
56
58
+[Use R Markdown to train & deploy ML models](tutorial-1st-r-experiment.md)
57
-
+[Use automated machine learning to train & deploy ML models](tutorial-designer-automobile-price-train-score.md)
59
+
+[Use automated machine learning to train & deploy ML models](tutorial-first-experiment-automated-ml.md)
58
60
+[Use the machine learning CLI to train and deploy a model](tutorial-train-deploy-model-cli.md)
0 commit comments