PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.2k stars 644 forks source link

transform to other scope dataset #82

Open kimsijin33 opened 3 years ago

kimsijin33 commented 3 years ago

I'm gonna transform to other scope dataset this code

other dataset is a file (one file) and shape is below column1, column2, column3, ...column9, label 1500, 45, 1, .... 0 933, 22, 0, .... 0 1234, 30, 1, .... 1 1112, 23, 0, .... 0 ...

Let me know how to transform to above dataset with this code