You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-management/certified-metrics/eppo-schema.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Each certified metric yaml file can also define one or more metrics (either [sim
43
43
|`metric_display_style` <br></br> (optional) | How to display the metric, either `decimal` or `percent` (default is `decimal`) |`decimal`|
44
44
|`minimum_detectable_effect` <br></br> (optional)| The default [MDE](/statistics/sample-size-calculator/mde#what-is-a-minimum-detectable-effect-mde) for the metric |`0.02`|
45
45
|`reference_url` <br></br> (optional)| An optional URL to link to in the Eppo UI |`github.com/.../<my_metric>`|
46
+
|`guardrail_cutoff` <br></br> (optional)| A Guardrail cutoff value for a metric, as a decimal representing a percentage. If a metric is expected to increase, this value should be negative, to warn when the metric is decreasing by more than this value. If a metric is expected to decrease, this value should be positive, to warn when the metric is increasing by more than this value. |`-0.05`|
0 commit comments