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
{{ test_configuration.anomaly_sensitivity }} as anomaly_score_threshold,
@@ -202,12 +203,12 @@
202
203
203
204
{% set limit_values =elementary.get_limit_metric_values(test_configuration) %}
204
205
case
205
-
when training_stddev is null then null
206
+
when training_stddev is nullor training_set_size =1then null
206
207
when {{ limit_values.min_metric_value }} >0or metric_name in {{ elementary.to_sql_list(elementary.get_negative_value_supported_metrics()) }} then {{ limit_values.min_metric_value }}
207
208
else 0
208
209
end as min_metric_value,
209
210
case
210
-
when training_stddev is null then null
211
+
when training_stddev is nullor training_set_size =1then null
0 commit comments