Hi there!
I am working on explainability on edge predictions made with a heterogeneous GCN/GAT and was wondering if there are predefined models for this?
GNNExplainer and PGExplainer have build-in functions for graph and node prediction, but lacking the Edge prediction.
While trying to modify the code by myself I stumbled upon the dgl.khop_in_subgraph function which only accepts nodes and not edges.
Do you have any ideas of other methods or how to achieve it?
Many thanks!