Technical requirements
For this chapter, you will be building models with Python code in Jupyter notebooks through Azure Machine Learning (AML) studio. Furthermore, you will be using datasets and Azure resources that you should have created in previous chapters. As such, the full list of requirements is as follows:
- Access to the internet
- A web browser, preferably Google Chrome or Microsoft Edge Chromium
- A Microsoft Azure account
- An Azure Machine Learning workspace
- The
titanic-compute-instance
compute instance created in Chapter 2, Getting Started with Azure Machine Learning - The
compute-cluster
compute cluster created in Chapter 2, Getting Started with Azure Machine Learning - The
Titanic Training Data
dataset from Chapter 3, Training your First AutoML Model - An understanding of how to navigate to the Jupyter environment from an Azure compute instance as demonstrated in Chapter 4, Building an AutoML Regression Solution