gorse icon indicating copy to clipboard operation
gorse copied to clipboard

Gorse open source recommender system engine

Results 159 gorse issues
Sort by recently updated
recently updated
newest added

未来是否有可能支持流量控制,通过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

![1](https://github.com/gorse-io/gorse/assets/28382910/f3cfaf8c-6cc9-4eb3-bc0a-e2108dbdc667) ![2](https://github.com/gorse-io/gorse/assets/28382910/eb16aaf5-c721-4898-8149-d478896270e9) ![3](https://github.com/gorse-io/gorse/assets/28382910/b419a51d-804f-4ca1-ab58-6492865cdaa9) Initially, the product recommendations were functional. However, after incorporating new interaction, personalized recommendations consistently yielded Null without any error messages.

bug

哦,还有一个问题,我做一个图片网站,用户的行为有点击看大图和收藏图片,有办法让点击看大图的权重为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 ![c1f55778eb466bb243295a146a1fdc38](https://user-images.githubusercontent.com/9719716/236135820-d9189aac-fd70-473f-b563-14a62fa9cca9.png) **To Reproduce** It reappears as soon as restart worker. **Expected behavior** Running normally. **Additional context**...

bug

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...

irreproducible