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
c298223f
".github/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "35e538d46a32e6ef588678f478437d594c32f949"
Unverified
Commit
c298223f
authored
Sep 20, 2023
by
Rhett Ying
Committed by
GitHub
Sep 20, 2023
Browse files
[GraphBolt] add BuiltinDataset into doc page (#6355)
parent
d9321414
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
docs/source/api/python/dgl.graphbolt.rst
docs/source/api/python/dgl.graphbolt.rst
+1
-0
python/dgl/graphbolt/impl/ondisk_dataset.py
python/dgl/graphbolt/impl/ondisk_dataset.py
+3
-0
No files found.
docs/source/api/python/dgl.graphbolt.rst
View file @
c298223f
...
...
@@ -53,6 +53,7 @@ Standard Implementations
:template: classtemplate.rst
OnDiskDataset
BuiltinDataset
OnDiskTask
OnDiskMetaData
CSCSamplingGraph
...
...
python/dgl/graphbolt/impl/ondisk_dataset.py
View file @
c298223f
...
...
@@ -483,10 +483,12 @@ class BuiltinDataset(OnDiskDataset):
them as ``OnDiskDataset``.
Available builtin datasets include:
**ogbn-mag**
The ogbn-mag dataset is a heterogeneous network composed of a subset of
the Microsoft Academic Graph (MAG). See more details in
`ogbn-mag <https://ogb.stanford.edu/docs/nodeprop/#ogbn-mag>`_.
.. note::
Reverse edges are added to the original graph and duplicated
edges are removed.
...
...
@@ -502,6 +504,7 @@ class BuiltinDataset(OnDiskDataset):
representing an Amazon product co-purchasing network. See more details
in `ogbn-products
https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_.
.. note::
Reverse edges are added to the original graph.
...
...
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