Custom metrics
This guide will show you how to automatically add custom metrics to your model from code using the Python SDK.
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