Technical requirements
Like Chapter 4, Building an AutoML Regression Solution, you will be creating and training models with Python code in a Jupyter notebook running on an Azure compute instance. As such, you will require a working internet connection, an Azure Machine Learning Service (AMLS) workspace, and a compute instance. Likewise, you will need to have a working compute cluster to train models remotely while you continue to work on your notebook. 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.
- You should have created an AMLS workspace.
- You should have created a compute instance.
- You should have created the compute cluster in Chapter 2, Getting Started with Azure Machine Learning Service.
- You should understand how to navigate to the Jupyter environment from an Azure compute instance as demonstrated in Chapter 4, Building an AutoML...