When multiple column data are presented in graph. #4137
-
Let's say we have data features like [age, gender, score, income]. When we make node feature for this person in a hetero graph data, It would be much appreciated to know common practice. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
data["person"].x
should include all features of a person. As such, one concatenates all these different features into a single big feature matrix.