Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
7af522db
"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "6383e649377173b76da842f7a60fce301bf130c1"
Unverified
Commit
7af522db
authored
Nov 21, 2023
by
Rhett Ying
Committed by
GitHub
Nov 21, 2023
Browse files
[GraphBolt] add BuiltinDataset of ogbn-arxiv (#6591)
parent
19c6491b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
python/dgl/graphbolt/impl/ondisk_dataset.py
python/dgl/graphbolt/impl/ondisk_dataset.py
+11
-0
No files found.
python/dgl/graphbolt/impl/ondisk_dataset.py
View file @
7af522db
...
@@ -521,6 +521,16 @@ class BuiltinDataset(OnDiskDataset):
...
@@ -521,6 +521,16 @@ class BuiltinDataset(OnDiskDataset):
Reverse edges are added to the original graph and duplicated
Reverse edges are added to the original graph and duplicated
edges are removed.
edges are removed.
**ogbn-arxiv**
The ogbn-arxiv dataset is a directed graph, representing the citation
network between all Computer Science (CS) arXiv papers indexed by MAG.
See more details in `ogbn-arxiv
https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv>`_.
.. note::
Reverse edges are added to the original graph and duplicated
edges are removed.
**ogbn-products**
**ogbn-products**
The ogbn-products dataset is an undirected and unweighted graph,
The ogbn-products dataset is an undirected and unweighted graph,
representing an Amazon product co-purchasing network. See more details
representing an Amazon product co-purchasing network. See more details
...
@@ -558,6 +568,7 @@ class BuiltinDataset(OnDiskDataset):
...
@@ -558,6 +568,7 @@ class BuiltinDataset(OnDiskDataset):
"ogbn-mag"
,
"ogbn-mag"
,
"ogbl-citation2"
,
"ogbl-citation2"
,
"ogbn-products"
,
"ogbn-products"
,
"ogbn-arxiv"
,
]
]
_large_datasets
=
[
"ogb-lsc-mag240m"
]
_large_datasets
=
[
"ogb-lsc-mag240m"
]
_all_datasets
=
_datasets
+
_large_datasets
_all_datasets
=
_datasets
+
_large_datasets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment