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

[Graphbolt] Add cora link prediction data as example. (#6521)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent be0bf495
......@@ -47,3 +47,26 @@ tasks:
name: labels
path: nodeclassification/test-label.npy
type_name: null
- name: link_prediction
train_set:
- data:
- format: numpy
in_memory: true
name: node_pairs
path: linkprediction/train-node-pairs.npy
type_name: null
test_set:
- data:
- format: numpy
in_memory: true
name: node_pairs
path: linkprediction/test-node-pairs.npy
- format: numpy
in_memory: true
name: negative_srcs
path: linkprediction/test-negative-srcs.npy
- format: numpy
in_memory: true
name: negative_dsts
path: linkprediction/test-negative-dsts.npy
type_name: null
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