Search⌘ K
AI Features

Solution: Train and Evaluate ML Model

Explore how to train and evaluate machine learning models deployed with AWS Lambda using Docker. Understand the process of scripting model training, storing data on Amazon S3, configuring Lambda permissions, and testing the deployed function for different data partitions.

We'll cover the following...

Solution

Here are the steps required to reproduce this solution:

  1. Run the train.py script to train a model and generate the data files that you’ll upload to Amazon S3 in the next step.
  2. Create a bucket to store the train/ test data used for training the
...