Просмотр исходного кода

update ad abtest config 173-e & 173-f threshold_rate: 0.9 -> 0.5

liqian 2 лет назад
Родитель
Сommit
51cfd369af
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -794,11 +794,11 @@ class BaseConfig(object):
                   'user': {'data': 'data1', 'rule': 'rule1'}},
         '173-e': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
-                  'care_model': True, 'threshold_rate': 0.9,  # 关怀模式实验阈值
+                  'care_model': True, 'threshold_rate': 0.5,  # 关怀模式实验阈值
                   },
         '173-f': {'video': {'data': 'data1'},
                   'user': {'data': 'data1', 'rule': 'rule2'},
-                  'care_model': True, 'threshold_rate': 0.9,
+                  'care_model': True, 'threshold_rate': 0.5,
                   },
         # 票圈视频+
         '190-a': {'video': {'data': 'data1'},