Technical requirements
You can review all the code for this chapter at https://github.com/PacktPublishing/Azure-Machine-Learning-Engineering.
To access your workspace, recall the steps from the previous chapter:
- Go to https://ml.azure.com.
- Select your workspace name from what has been created.
- From the workspace user interface, on the left-hand side, click Compute.
- On the Compute screen, select your last used compute instance and select Start.
- Your compute instance will change from Stopped to Starting.
- In the previous chapter, we cloned this book’s GitHub repository. If you have not already done so, continue to follow the steps provided. If you have already cloned the repository, skip to step 9.
- Open the terminal on your compute instance. Note that the path will include your user in the directory. Type the following into your terminal to clone the sample notebooks into your working directory:
git clone
https://github.com/PacktPublishing/Azure...