Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

construct adjacency matrix from training set #2

Open
pursueorigin opened this issue Jul 14, 2019 · 0 comments
Open

construct adjacency matrix from training set #2

pursueorigin opened this issue Jul 14, 2019 · 0 comments

Comments

@pursueorigin
Copy link

Hi,

Your code is very clear. But I have a question for the construction of the adjacency matrix. Because you split the data set into train, eval, and test set, the adjacency matrix should be constructed from the training set in the training phase, rather than the entire dataset. Is it correct? In my opinion, the recommendation task is actually a link prediction task. When training the model, we should not include links which are in the testing/validation set.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant