5.4. Test ML model outputs and quality [CODE PRACTICE]

A code example walkthrough of testing the quality of the model outputs after generating predictions and getting the new labeled data.

Video 4. Test ML model outputs and quality [CODE PRACTICE]arrow-up-right, by Emeli Dral

In this video, we test the quality of the model outputs after we generate the predictions. We also test the model quality after we get the new labeled data.

Want to go straight to code? Here is the example notebookarrow-up-right to follow along.

Outline: 00:00arrow-up-right Introduction 00:44arrow-up-right Imports 02:04arrow-up-right Data loading and prep 06:10arrow-up-right Load the model and get predictions 09:41arrow-up-right Test model outputs and interpret the results 13:38arrow-up-right Run tests for the next batch of data 15:20arrow-up-right Test the model quality

Last updated