config.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # 目前支持优质定向功能的项目列表
  2. projectId:
  3. - 458
  4. targetType:
  5. - 'action_ratio'
  6. - 'convert_ratio'
  7. productDB:
  8. host: 139.186.27.96
  9. username: data
  10. password: hcst@2021
  11. port: 3390
  12. database: jeecg-boot
  13. devDB:
  14. host: 139.186.165.84
  15. username: hcst
  16. password: hcst@2020
  17. port: 3306
  18. database: jeecg-boot
  19. localDB:
  20. host: 192.168.1.193
  21. username: root
  22. password: root@123
  23. port: 3306
  24. database: mysql
  25. bayesDim:
  26. age:
  27. windowSize: 3
  28. isOn: True
  29. Lst:
  30. - '18-23岁'
  31. - '24-30岁'
  32. - '31-40岁'
  33. - '41-49岁'
  34. - '50+岁'
  35. table: 'ctop_kuaishou_audience_report_daily_age_material'
  36. fieldName: 'age_segment'
  37. gender:
  38. windowSize: 1
  39. isOn: True
  40. Lst:
  41. - '男'
  42. - '女'
  43. table: 'ctop_kuaishou_audience_report_daily_gender_material'
  44. fieldName: 'gender'
  45. city:
  46. windowSize: 4
  47. isOn: False
  48. Lst:
  49. - '一线城市'
  50. - '新一线城市'
  51. - '二线城市'
  52. - '三线城市'
  53. - '四线城市'
  54. - '五线城市'
  55. table: 'ctop_kuaishou_audience_report_daily_city_material'
  56. fieldName: 'city'
  57. # 活跃素材筛选规则:近7天累计激活个数达到100个
  58. activeMaterialFilterRule:
  59. days: 14
  60. activation: 100
  61. # 计算推荐组合的素材筛选规则:近两个月内累计达到100个
  62. getBaysCombineMaterialFilterRule:
  63. days: 60
  64. activation: 100
  65. filterTargetCombine:
  66. actionRatio:
  67. sampleSize: 10000
  68. improveRatio: 0.2
  69. convertRatio:
  70. sampleSize: 10000
  71. improveRatio: 0.2
  72. combineCnt: 20