-
**您希望添加的功能是否与某个问题相关?**
目前只在GENERAL类里面看到了RaCF的实现,但是强化学习的实力远非如此
**描述您希望的解决方案**
这方面学术界比较关键的一个成果应该是[Deep Reinforcement Learning based Recommendation with Explicit User-Item Interactions Modeling](htt…
-
Hi! Thank you so much for your wonderful project.
I'm trying to make a predict code for new user using sequential model.
"New user" means that they didn't appear during training.
At first, I …
-
打扰了,我又来了
#1286 之前请教如何使用自己训练的模型进行预测,使用`recbole.utils.case_study`中的方法可以实现,十分感谢
但在我尝试对整个数据集中的用户都进行预测时,程序出错并显示
`ValueError: token [001bf9b4bb1cbd8e24659de883b197deebf276ab7a49589f54b86e9ff98f0554] …
-
请问,上下文信息怎么加入,比如预测用户每一次购买的商品TopK ,用户下单的时点信息(比如星期几),位置信息(城市)
之前没搞过这个。。。请见谅
我用Wide&Deep 模型的时候,尝试过放在.inter 里面,但是在eval 的时候,这些字段没有带进来。eval的时候,interaction 只有.user的字段,缺少了上下文信息,就会导致找不到field 报错。看了下源码,取出来的…
-
`convert_inter` DIGINETICA can be converted to '*.inter' atomic file
`convert_item` DIGINETICA can be converted to '*.item' atomic file
如这个数据集只生成两个原子文件 item 和inter 没有user
Traceback (most rece…
-
Hi,
I have this problem.
IndexError: tensors used as indices must be long, byte or bool tensors
However, I didn't understand what I should do to fix this problem after reading https://github.com…
-
你好,我发现一个问题,使用本项目脚本下载的数据集,用于社交推荐以后,没有.net文件,请问是什么原因?
运行 python run_recbole_gnn.py -m MHCN -d lastfm
ValueError: [lastfm.net] not found in [dataset/lastfm].
-
请问recbole中的评价指标是如何计算的呢,具体的代码大概在哪些地方,谢谢
-
-