Ver Fonte

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

liqian há 2 anos atrás
pai
commit
b2d3b9db7c
1 ficheiros alterados com 1 adições e 1 exclusões
  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'},