Technical requirements
To execute the recipes in the chapter, make sure you have the following:
- An Amazon S3 bucket.
- Permission to manage the Amazon SageMaker and Amazon S3 resources if you're using an AWS IAM user with a custom URL. If you are using the root account, then you should be able to proceed with the recipes in this chapter. However, it is recommended that you sign in as an AWS IAM user instead of using the root account in most cases. For more information, feel free to take a look at https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html.
If you do not have these prerequisites ready yet, feel free to check out the Preparing the Amazon S3 bucket and the training dataset for the linear regression experiment recipe of Chapter 1, Getting Started with Machine Learning Using Amazon SageMaker.
As the recipes in this chapter involve a bit of code, we have made these notebooks available in this book's GitHub repository: https://github...