NeighborLoader
#4819
Replies: 2 comments 19 replies
-
In this way, the nodes of the test set are used during training. Is it still supervised learning? |
Beta Was this translation helpful? Give feedback.
10 replies
-
By doing this there are still test nodes in the data objects generated by the NeighborLoader. They are present in the "n_id" attribute of each data object. I don't think this is suppose to happen. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i see this code '' https://github.com/pyg-team/pytorch_geometric/blob/master/examples/reddit.py'',I found that NeighborLoader use data instead of train_data.Why? If so,the sampled neighbors may have nodes in the test set.
Beta Was this translation helpful? Give feedback.
All reactions