2.3. Evaluating ML model quality [CODE PRACTICE]

A code example walkthrough of ML model quality evaluation using Python and the open-source Evidently library.

Video 3. Evaluating ML model quality [CODE PRACTICE]arrow-up-right, by Emeli Dral

In this video, we walk you through the code example of ML model quality evaluation using Python and the open-source Evidentlyarrow-up-right library.

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

Outline: 00:00arrow-up-right Create a working environment and import libraries 02:45arrow-up-right Prepare datasets for classification and regression models 08:25arrow-up-right Build and customize classification quality report 14:50arrow-up-right Save and share the report 16:05arrow-up-right Display the report in JSON format and as a Python dictionary 18:15arrow-up-right Build and customize regression quality report

That’s it! We built an ML model quality report for classification and regression problems and learned how to display it in HTML and JSON formats and as a Python dictionary.

Last updated