Skip to content
Discussion options

You must be logged in to vote

You are right AddRandomWalkPE only supports homogenous graphs. The paper it is based on only discusses homogenous graphs.
Approaches to tackle this are

  1. The approach you suggested looks good. you can use HeteroData.node_type_subgraph to get a subgraph that contains only place nodes.
  2. Use MetaPath2Vec to generate embeddings for heterogenous graphs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wsad1
Comment options

Answer selected by Jerome-Cong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment