Skip to content

Commit

Permalink
change csc_sampling_graph docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Sep 22, 2023
1 parent ee68338 commit e9863fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/dgl/graphbolt/impl/csc_sampling_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ def sample_layer_neighbors(
probs_name: Optional[str] = None,
) -> SampledSubgraphImpl:
"""Sample neighboring edges of the given nodes and return the induced
subgraph via layer-neighbor sampling from arXiv:2210.13339:
"Layer-Neighbor Sampling -- Defusing Neighborhood Explosion in GNNs"
subgraph via layer-neighbor sampling from the Neurips 2023 paper
`Layer-Neighbor Sampling -- Defusing Neighborhood Explosion in GNNs
<https://arxiv.org/abs/2210.13339>`__
Parameters
----------
Expand Down

0 comments on commit e9863fc

Please sign in to comment.