5.7. Run data drift and model quality checks in a Prefect pipeline [OPTIONAL CODE PRACTICE]

A code example walkthrough of automating data and model quality checks implemented with the Evidently Python library using Prefect.

Video 7. Run data drift and model quality checks in a Prefect pipeline [OPTIONAL CODE PRACTICE]arrow-up-right, by Emeli Dral

In this video, we show how to automate the data or model quality checks implemented with the Evidently Python library using Prefect.

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

Outline: 00:00arrow-up-right Introduction 00:55arrow-up-right Install the libraries 01:53arrow-up-right Start creating a Prefect flow 03:58arrow-up-right Create the flow structure 05:33arrow-up-right Implement functions to load data and run test suites 11:12arrow-up-right Run the Python script 13:09arrow-up-right Implement the Prefect tasks and flow 15:36arrow-up-right Run the flow and view it in Prefect UI

Last updated