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...
We'll cover the following...
Solution
Here are the steps required to reproduce this solution:
- Run the
train.pyscript to train a model and generate the data files that you’ll upload to Amazon S3 in the next step. - Create a bucket to store the train/ test data used for training the