Parcourir la source

Merge branch 'ad-abtest-threshold-update-20221130' into pre-master

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

+ 2 - 2
config.py

@@ -665,9 +665,9 @@ class BaseConfig(object):
                   'threshold': {'group': 13 / 24, 'mean_group': 13 / 24}},
         # 票圈视频
         '194-a': {'data': {'video': 'data1', 'user': 'data1'},
-                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
+                  'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},
         '194-b': {'data': {'video': 'data1', 'user': 'data1:1'},
-                  'threshold': {'group': 5 / 12, 'mean_group': 5 / 12}},
+                  'threshold': {'group': 1 / 2, 'mean_group': 1 / 2}},
         # 内容精选
         '195-a': {'data': {'video': 'data1', 'user': 'data1'},
                   'threshold': {'group': 11 / 24, 'mean_group': 11 / 24}},