Challenge 3: Getting the evaluation results
< Previous Challenge - Home - Next Challenge >
Introduction
Before we start batch prediction, AutoML already reports the training results so we’ll like you to take a look at them.
Success Criteria
- Print the model evaluation results in your notebook using
list_model_evaluations
function.
Tips
You might need to make some minor changes to the code base to have a successful run
Learning Resources
Here is a pointer to help you get started.