|
1 | 1 | ---
|
2 | 2 | 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)? |
4 | 4 | services: machine-learning
|
5 | 5 | ms.service: machine-learning
|
6 | 6 | ms.subservice: core
|
7 | 7 | ms.topic: overview
|
8 | 8 | author: j-martens
|
9 | 9 | ms.author: jmartens
|
10 |
| -ms.date: 10/29/2019 |
| 10 | +ms.date: 03/24/2020 |
11 | 11 | ---
|
12 |
| - |
13 | 12 |
|
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) |
20 | 14 |
|
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. |
22 | 16 |
|
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) |
24 | 18 |
|
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 |
26 | 20 |
|
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 | |
29 | 31 |
|
30 |
| -## Comparison: Azure Machine Learning vs. Machine Learning Studio (classic) |
31 | 32 |
|
32 |
| -Here is a quick comparison. |
| 33 | +## Migrate from Machine Learning Studio (classic) |
33 | 34 |
|
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. |
46 | 36 |
|
47 | 37 | ## Get started with Azure Machine Learning
|
48 | 38 |
|
|
0 commit comments