Skip to content

Commit 076b60b

Browse files
committed
.
1 parent e5e4a4d commit 076b60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-machine-learning-registries-mlops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ This article describes how Azure Machine Learning registries decouple machine le
2121
- Subscriptions. Development environments and production environments often use separate subscriptions for billing, budgeting, and cost management purposes.
2222
- Regions. You might need to deploy to different Azure regions to support latency and redundancy requirements.
2323

24-
In the preceding scenarios, you might use different Azure Machine Learning workspaces for development, testing, and production. This configuration presents the following challenges for model training and deployment:
24+
In the preceding scenarios, you might use different Azure Machine Learning workspaces for development, testing, and production. This configuration presents the following potential challenges for model training and deployment:
2525

2626
- You might need to train a model in a development workspace, but deploy it to an endpoint in a production workspace, possibly in a different Azure subscription or region. In this case, you must be able to trace back the training job. For example, if you encounter accuracy or performance issues with the production deployment, you need to analyze the metrics, logs, code, environment, and data you used to train the model.
2727

28-
- You need to develop a training pipeline with test data or anonymized data in the development workspace, but retrain the model with production data in the production workspace. In this case, you might need to compare training metrics on sample vs. production data to ensure the training optimizations perform well with actual data.
28+
- You might need to develop a training pipeline with test data or anonymized data in the development workspace, but retrain the model with production data in the production workspace. In this case, you might need to compare training metrics on sample vs. production data to ensure the training optimizations perform well with actual data.
2929

3030
## Cross-workspace MLOps with registries
3131

0 commit comments

Comments
 (0)