config.yaml 1.7 KB

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