JackShDr / InfluentialRS

Implementations of Influential Recommender System
8 stars 0 forks source link

code is incomplete #1

Open YahongANN opened 1 year ago

YahongANN commented 1 year ago

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?

Looking forward to your reply.
JackShDr commented 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.

fightingman1 commented 3 weeks ago

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
fightingman1 commented 3 weeks ago

SASRec and CaserRS have the same issue.

from sas import SASRec
from caser import CaserRS