Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model] Implemented SubgraphX Explainer for Homogeneous graph #5315

Merged
merged 16 commits into from
Feb 23, 2023
Prev Previous commit
Next Next commit
nits
  • Loading branch information
kxm180046 committed Feb 17, 2023
commit 34d5dbf4044599109f26ca3c2183b0a09218239b
2 changes: 1 addition & 1 deletion docs/source/api/python/nn-pytorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Utility Modules
~dgl.nn.pytorch.sparse_emb.NodeEmbedding
~dgl.nn.pytorch.explain.GNNExplainer
~dgl.nn.pytorch.explain.HeteroGNNExplainer
~dgl.nn.pytorch.explain.SubgraphXExplainer
~dgl.nn.pytorch.explain.SubgraphX
~dgl.nn.pytorch.utils.LabelPropagation
~dgl.nn.pytorch.graph_transformer.DegreeEncoder
~dgl.nn.pytorch.utils.LaplacianPosEnc
Expand Down