Event banner
Automated ML (Machine Learning) AMA (Ask Microsoft Anything)
Event Ended
Tuesday, May 31, 2022, 09:00 AM PDTEvent details
We are very excited to announce an Automated ML (Machine Learning) AMA!
An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AMA give...
EricStarker
Updated May 20, 2022
MurrayFoxcroft
May 31, 2022Copper Contributor
Is there MlOps for Automated ML? Where would be the best place to start?
cesardl
Microsoft
May 31, 2022MLOps for AutomatedML is practically the same MLOps approaches for the general Azure ML. The only difference is that with AutoML SDK 1 you use the AutoMLStep in Azure ML pipelines (SDK 1) or using AutoML Jobs functions in Pipelines (SDK 2), but the rest of the approaches are the same. You can start here:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/manage/mlops-machine-learning
- cesardlMay 31, 2022
Microsoft
Also, see this example notebook using AutoMLStep in Pipelines (Python SDK 1): https://github.com/Azure/azureml-examples/tree/main/python-sdk/tutorials/automl-with-azureml/continuous-retraining- cesardlMay 31, 2022
Microsoft
In addition, this documentation is related to MLOps, covering ML model's lifecycle in Azure ML: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-manage-models?tabs=use-local