Technical requirements
To follow along with the code examples in this chapter, you will need the following:
- Web browser (for the best experience, it is recommended that you use Chrome or Firefox browsers).
- Access to the AWS account that we used in Chapter 6, Automating the Machine Learning Process Using AWS Step Functions.
- Access to the Cloud9 development environment we used in Chapter 6, Automating the Machine Learning Process Using AWS Step Functions.
- We will once again be working within the usage limits of the AWS Free Tier to avoid incurring unnecessary costs.
- Access to the SageMaker Studio environment we created in Chapter 2, Automating Machine Learning Model Development Using SageMaker Autopilot.
- Source code examples and Jupyter Notebooks are provided in the companion GitHub repository for this chapter (https://github.com/PacktPublishing/Automated-Machine-Learning-on-AWS/tree/main/Chapter07). The code examples should already be available in the Cloud9...