Unverified Commit 14b4a90b authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Graphbolt] Add cora to graphbolt builtin dataset. (#6514)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 4b6faecb
......@@ -498,6 +498,10 @@ class BuiltinDataset(OnDiskDataset):
Available built-in datasets include:
**cora**
The cora dataset is a homogeneous citation network dataset, which is
designed for the node classification task.
**ogbn-mag**
The ogbn-mag dataset is a heterogeneous network composed of a subset of
the Microsoft Academic Graph (MAG). See more details in
......@@ -549,6 +553,7 @@ class BuiltinDataset(OnDiskDataset):
"https://dgl-data.s3-accelerate.amazonaws.com/dataset/graphbolt/"
)
_datasets = [
"cora",
"ogbn-mag",
"ogbl-citation2",
"ogbn-products",
......
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