4.6. Implementing custom metrics in Evidently [OPTIONAL]

A code example walkthrough of creating a custom metric using the Evidently Python library.

Video 6. Implementing custom metrics in Evidently [OPTIONAL, CODE PRACTICE]arrow-up-right, by Emeli Dral

This is an optional code practice video. It is useful when you already have experience using the Evidently Python library and are familiar with the existing Metrics and Tests. If you are new - check out the next module for an end-to-end example!

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

Outline: 00:00arrow-up-right Introduction 00:37arrow-up-right Imports 01:54arrow-up-right Understanding the structure of Metrics and Tests 05:11arrow-up-right Create a dummy custom metric 12:17arrow-up-right Apply a dummy metric on toy data 14:00arrow-up-right Create a more complicated metric: Mean by Category 26:25arrow-up-right Apply a new metric on toy data

Last updated