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.
Last updated
A code example walkthrough of ML model quality evaluation using Python and the open-source Evidently library.
Last updated
Video 3. , by Emeli Dral
In this video, we walk you through the code example of ML model quality evaluation using Python and the open-source library.
Want to go straight to code? Here is the to follow along.
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.
Outline: Create a working environment and import libraries Prepare datasets for classification and regression models Build and customize classification quality report Save and share the report Display the report in JSON format and as a Python dictionary Build and customize regression quality report