This repository contains code to train and deploy PyTorch models with Amazon sagemaker to classify moon data that has been created with scitkit-learn.
- Generating the moon data
- Loading it into an S3 bucket
- Defining a PyTorch binary classifier
- Completing a training script
- Training and deploying the custom model
- Evaluating its performance