Technical requirements
You will need to have access to an Azure subscription. Within that subscription, you will need a resource group named packt-azureml-rg
. You will need to have either a Contributor
or Owner
Access control (IAM) role at the resource group level. Within that resource group, you should have already deployed a machine learning resource named packt-learning-mlw
, as described in Chapter 2, Deploying Azure Machine Learning Workspace Resources.
You will also need to have a basic understanding of the Python language. The code snippets in this chapter target Python version 3.6 or later. You should know the basics of how a Jupyter notebook works and how the variables that you defined in one cell exist in the execution context of others.
You can find all the notebooks and code snippets for this chapter on GitHub at http://bit.ly/dp100-ch07.