IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
508 stars 164 forks source link

Can edges have features in this implementation or is it just nodes that can have features? #21

Open nirandiw opened 2 years ago

nirandiw commented 2 years ago

I have some AMLSim data and I am trying to analyse it using EvolveGCN. The way I want to model this is make all accounts vertices and transactions between accounts to be edges. I want to include information in the transaction as edge features and consider that for edge classification. Is that possible with EvolveGCN?

aldopareja commented 1 year ago

Only nodes might have, but you can have several edge matrices each representing different typesOn May 18, 2022 07:24, nirandiw @.***> wrote:

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>