Technical requirements
This chapter will feature a lot of coding using Jupyter notebooks within AMLS. Thus, you will need a working internet connection, an AMLS workspace, and a compute instance. ML pipelines also require a compute cluster. You will also need to have trained and registered the Iris multiclass classification model in Chapter 5, Building an AutoML Classification Solution.
The following are the prerequisites for the chapter:
- Access to the internet.
- A web browser, preferably Google Chrome or Microsoft Edge Chromium.
- A Microsoft Azure account.
- Have created an AMLS workspace.
- Have created the
compute-cluster
compute cluster in Chapter 2, Getting Started with Azure Machine Learning Service. - Understand how to navigate to the Jupyter environment from an Azure compute instance as demonstrated in Chapter 4, Building an AutoML Regression Solution.
- Have trained and registered the
Iris-Multi-Classification-AutoML
ML model in Chapter 5, Building...