Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 7, 2024
1 parent 8cf5ad8 commit 6894df6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/dgl/graphbolt/impl/ondisk_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,16 @@ class BuiltinDataset(OnDiskDataset):
.. note::
Reverse edges are added to the original graph and duplicated
edges are removed.

Check warning on line 729 in python/dgl/graphbolt/impl/ondisk_dataset.py

View workflow job for this annotation

GitHub Actions / lintrunner

UFMT format

Run `lintrunner -a` to apply this patch.
**ogbn-papers100M**
The ogbn-papers100M dataset is a directed graph, representing the citation
network between all Computer Science (CS) arXiv papers indexed by MAG.
See more details in `ogbn-papers100M
<https://ogb.stanford.edu/docs/nodeprop/#ogbn-papers100M>`_.
.. note::
Reverse edges are added to the original graph and duplicated
edges are removed.
**ogbn-products**
The ogbn-products dataset is an undirected and unweighted graph,
Expand Down Expand Up @@ -766,6 +776,7 @@ class BuiltinDataset(OnDiskDataset):
"ogbl-citation2",
"ogbn-products",
"ogbn-arxiv",
"ogbn-papers100M",
]
_large_datasets = ["ogb-lsc-mag240m"]
_all_datasets = _datasets + _large_datasets
Expand Down

0 comments on commit 6894df6

Please sign in to comment.