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.
Last updated
A code example walkthrough of creating a live ML monitoring dashboard for batch architecture using Evidently.
Last updated
Video 2. , 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 to follow along.
Outline: Introduction Overview of the script Imports Create global variables Load the data Implement the function to generate Reports and Test Suites Create a Project Add a counter panel (dashboard title) How to filter which data to display Add a line plot panel (target drift) Add a bar plot panel (dataset drift) Add test suite panels Implement the function to generate the Dashboard Live script debugging Run the script and monitoring service View and explore the dashboard in the browser View the individual Reports and Test Suites Recap and next steps