K-fold cross-validation using PyTorch Geometric #3662
Unanswered
bianchiniriccardo95
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Such a function doesn't exist yet, I'm sorry. I suggest to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First of all, thanks for this amazing tool.
I have a question:
I want to perform node classification on my network composed of 2410 nodes. Since now, I split my nodes using the function
AddTrainValTestMask
function in order to validate the machine, but my idea is to perform a K-fold cross validation of the network, to gain better confidence about the goodness of the GCN.How can I do this? How can I split my nodes in the different masks multiple times? Is there a specific function?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions