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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Each certified metric yaml file can also define one or more metrics (either [sim
41
41
|`denominator` <br></br> (optional)| An aggregation object (see below) that, if set, will specify the metric as a ratio | <pre><code>fact_name: Purchase Revenue <br></br>operation: count </code></pre>|
42
42
|`is_guardrail` <br></br> (optional)| Whether the metric should be analyzed for every experiment run on this entity (default is false) |`true` or `false`|
43
43
|`metric_display_style` <br></br> (optional) | How to display the metric, either `decimal` or `percent` (default is `decimal`) |`decimal`|
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`|
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. This is also called precision in the Eppo UI.|`0.02`|
45
45
|`reference_url` <br></br> (optional)| An optional URL to link to in the Eppo UI |`https://github.com/.../<my_metric>`|
46
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