config.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. # 活跃素材筛选规则:近60天累计激活个数达到100个
  58. activeMaterialFilterRule:
  59. days: 60
  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
  73. mac_ip_config:
  74. # 开发环境
  75. '5254003fa716':
  76. ai_target_url: "http://139.186.165.84:31012/"
  77. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  78. # 测试环境
  79. '52540003f5dd':
  80. ai_target_url: "http://139.186.134.115:31012/"
  81. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  82. # 生产环境
  83. '525400c98142':
  84. ai_target_url: "http://139.186.27.96:31012/"
  85. yourong_url: "http://api.tjyourong.com.cn/jeecg-boot/"