tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.05k stars 1.99k forks source link

how to preprocess the dataset #189

Open simbadu1999 opened 3 years ago

simbadu1999 commented 3 years ago

I have an N M matrix of features and an N N matrix of adj ,how can i get the file like x y ally allx ? thx

KareemAlaa2001 commented 3 years ago

I'm currently working on a library to do exactly this (and a variety of other forms of preprocessing). Until it is completely ready though, I suggest that you should get into the nitty grittys of your dataset and split the features yourself!