GraphCTR
GraphCTR copied to clipboard
This repo includes some graph-based CTR prediction models and other representative baselines.
Hello, What about moving to pytorch since most new architectures are in pytorch ?
The input data files for preprocess.py are missing. e.g. for movielens, the users.dat, movies.dat, ratings.dat, feature.txt are missing. Similar problems exist in other datasets
Hi, Thanks for the great work! I have a question regarding to the FiGNN implementation: is the weighted graph version implemented? By checking the code, it seems we only consider...