End-To-End Machine Learning Operations (Mlops) With Azure Machine Learning
The document outlines the end-to-end MLOps process using Azure Machine Learning, detailing the roles of data engineers, data scientists, and machine learning engineers. It emphasizes the importance of infrastructure management through Azure Blob Storage and infrastructure as code (IAAC) for recovery and recreation. Additionally, it describes the use of Azure DevOps for project management and the deployment pipeline across development, staging, and production environments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views1 page
End-To-End Machine Learning Operations (Mlops) With Azure Machine Learning
The document outlines the end-to-end MLOps process using Azure Machine Learning, detailing the roles of data engineers, data scientists, and machine learning engineers. It emphasizes the importance of infrastructure management through Azure Blob Storage and infrastructure as code (IAAC) for recovery and recreation. Additionally, it describes the use of Azure DevOps for project management and the deployment pipeline across development, staging, and production environments.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
End-to-end machine learning
operations (MLOps) with Azure
Machine Learning All data will be stored in an Azure Blob Storage, which will be managed by the data engineer. The infrastructure team will create necessary Azure resources like the Azure Machine Learning workspace. The data scientist will focus on the inner loop: developing and training the model. The machine learning engineer will take the trained model and deploy it in the outer loop.
Azure DevOps: project management
Train the model in staging, test it in staging, and put in production
1. Make sure we have the proper infrastructure
2. Important to recover and recreate the infrastructure: infrastructure as code (IAAC) 3. Use pipeline to create Azure Machine Learning Workspace a. Go to “Library”, create new variable group, (mlops-wsh-vg) b. Use either YAML or classic editor to create the pipeline