Parcourir la source

update ad abtest threshold 173-a&173-b: mean/12*7 -> mean/24*13

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

+ 2 - 2
config.py

@@ -655,9 +655,9 @@ class BaseConfig(object):
     AD_ABTEST_CONFIG = {
         # 票圈vlog
         '173-a': {'data': {'video': 'data1', 'user': 'data1'},
-                  'threshold': {'group': 7 / 12, 'mean_group': 7 / 12}},
+                  'threshold': {'group': 13 / 24, 'mean_group': 13 / 24}},
         '173-b': {'data': {'video': 'data1', 'user': 'data1:1'},
-                  'threshold': {'group': 7 / 12, 'mean_group': 7 / 12}},
+                  'threshold': {'group': 13 / 24, 'mean_group': 13 / 24}},
         # 票圈视频+
         '190-a': {'data': {'video': 'data1', 'user': 'data1'},
                   'threshold': {'group': 25 / 48, 'mean_group': 25 / 48}},