6.2. ML model monitoring dashboard with Evidently. Batch architecture [CODE PRACTICE]

A code example walkthrough of creating a live ML monitoring dashboard for batch architecture using Evidently.

Video 2. ML model monitoring dashboard with Evidently. Batch architecture [CODE PRACTICE]arrow-up-right, by Emeli Dral

In this video, we create a script to generate Reports and Test Suites for several batches of data and design different panels to display on a live ML monitoring dashboard.

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

Outline: 00:00arrow-up-right Introduction 00:47arrow-up-right Overview of the script 02:27arrow-up-right Imports 03:28arrow-up-right Create global variables 05:41arrow-up-right Load the data 07:19arrow-up-right Implement the function to generate Reports and Test Suites 11:32arrow-up-right Create a Project 13:53arrow-up-right Add a counter panel (dashboard title) 15:10arrow-up-right How to filter which data to display 16:31arrow-up-right Add a line plot panel (target drift) 19:55arrow-up-right Add a bar plot panel (dataset drift) 21:23arrow-up-right Add test suite panels 22:47arrow-up-right Implement the function to generate the Dashboard 23:46arrow-up-right Live script debugging 27:11arrow-up-right Run the script and monitoring service 28:36arrow-up-right View and explore the dashboard in the browser 30:21arrow-up-right View the individual Reports and Test Suites 31:38arrow-up-right Recap and next steps

Last updated