Skip to content

Commit 26e8163

Browse files
committed
Update compare
1 parent adf8c07 commit 26e8163

File tree

2 files changed

+21
-53
lines changed

2 files changed

+21
-53
lines changed

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

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,38 @@
11
---
22
title: Azure Machine Learning vs. Machine Learning Studio (classic)
3-
description: How Azure Machine Learning is different from Machine Learning Studio (classic)
3+
description: What's the difference between Azure Machine Learning and Machine Learning Studio (classic)?
44
services: machine-learning
55
ms.service: machine-learning
66
ms.subservice: core
77
ms.topic: overview
88
author: j-martens
99
ms.author: jmartens
10-
ms.date: 10/29/2019
10+
ms.date: 03/24/2020
1111
---
12-
1312

14-
# How Azure Machine Learning differs from Machine Learning Studio (classic)
15-
16-
This article compares the features, capabilities, and interface of Azure Machine Learning to Machine Learning Studio (classic).
17-
18-
## About Machine Learning Studio (classic)
19-
[Machine Learning Studio (classic)](studio/what-is-ml-studio.md) is a collaborative, drag-and-drop visual workspace where you can build, test, and deploy machine learning solutions without needing to write code. It uses prebuilt and preconfigured machine learning algorithms and data-handling modules as well as a proprietary compute platform.
13+
# Azure Machine Learning vs Machine Learning Studio (classic)
2014

21-
## About Azure Machine Learning
15+
Azure Machine Learning provides both SDKs **and** the "drag-and-drop" designer to build machine learning models. Studio (classic) only offers a standalone drag-and-drop experience.
2216

23-
Meanwhile, [Azure Machine Learning](overview-what-is-azure-ml.md) provides both a web interface called the designer (preview) **and** several SDKs and CLI to quickly prep data, train and deploy machine learning models. With Azure Machine Learning you get scale, multiple framework support, advanced ML capabilities like automated machine learning and pipeline support.
17+
We recommend that new users start with Azure Machine Learning for a wide range of 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)
2418

25-
Azure Machine Learning designer provides a similar drag-and-drop experience to Studio (classic). However, unlike the proprietary compute platform of Studio (classic), the designer uses your own compute resources, is scalable, and is fully integrated into Azure Machine Learning.
19+
## Quick comparison
2620

27-
> [!TIP]
28-
> Customers currently using or evaluating Machine Learning Studio (classic) are encouraged to try [Azure Machine Learning designer](https://docs.microsoft.com/azure/machine-learning/concept-designer) (preview), which provides drag and drop ML modules __plus__ scalability, version control, and enterprise security.
21+
| | Azure Machine Learning | Machine Learning Studio (classic) |
22+
|---| --- | --- |
23+
| Drag and drop interface | Yes - [Azure Machine Learning designer (preview)](concept-designer.md) | Yes |
24+
| Experiment | Scale with compute target | Scalable (10-GB training data limit) |
25+
| 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|
26+
| 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 |
27+
| ML Pipeline | [Supported](concept-ml-pipelines.md) | Not supported |
28+
| MLOps | [Configurable deployment](concept-model-management-and-deployment.md) - model, pipeline, and dataset versioning and tracking | Basic model management and deployment |
29+
| Model format | Standard format depending on training job type | Proprietary format, Studio (classic) only |
30+
| Automated model training and hyperparameter tuning | [Supported in the SDK and visual workspace](concept-automated-ml.md) | No |
2931

30-
## Comparison: Azure Machine Learning vs. Machine Learning Studio (classic)
3132

32-
Here is a quick comparison.
33+
## Migrate from Machine Learning Studio (classic)
3334

34-
|| Azure Machine Learning designer|Studio (classic) |
35-
|---| --- | --- |
36-
||The designer is in preview, Azure Machine Learning is GA|Generally available (GA) |
37-
|Drag-and-drop interface| Yes | Yes|
38-
|Experiment| Scale with compute target|Scale (10GB training data limit) |
39-
|Modules for interface| [Many popular modules](algorithm-module-reference/module-reference.md) | Many |
40-
|Training compute targets| AML Compute(GPU/CPU)|Proprietary compute target, CPU only|
41-
|Inferencing compute targets| Azure Kubernetes Service for real-time inference <br/>AML Compute for batch inference|Proprietary web service format, not customizable |
42-
|ML Pipeline| Pipeline authoring <br/> Published pipeline <br/> Pipeline endpoint <br/> [Learn more about ML pipeline](concept-ml-pipelines.md)|Not supported |
43-
|ML Ops| Configurable deployment, model and pipeline versioning|Basic model management and deployment |
44-
|Model| Standard format, various depends on the training job|Proprietary, non portable format.|
45-
|Automated model training|Not yet in the designer, but possible through the interface and SDKs.| No |
35+
Currently, there's no way to migrate Studio (classic) experiments to Azure Machine Learning designer (preview). However, we'll provide a migration path after 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.
4636

4737
## Get started with Azure Machine Learning
4838

articles/machine-learning/studio/what-is-ml-studio.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: e65c8fe1-7991-4a2a-86ef-fd80a7a06269
1111
ms.service: machine-learning
1212
ms.subservice: studio
1313
ms.topic: overview
14-
ms.date: 10/17/2019
14+
ms.date: 03/24/2020
1515
---
1616
# What is Machine Learning Studio (classic)?
1717

@@ -23,6 +23,8 @@ Microsoft Azure Machine Learning Studio (classic) is a collaborative, drag-and-d
2323

2424
Machine Learning Studio (classic) is where data science, predictive analytics, cloud resources, and your data meet.
2525

26+
To learn more about the differences between Machine Learning Studio (classic) and Azure Machine Learning see [Azure Machine Learning vs Machine Learning Studio (classic)](../compare-azure-ml-to-studio-classic.md)
27+
2628
## The Machine Learning Studio (classic) interactive workspace
2729
To develop a predictive analysis model, you typically use data from one or more sources, transform, and analyze that data through various data manipulation and statistical functions, and generate a set of results. Developing a model like this is an iterative process. As you modify the various functions and their parameters, your results converge until you are satisfied that you have a trained, effective model.
2830

@@ -32,30 +34,6 @@ There is no programming required, visually connect datasets and modules to const
3234

3335
![Azure Machine Learning Studio (classic) diagram: Create experiments, read data for many sources, write scored data, write models.](./media/what-is-ml-studio/azure-ml-studio-diagram.jpg)
3436

35-
<a name="compare"></a>
36-
## How does Machine Learning Studio (classic) differ from Azure Machine Learning?
37-
38-
[Azure Machine Learning](../overview-what-is-azure-ml.md) provides both SDKs **-and-** the Azure Machine Learning designer (preview), to quickly prep data, train and deploy machine learning models. The designer provides a similar drag-and-drop experience to Studio (classic). However, unlike the proprietary compute platform of Studio (classic), the designer uses your own compute resources and is fully integrated into Azure Machine Learning.
39-
40-
Here is a quick comparison:
41-
42-
|| Machine Learning Studio (classic) | Azure Machine Learning |
43-
|---| --- | --- |
44-
| Drag and drop interface | Yes | Yes - [Azure Machine Learning designer (preview)](../concept-designer.md) |
45-
| Experiment | Scalable (10-GB training data limit) | Scale with compute target |
46-
| Modules for drag-and-drop interface | Many | Initial set of popular [modules](../algorithm-module-reference/module-reference.md)|
47-
|Training compute targets| Proprietary compute target, CPU support only| Supports Azure Machine Learning compute (GPU or CPU) and Notebook VMs.<br/>([Other computes supported in SDK](../concept-compute-target.md#train))|
48-
|Inferencing compute targets| Proprietary web service format, not customizable | Azure Kubernetes Service and AML Compute <br/>([Other computes supported in SDK](../how-to-deploy-and-where.md)) |
49-
| ML Pipeline | Not supported | [Pipelines](../concept-ml-pipelines.md) supported |
50-
| MLOps | Basic model management and deployment | Configurable deployment - model and pipeline versioning and tracking |
51-
| Model format | Proprietary format, Studio (classic) only | Standard format depending on training job type |
52-
|Automated model training and hyperparameter tuning | No | Not yet in the designer <br/> ([Supported in the SDK and workspace landing page](../concept-automated-ml.md)) |
53-
54-
Try out the designer with [Tutorial: Predict automobile price with the designer](../tutorial-designer-automobile-price-train-score.md)
55-
56-
> [!NOTE]
57-
> Models created in Studio (classic) can't be deployed or managed by Azure Machine Learning. However, models created and deployed in the designer can be managed through the Azure Machine Learning workspace.
58-
5937
## Download the Machine Learning Studio (classic) overview diagram
6038
Download the **Microsoft Azure Machine Learning Studio (classic) Capabilities Overview** diagram and get a high-level view of the capabilities of Machine Learning Studio (classic). To keep it nearby, you can print the diagram in tabloid size (11 x 17 in.).
6139

0 commit comments

Comments
 (0)