Skip to content

Commit 0b216f4

Browse files
committed
Extra edits
1 parent e7ec6da commit 0b216f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/v1/migrate-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To migrate to Azure Machine Learning, we recommend the following approach:
4141
> * Step 5: Clean up Studio (classic) assets
4242
> * Step 6: Review and expand scenarios
4343
44-
## Step 1: Assess Azure Machine Learning
44+
### Step 1: Assess Azure Machine Learning
4545

4646
1. Learn about [Azure Machine Learning](https://azure.microsoft.com/services/machine-learning/) and its benefits, costs, and architecture.
4747

@@ -54,8 +54,8 @@ To migrate to Azure Machine Learning, we recommend the following approach:
5454
| Drag-and-drop interface | Classic experience | Updated experience: [Azure Machine Learning designer](../concept-designer.md)|
5555
| 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 |
5656
| 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 |
5959
| Machine learning pipeline | Not supported | Build flexible, modular [pipelines](../concept-ml-pipelines.md) to automate workflows |
6060
| 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) |
6161
| 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:
7272

7373
1. Create an [Azure Machine Learning workspace](../quickstart-create-resources.md).
7474

75-
## Step 2: Define a strategy and plan
75+
### Step 2: Define a strategy and plan
7676

7777
1. Define business justifications and expected outcomes.
7878

@@ -84,7 +84,7 @@ Please work with your cloud solution architect to define your strategy.
8484

8585
For planning resources, including a planning doc template, see the [Azure Machine Learning Adoption Framework](https://aka.ms/mlstudio-classic-migration-repo).
8686

87-
## Step 3: Rebuild your first model
87+
### Step 3: Rebuild your first model
8888

8989
After you define a strategy, migrate your first model.
9090

@@ -97,15 +97,15 @@ After you define a strategy, migrate your first model.
9797
>[!NOTE]
9898
> 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).
9999
100-
## Step 4: Integrate client apps
100+
### Step 4: Integrate client apps
101101

102102
Modify client applications that invoke Studio (classic) web services to use your new [Azure Machine Learning endpoints](migrate-rebuild-integrate-with-client-app.md).
103103

104-
## Step 5: Clean up Studio (classic) assets
104+
### Step 5: Clean up Studio (classic) assets
105105

106106
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.
107107

108-
## Step 6: Review and expand scenarios
108+
### Step 6: Review and expand scenarios
109109

110110
1. Review the model migration for best practices and validate workloads.
111111

0 commit comments

Comments
 (0)