Browse Source

update ad abtest threshold 173-d: mean/2 -> mean/24*11, 194-a: mean/6*5 -> mean/3*2

liqian 2 years ago
parent
commit
ce482183e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.py

+ 2 - 2
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': 1 / 2, 'mean_group': 1 / 2}},
+                  'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},
         # 票圈视频+
         '190-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
@@ -797,7 +797,7 @@ class BaseConfig(object):
         # 票圈视频
         '194-a': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule1'},
-                  'threshold': {'group': 5 / 6, 'mean_group': 5 / 6}},
+                  'threshold': {'group': 2 / 3, 'mean_group': 2 / 3}},
         '194-b': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
                   'threshold': {'group': 1, 'mean_group': 1}},