Explorar o código

update ad abtest threshold 173-a&173-b&173-d: mean/4 -> mean/12*5

liqian %!s(int64=2) %!d(string=hai) anos
pai
achega
68c4c108d4
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      config.py

+ 3 - 3
config.py

@@ -749,16 +749,16 @@ class BaseConfig(object):
         # 票圈vlog
         '173-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 1 / 4, 'mean_group': 1 / 4}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         '173-b': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
-                  'threshold': {'group': 1 / 4, 'mean_group': 1 / 4}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         '173-c': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule3'},
                   'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},
         '173-d': {'video': {'data': 'data1:7days'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 1 / 4, 'mean_group': 1 / 4}},
+                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
         # 票圈视频+
         '190-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},