Replies: 1 comment 2 replies
-
How did you compute
Each node type has 5 nodes and there are 3 node types 'org', 'player' and `event'.
The only edge is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am very new to PyG. I am trying to build a heterogenous PyG dataset from a pandas df. How does one assign label while building this hetero dataset? One of the nodes types I have is "Player" (with attributes age, id, name, level). I want the level ('professional' or 'junior') to be the label. At this point, I am just want to learn how to build the right PyG dataset for a given data in json/csv/df.
Goal: given a player-node, I want to classify if the player is a 'professional' or a 'junior' level player. => based on player's attributes, the org he/she belongs to, the events he had played at etc.
This is the output I get:
Other related questions:
validate()
.Any help is very much appreciated. I have a small dataset with 5 nodes and associated code. Will be happy to provide.
Beta Was this translation helpful? Give feedback.
All reactions