|
@@ -632,7 +632,13 @@ def get_recommend_params(recommend_type, ab_exp_info, ab_info_data, mid, app_typ
|
|
if '211' in ab_exp_code_list:
|
|
if '211' in ab_exp_code_list:
|
|
flow_pool_P = 0.9
|
|
flow_pool_P = 0.9
|
|
elif '221' in ab_exp_code_list:
|
|
elif '221' in ab_exp_code_list:
|
|
- flow_pool_P = 0
|
|
|
|
|
|
+ flow_pool_P = 0.7
|
|
|
|
+ elif '299' in ab_exp_code_list:
|
|
|
|
+ flow_pool_P = 0.5
|
|
|
|
+ elif '300' in ab_exp_code_list:
|
|
|
|
+ flow_pool_P = 0.4
|
|
|
|
+ elif '301' in ab_exp_code_list:
|
|
|
|
+ flow_pool_P = 0.6
|
|
|
|
|
|
# if '136' in ab_exp_code_list:
|
|
# if '136' in ab_exp_code_list:
|
|
# # 无回流 - 消费人群
|
|
# # 无回流 - 消费人群
|