Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Machine Learning With Azure DevOps [2025]
Rating: 4.1 out of 5(35 ratings)
838 students

Machine Learning With Azure DevOps [2025]

MLOPs Pipeline
Created byPavan Gatadi
Last updated 1/2025
English

What you'll learn

  • Train the Model
  • Evaluation Production Model with Train Model
  • Register Model
  • Create Scoring Docker Image
  • Deploy on ACI
  • Test ACI Webservice

Course content

2 sections10 lectures30m total length
  • Introduction0:51

    Learn to apply machine learning concepts within the DevOps process, covering model evaluation, creating scoring Docker image, deploying to the container instance, and pipeline tasks with a lab agenda reference.

  • What is Azure MLOPs? How it is use in ML?2:50
  • Azure DevOps1:52
  • Azure Machine Learning Resources1:37
  • Azure ML Source Code walk-through1:40

    Explore Azure DevOps project files, workspace setup, and docker image scripts; load sample data, train and predict a model with algorithms, and register it in the Azure ML registry.

  • Azure ML Implementation Process1:31

Requirements

  • Basic understanding of Machine learning

Description

What is MLOps?

MLOps empowers data scientists and app developers to help bring ML models to production. MLOps enables you to track / version / audit / certify / re-use every asset in your ML lifecycle and provides orchestration services to streamline managing this lifecycle.


How does Azure ML help with MLOps?

Azure ML contains a number of asset management and orchestration services to help you manage the lifecycle of your model training & deployment workflows.

With Azure ML + Azure DevOps you can effectively and cohesively manage your datasets, experiments, models, and ML-infused applications.


MLOps Best Practices


We recommend the following steps in your CI process:

  • Train Model - run training code / algo & output a model file which is stored in the run history.

  • Evaluate Model - compare the performance of newly trained model with the model in production. If the new model performs better than the production model, the following steps are executed. If not, they will be skipped.

  • Register Model - take the best model and register it with the Azure ML Model registry. This allows us to version control it.

You will learn Machine Learning Automation using Azure DevOps. Here are the below topics related to the ML.


  • Code Analysis on SonarQube

  • Training the Model

  • Evaluation of Production Model with Newly Trained Model

  • Register Model

  • Create Docker Scoring Image

  • Build and Release Pipeline

  • Deploy on Azure Container Instance

  • Test Azure Container Instance Webservice

Finally input sample data to consume the Webservice.

Who this course is for:

  • To automate ML using Azure DevOps