Heterogeneous graph learning and explanation with custom dataset #7563
Unanswered
SamiDalhoumi
asked this question in
Q&A
Replies: 1 comment 9 replies
-
This isn't required. Did you face some issue when you didn't do this?
I looked at your notebook. What error did you get while doing node-level explanation. Could you paste the full stack trace here. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm relatively new to PyG and I'm trying to build and explain an heterogeneous graph dataset using my own data. I managed to create the heterogeneous dataset and train a model but I'm stuck in graphs explanation step. I have some questions regarding heterogeneous graph learning using PyG:
Why should we convert directed heterogeneous graphs to undirected graphs before learning graph models on them?
I'm stuck in graph explanation step, I tried out different things (node-level, graph-level regression, etc.) but still getting error messages.

Attached a notebook and a dummy dataset to reproduce the example.
Thank you for help!
test_hybrid_gnn.zip
Beta Was this translation helpful? Give feedback.
All reactions