Skip to content
Discussion options

You must be logged in to vote

I think this would be more of an edge regression problem, since I assume you do not necessarily predict the existence of a link, but more of a regression value between two cities. I think this should be well implementable within the PyG framework, where you can use a GNN layer that can incorporate multi-dimensional edge features (e.g., SplineConv, TransformerConv`, etc), and then obtain a node embedding for source and destination city to make a final prediction for the link between the two (using some kind of MLP on top of concatenated source and destination node embeddings).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hkim716
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants