GRGNN
GRGNN copied to clipboard
transductive task
I want to replicate the effect of Table 2 in the paper, which evaluates transductive performance under supervised learning. I noticed that the code has been designed as an inductive task. Is it possible to complete the transductive task by setting traindata_name
and testdata_name
to be the same in Main_inductive_ensemble. py?
Looking forward to your reply