Parcourir la source

update ad abtest threshold 173-d: mean/24*11 -> mean/12*5

liqian il y a 2 ans
Parent
commit
b2d3b9db7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -786,7 +786,7 @@ class BaseConfig(object):
                   'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},
         '173-d': {'video': {'data': 'data1:7days'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         # 票圈视频+
         '190-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},