Open YahongANN opened 1 year ago
Thanks for your reminder. The more updated version was previously put in another branch. I have merged it to the main branch and it should be able to work.
I find that the baseline code is incomplete. I can not find the implement code for POP, MC, FPMC, TransRec, BPR.
from baselines import POP, MC, FPMC, TransRec, BPR
SASRec and CaserRS have the same issue.
from sas import SASRec
from caser import CaserRS
hi, we find that the code provided here is incomplete. For example, in source code "from prs import train_prsnn, evaluate_prsnn, evaluate_prob", there isn't directory 'prs'. Could you please complete the source code as soon as possible?