Explainer algorithms for heterogeneous graph. #7963
-
Hello, I am trying to use the pyg explain module for a heterogeneous graph in the link prediction setting. Although explainer algorithms like I tried using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Currently, only |
Beta Was this translation helpful? Give feedback.
Oh, this is related to binary classification with
CaptumExplainer
? We just fixed this a few weeks ago on master. Can you update to master and see if that fixes your issues?