Skip to content

Commit 44481bf

Browse files
committed
Writing
1 parent 4b2b816 commit 44481bf

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,32 @@ ms.date: 03/24/2020
1212

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

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

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

1921
## Quick comparison
2022

23+
The following table summarizes some of the key differences betwee Azure Machine Learning and Studio (classic):
24+
2125
| | Azure Machine Learning | Machine Learning Studio (classic) |
2226
|---| --- | --- |
23-
| Drag and drop interface | Yes - [Azure Machine Learning designer (preview)](concept-designer.md) | Yes |
27+
| Drag and drop interface | Supported - [Azure Machine Learning designer (preview)](concept-designer.md) | Supported |
2428
| Experiment | Scale with compute target | Scalable (10-GB training data limit) |
2529
| 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|
2630
| 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 |
2731
| ML Pipeline | [Supported](concept-ml-pipelines.md) | Not supported |
2832
| MLOps | [Configurable deployment](concept-model-management-and-deployment.md) - model, pipeline, and dataset versioning and tracking | Basic model management and deployment |
2933
| 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 |
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 |
3136

3237

3338
## Migrate from Machine Learning Studio (classic)
3439

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

3742
## Get started with Azure Machine Learning
3843

0 commit comments

Comments
 (0)