Explorar el Código

update ad abtest threshold 194-a&194-b: mean/2 -> mean/12*5

liqian hace 2 años
padre
commit
7d387c580d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -754,10 +754,10 @@ class BaseConfig(object):
         # 票圈视频
         '194-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         '194-b': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
-                  'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         '194-c': {'video': {'data': 'data2'},
                   'user': {'data': 'data2', 'rule': 'rule1'},
                   'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},  # 本端数据