pygcn icon indicating copy to clipboard operation
pygcn copied to clipboard

Data format

Open InstantWindy opened this issue 5 years ago • 1 comments

Hi! How do you process the data and save it as .content format ? what is the the content of 'cora.cities' and 'cora.content' ? Thanks!

InstantWindy avatar Jun 02 '19 13:06 InstantWindy

Check this function https://github.com/tkipf/pygcn/blob/1600b5b748b3976413d1e307540ccc62605b4d6d/pygcn/utils.py#L15

cora.cites is the edge and cora.content is the node index, feature and labels

kexinhuang12345 avatar Jun 17 '19 14:06 kexinhuang12345