Unverified Commit c298223f authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] add BuiltinDataset into doc page (#6355)

parent d9321414
......@@ -53,6 +53,7 @@ Standard Implementations
:template: classtemplate.rst
OnDiskDataset
BuiltinDataset
OnDiskTask
OnDiskMetaData
CSCSamplingGraph
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment