Custom metrics
This guide will show you how to automatically add custom metrics to your model from code using the Python SDK.
For more information on the syntax of custom metrics, check the Custom Metric Syntax documentation.
Defining Custom Metrics
To add new custom metrics:
In this example, we're adding two new custom metrics - conversion rate and model revenue. To add the custom metrics to your model, pass them to the model object:
Last updated