Book Image

Azure Machine Learning Engineering

By : Sina Fakhraee, Balamurugan Balakreshnan, Megan Masanz
Book Image

Azure Machine Learning Engineering

By: Sina Fakhraee, Balamurugan Balakreshnan, Megan Masanz

Overview of this book

Data scientists working on productionizing machine learning (ML) workloads face a breadth of challenges at every step owing to the countless factors involved in getting ML models deployed and running. This book offers solutions to common issues, detailed explanations of essential concepts, and step-by-step instructions to productionize ML workloads using the Azure Machine Learning service. You’ll see how data scientists and ML engineers working with Microsoft Azure can train and deploy ML models at scale by putting their knowledge to work with this practical guide. Throughout the book, you’ll learn how to train, register, and productionize ML models by making use of the power of the Azure Machine Learning service. You’ll get to grips with scoring models in real time and batch, explaining models to earn business trust, mitigating model bias, and developing solutions using an MLOps framework. By the end of this Azure Machine Learning book, you’ll be ready to build and deploy end-to-end ML solutions into a production system using the Azure Machine Learning service for real-time scenarios.
Table of Contents (17 chapters)
1
Part 1: Training and Tuning Models with the Azure Machine Learning Service
7
Part 2: Deploying and Explaining Models in AMLS
12
Part 3: Productionizing Your Workload with MLOps

Technical requirements

You can review all the code for this chapter at https://github.com/PacktPublishing/Azure-Machine-Learning-Engineering.

To access your workspace, recall the steps from the previous chapter:

  1. Go to https://ml.azure.com.
  2. Select your workspace name from what has been created.
  3. From the workspace user interface, on the left-hand side, click Compute.
  4. On the Compute screen, select your last used compute instance and select Start.
  5. Your compute instance will change from Stopped to Starting.
  6. In the previous chapter, we cloned this book’s GitHub repository. If you have not already done so, continue to follow the steps provided. If you have already cloned the repository, skip to step 9.
  7. Open the terminal on your compute instance. Note that the path will include your user in the directory. Type the following into your terminal to clone the sample notebooks into your working directory:
    git clone https://github.com/PacktPublishing/Azure...