Skip to content

Commit d04f0ad

Browse files
committed
fix bookmarks
1 parent c4da6a8 commit d04f0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/machine-learning-compare-classic-aml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The following table summarizes the key differences between ML Studio (classic) a
1313
| Drag and drop interface | Classic experience | Updated experience - [Azure Machine Learning designer](../articles/machine-learning/concept-designer.md)|
1414
| 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 |
1515
| Experiment | Scalable (10-GB training data limit) | Scale with compute target |
16-
| Training compute targets | Proprietary compute target, CPU support only | Wide range of customizable [training compute targets](../articles/machine-learning/concept-compute-target.md#train). Includes GPU and CPU support |
17-
| Deployment compute targets | Proprietary web service format, not customizable | Wide range of customizable [deployment compute targets](../articles/machine-learning/concept-compute-target.md#deploy). Includes GPU and CPU support |
16+
| Training compute targets | Proprietary compute target, CPU support only | Wide range of customizable [training compute targets](../articles/machine-learning/concept-compute-target.md#training-compute-targets). Includes GPU and CPU support |
17+
| Deployment compute targets | Proprietary web service format, not customizable | Wide range of customizable [deployment compute targets](../articles/machine-learning/concept-compute-target.md#compute-targets-for-inference). Includes GPU and CPU support |
1818
| ML Pipeline | Not supported | Build flexible, modular [pipelines](../articles/machine-learning/concept-ml-pipelines.md) to automate workflows |
1919
| 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](../articles/machine-learning/concept-model-management-and-deployment.md) |
2020
| Model format | Proprietary format, Studio (classic) only | Multiple supported formats depending on training job type |

0 commit comments

Comments
 (0)