...

/

Solution: Train and Evaluate ML Model

Solution: Train and Evaluate ML Model

Let's take a look at the solution for this exercise.

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 model.
...