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
| Code SDKs | Not supported | Fully integrated with Azure Machine Learning [Python](/python/api/overview/azure/ml/) and [R](https://github.com/Azure/azureml-sdk-for-r) SDKs |
56
56
| Experiment | Scalable (10-GB training data limit) | Scale with compute target |
57
-
| Training compute targets | Proprietary compute target, CPU support only | Wide range of customizable [training compute targets](../concept-compute-target.md#training-compute-targets)<br><br> Includes GPU and CPU support |
58
-
| Deployment compute targets | Proprietary web service format, not customizable | Wide range of customizable [deployment compute targets](../concept-compute-target.md#compute-targets-for-inference)<br><br> Includes GPU and CPU support |
57
+
| Training compute targets | Proprietary compute target, CPU support only | Wide range of customizable [training compute targets](../concept-compute-target.md#training-compute-targets); includes GPU and CPU support |
58
+
| Deployment compute targets | Proprietary web service format, not customizable | Wide range of customizable [deployment compute targets](../concept-compute-target.md#compute-targets-for-inference); includes GPU and CPU support |
59
59
| Machine learning pipeline | Not supported | Build flexible, modular [pipelines](../concept-ml-pipelines.md) to automate workflows |
60
60
| MLOps | Basic model management and deployment; CPU-only deployments | Entity versioning (model, data, workflows), workflow automation, integration with CICD tooling, CPU and GPU deployments, [and more](../concept-model-management-and-deployment.md)|
61
61
| Model format | Proprietary format, Studio (classic) only | Multiple supported formats depending on training job type |
@@ -72,7 +72,7 @@ To migrate to Azure Machine Learning, we recommend the following approach:
72
72
73
73
1. Create an [Azure Machine Learning workspace](../quickstart-create-resources.md).
74
74
75
-
## Step 2: Define a strategy and plan
75
+
###Step 2: Define a strategy and plan
76
76
77
77
1. Define business justifications and expected outcomes.
78
78
@@ -84,7 +84,7 @@ Please work with your cloud solution architect to define your strategy.
84
84
85
85
For planning resources, including a planning doc template, see the [Azure Machine Learning Adoption Framework](https://aka.ms/mlstudio-classic-migration-repo).
86
86
87
-
## Step 3: Rebuild your first model
87
+
###Step 3: Rebuild your first model
88
88
89
89
After you define a strategy, migrate your first model.
90
90
@@ -97,15 +97,15 @@ After you define a strategy, migrate your first model.
97
97
>[!NOTE]
98
98
> This guidance is built on top of Azure Machine Learning v1 concepts and features. Azure Machine Learning has CLI v2 and Python SDK v2. We suggest that you rebuild your Studio (classic) models using v2 instead of v1. Start with [Azure Machine Learning v2](../concept-v2.md).
99
99
100
-
## Step 4: Integrate client apps
100
+
###Step 4: Integrate client apps
101
101
102
102
Modify client applications that invoke Studio (classic) web services to use your new [Azure Machine Learning endpoints](migrate-rebuild-integrate-with-client-app.md).
103
103
104
-
## Step 5: Clean up Studio (classic) assets
104
+
###Step 5: Clean up Studio (classic) assets
105
105
106
106
To avoid extra charges, [clean up Studio (classic) assets](../classic/export-delete-personal-data-dsr.md). You might want to retain assets for fallback until you've validated Azure Machine Learning workloads.
107
107
108
-
## Step 6: Review and expand scenarios
108
+
###Step 6: Review and expand scenarios
109
109
110
110
1. Review the model migration for best practices and validate workloads.
0 commit comments