| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | 
							- # 目前支持优质定向功能的项目列表
 
- projectId:
 
-   - 458
 
- targetType:
 
-   - 'action_ratio'
 
-   - 'convert_ratio'
 
- productDB:
 
-   host: 139.186.27.96
 
-   username: data
 
-   password: hcst@2021
 
-   port: 3390
 
-   database: jeecg-boot
 
- devDB:
 
-   host: 139.186.165.84
 
-   username: hcst
 
-   password: hcst@2020
 
-   port: 3306
 
-   database: jeecg-boot
 
- localDB:
 
-   host: 192.168.1.193
 
-   username: root
 
-   password: root@123
 
-   port: 3306
 
-   database: mysql
 
- bayesDim:
 
-     age:
 
-         windowSize: 3
 
-         isOn: True
 
-         Lst:
 
-           - '18-23岁'
 
-           - '24-30岁'
 
-           - '31-40岁'
 
-           - '41-49岁'
 
-           - '50+岁'
 
-         table: 'ctop_kuaishou_audience_report_daily_age_material'
 
-         fieldName: 'age_segment'
 
-     gender:
 
-         windowSize: 1
 
-         isOn: True
 
-         Lst:
 
-             - '男'
 
-             - '女'
 
-         table: 'ctop_kuaishou_audience_report_daily_gender_material'
 
-         fieldName: 'gender'
 
-     city:
 
-         windowSize: 4
 
-         isOn: False
 
-         Lst:
 
-             - '一线城市'
 
-             - '新一线城市'
 
-             - '二线城市'
 
-             - '三线城市'
 
-             - '四线城市'
 
-             - '五线城市'
 
-         table: 'ctop_kuaishou_audience_report_daily_city_material'
 
-         fieldName: 'city'
 
- # 活跃素材筛选规则:近7天累计激活个数达到100个
 
- activeMaterialFilterRule:
 
-   days: 7
 
-   activation: 100
 
- # 计算推荐组合的素材筛选规则:近两个月内累计达到100个
 
- getBaysCombineMaterialFilterRule:
 
-   days: 60
 
-   activation: 100
 
- filterTargetCombine:
 
-     actionRatio:
 
-         sampleSize: 10000
 
-         improveRatio: 0.2
 
-     convertRatio:
 
-         sampleSize: 10000
 
-         improveRatio: 0.2
 
-     combineCnt: 20
 
 
  |