Challenge 4: Time for batch prediction
Introduction
What good is a model if you don’t run inference against it? We’ll use the model generated in the previous challenge to run batch prediction against it. Again, we have the code skeleton ready for you.
Success Criteria
- Print the model batch prediction results and their explanations in your notebook.
Tips
- You can get started with batch predictions here.
- You’re done with the challenge, you can now either clean up your resources or move forward to take home challenge!