tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to preprocess the dataset

simbadu1999 opened this issue · comments

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

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!