GNNExplainer with PyGOD ? #108
Unanswered
Srivathsan-Srinivas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for your interest to PyGOD. Using GNNExplainer with PyGOD may be feasible, but I am not sure which implementation exactly you are using and how you define |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just began using PyGOD (to find a contextual-anomalous node). It works well and is able to find the anomalous node (the particular row in the input dataframe).
Now, I want to find the reasons why this particular row is anomalous. each node/row has about 35 features and I want to know which of these features contributed the most to the anomaly. So, I tried GNNExplainer like below
Is there a way I can use GNNExplainer with PyGOD's algorithms (eg: DOMINANT)?
Beta Was this translation helpful? Give feedback.
All reactions