我有一个网站,其中会有用户可以填写虚拟货币的报价列表。什么是一个不错的算法来决定按什么顺序排列它们?
重要的是:
- 新优惠上移,以便更多人看到它们,以便获得一些关于它们的指标
- 最高的 EPC 报价排在首位(最佳赚钱者,最高转化率)
我有的指标:
- Tags (if the user likes movies, the offers tagged with movies should move up)
- Reported EPC - EPC of the offer according to the affiliate network
- Network EPC - EPC of the offer across all of our sites
- Site EPC - EPC of the offer on this site
- Source EPC - EPC of the offer from a certain source (there can be multiple per user)
- Payout - How much the offer pays per conversion (lead)
- Clicks - Clicks network-wide, site-wide, and from a certain source
有没有针对此类问题的推荐算法?我在考虑某种置信度算法(如威尔逊排序算法),但我不知道如何用我拥有的指标来实现它。有任何想法吗?