gorse
gorse copied to clipboard
Gorse open source recommender system engine
关于流量控制
未来是否有可能支持流量控制,通过api设定每个内容或某个内容标签的可推荐次数、频率等等。
**Describe the solution you'd like** sometime it's no need to update the recommendation result immediately **Describe alternatives you've considered** add a interval config to set the frequency of update recommendation
as the title
   Initially, the product recommendations were functional. However, after incorporating new interaction, personalized recommendations consistently yielded Null without any error messages.
行为支持设置权重
哦,还有一个问题,我做一个图片网站,用户的行为有点击看大图和收藏图片,有办法让点击看大图的权重为1,收藏图片的行为权重为10吗 另外还可能不喜欢图片,权重应该为-10
如题 我是用爬虫抓取的条目,每个条目都有收藏数
https://mp.weixin.qq.com/s/gVzUK2v-lZ9-fEIwgX1jzw 将“自动”相似物品/用户类型修改为相关度和相似度的平均值。相关指用户的共同物品数量(或者物品的共同用户数量),相似指两者的共同标签数量,新版本中“自动”为相关度和相似度的平均值。
**Gorse version** 0.4.13 **Describe the bug** Occur panic during worker build offline recommand cache  **To Reproduce** It reappears as soon as restart worker. **Expected behavior** Running normally. **Additional context**...
my pod can't connect to redis and mysql but when i telnet redis and mysql i add configuration of redis and mysql to my configMap,but it doesn't work i hope...