Skip to content

Commit 1532938

Browse files
committed
Feedback
1 parent 44481bf commit 1532938

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

articles/machine-learning/compare-azure-ml-to-studio-classic.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,45 @@ ms.subservice: core
77
ms.topic: overview
88
author: j-martens
99
ms.author: jmartens
10-
ms.date: 03/24/2020
10+
ms.date: 03/25/2020
1111
---
1212

1313
# Azure Machine Learning vs Machine Learning Studio (classic)
1414

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).
1616

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 build and deploy machine learning models. Studio (classic) only offers a standalone drag-and-drop experience.
1818

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.
2020

2121
## Quick comparison
2222

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):
2424

25-
| | Azure Machine Learning | Machine Learning Studio (classic) |
25+
| | Machine Learning Studio (classic) | Azure Machine Learning |
2626
|---| --- | --- |
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 management and deployment |
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 |
31+
| ML Pipeline | Not supported | Build flexible, modular [pipelines](concept-ml-pipelines.md) to automate workflows |
32+
| MLOps | Basic model management and deployment | Entity versioning (model, data, workflows), workflow automation, integration with CICD tooling, [and more](concept-model-management-and-deployment.md) |
33+
| 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) |
3636

3737

3838
## Migrate from Machine Learning Studio (classic)
3939

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.
4141

4242
## Get started with Azure Machine Learning
4343

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.
4545

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).
4749

4850
- [Create your first designer pipeline](tutorial-designer-automobile-price-train-score.md) to predict auto prices.
4951

@@ -54,6 +56,6 @@ The following resources can help you get started with Azure Machine Learning
5456
In addition to the drag-and-drop capabilities in the designer, Azure Machine Learning has other tools available:
5557
+ [Use Python notebooks to train & deploy ML models](tutorial-1st-experiment-sdk-setup.md)
5658
+ [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)
5860
+ [Use the machine learning CLI to train and deploy a model](tutorial-train-deploy-model-cli.md)
5961

0 commit comments

Comments
 (0)