Technical requirements
To execute the recipes in the chapter, make sure you have the following:
- An Amazon S3 bucket
- Permissions to manage the Amazon SageMaker and Amazon S3 resources if 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 of this chapter. However, it is recommended to be signed 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 the following guide: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html.
As the recipes in this chapter involve a bit of code, we have made the notebooks available in this repository: https://github.com/PacktPublishing/Machine-Learning-with-Amazon-SageMaker-Cookbook/tree/master/Chapter08. Before starting on each of the recipes of this chapter, make sure that the my-experiments/chapter08
directory is ready. If it has not yet been created, please do so now as this...