2.5. Data quality in ML [CODE PRACTICE]
A code example walkthrough of data quality evaluation using Evidently Reports and Test Suites.
Last updated
A code example walkthrough of data quality evaluation using Evidently Reports and Test Suites.
Last updated
Video 5. , by Emeli Dral
In this video, we walk you through the code example of data quality evaluation using Reports and Test Suites.
Want to go straight to code? Here is the to follow along.
Here is a quick refresher on the Evidently components we will use:
Reports compute and visualize 100+ metrics in data quality, drift, and model performance. You can use in-built report presets to make visuals appear with just a couple of lines of code.
Test Suites perform structured data and ML model quality checks. They verify conditions and show which of them pass or fail. You can start with default test conditions or design your testing framework.
That’s it! We evaluated data quality using Evidently Reports and Test Suites and demonstrated how to add custom metrics, tests, and test conditions to the analysis.
Outline: Create a working environment and import libraries Prepare reference and current dataset Run data quality Test Suite and visualize the results Customize the Test Suite by specifying individual tests and test conditions Build and customize data quality Report