- Lab
- A Cloud Guru
Run a Batch Inferencing Pipeline and Obtain Outputs
In this hands-on lab, you will become familiar with creating a batch inferencing pipeline and obtaining its outputs in Azure Machine Learning, using the Python SDK. You can compose the code from scratch or walk through the process using a prepared notebook.
Path Info
Table of Contents
-
Challenge
Create a Compute Resource and Access the Provided Jupyter Notebook
Utilize the provisioned workspace to create a compute instance. This will be used to power a Jupyter Notebook and execute your machine learning tasks. Choose the smallest-/least-expensive general purpose machine size from the recommended options. NOTE: This compute is used to run the notebook, another compute cluster, already provisioned for you, is used as the compute target in your inferencing pipeline. These are two different things.
If you plan to utilize the existing Jupyter Notebook with the data and steps required to create and run the experiment already preconfigured, clone the repo from GitHub.
-
Challenge
Train and Register a Model
Train and register a model to use in your batch inferencing pipeline.
-
Challenge
Simulate Sample Data
Generate random data to simulate the thousands of patient records that are uploaded each day.
-
Challenge
Create and Run a Batch Inferencing Pipeline
Build the necessary steps to create a batch inferencing pipeline, and then execute it.
-
Challenge
View the Results
Obtain the outputs produced by the experiment.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.