-
Dear PyG community, I am using the Moreover, are there plans for edge features? Thaaaank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Transforms currently do not know about the concept of Plans for adding edge features are in the making. |
Beta Was this translation helpful? Give feedback.
-
Ohh thanks! But then, where should I store edge_label_index? In the feature store?Thank you!Sent from my iPhoneOn 11 Jan 2024, at 09.12, Matthias Fey ***@***.***> wrote:
Transforms currently do not know about the concept of GraphStore/FeatureStore, and I am afraid you would need to take care of splitting the data by yourself for now. edge_label_index would be then used as usual, i.e., as input argument to the LinkLoader.
Plans for adding edge features are in the making. FeatureStore can handle edge-level features by now, but they are not yet properly filtered during feature fetching.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
thanks! |
Beta Was this translation helpful? Give feedback.
Transforms currently do not know about the concept of
GraphStore
/FeatureStore
, and I am afraid you would need to take care of splitting the data by yourself for now.edge_label_index
would be then used as usual, i.e., as input argument to theLinkLoader
.Plans for adding edge features are in the making.
FeatureStore
can handle edge-level features by now, but they are not yet properly filtered during feature fetching.