Technical requirements
To execute the recipes in the chapter, make sure that you have the following ready:
- A running Amazon SageMaker notebook instance (for example,
ml.t2.large
) - An Amazon S3 bucket
If you do not have these prerequisites ready yet, feel free to check the Launching an Amazon SageMaker notebook instance and Preparing the Amazon S3 bucket and the training dataset for the linear regression experiment recipes from 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 scripts and notebooks available in this repository: https://github.com/PacktPublishing/Machine-Learning-with-Amazon-SageMaker-Cookbook/tree/master/Chapter03.
As seen in Figure 3.1, we have the source code for the recipes in this chapter organized inside the Chapter03
directory of the Machine...