Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 Myrrix 可用于向用户推荐商品,也可用于输出与一组其他商品最相似的商品。但它可以用于组合任务吗?
也就是说,给定一个用户 ID 和一组项目,我是否可以向该用户推荐项目,并限制推荐也应该与指定的项目组相似?
不是直接的,但您可以使用IDRescorer/RescorerProvider将项目的分数乘以与您的项目组的平均相似度。这将需要一些定制工作。
IDRescorer
RescorerProvider