Rhett Ying
|
8d50b34b82
|
[GraphBolt] remove print() from test case (#6299)
|
2023-09-07 16:42:55 +08:00 |
|
Rhett Ying
|
ec4952392d
|
[GraphBolt] enable to invoke gb samplers in functional form (#6297)
|
2023-09-07 15:57:52 +08:00 |
|
Rhett Ying
|
79a954777f
|
[GraphBolt] clean up minibatch collator in testcases and docstring (#6294)
|
2023-09-07 12:21:15 +08:00 |
|
Rhett Ying
|
50b05723ff
|
[GraphBolt] update names of ItemSet in OnDiskDataset testcases (#6289)
|
2023-09-06 10:03:43 +08:00 |
|
czkkkkkk
|
aa562f7ebe
|
[Graphbolt] Refactor shared memory utility. (#6198)
|
2023-09-04 23:11:22 +08:00 |
|
Rhett Ying
|
3742d5ffed
|
[GraphBolt] rename data attributes in MiniBatch (#6274)
|
2023-09-04 16:24:00 +08:00 |
|
peizhou001
|
ac49220cd4
|
[Graphbolt] Convert a data block to dgl graphs (#6228)
|
2023-09-04 14:01:44 +08:00 |
|
peizhou001
|
86f739b374
|
[Graphbolt] Change data_block to mini_batch (#6256)
|
2023-09-04 13:20:22 +08:00 |
|
Rhett Ying
|
240e28a223
|
[GraphBolt] rename MinibatchSampler as ItemSampler (#6255)
|
2023-09-01 13:44:13 +08:00 |
|
Rhett Ying
|
6068dc31ae
|
[GraphBolt] add names for each item in ItemSet (#6254)
|
2023-09-01 08:43:17 +08:00 |
|
Ramon Zhou
|
d387e8e376
|
[Graphbolt] Add pickle methods for CSCSamplingGraph (#6199)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-31 11:20:41 +08:00 |
|
Rhett Ying
|
6b99f32880
|
[GraphBolt] use str etype in graphs (#6235)
|
2023-08-30 11:46:03 +08:00 |
|
Rhett Ying
|
911c4aba73
|
[GraphBolt] use str etype in sampler (#6232)
|
2023-08-30 09:50:59 +08:00 |
|
Hongzhi (Steve), Chen
|
27f6561a89
|
[Graphbolt] Improve basic feature store test. (#6209)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-29 14:41:11 +08:00 |
|
Rhett Ying
|
4c5489e876
|
[GraphBolt] remove duplicate test utils (#6220)
|
2023-08-28 15:25:35 +08:00 |
|
Hongzhi (Steve), Chen
|
5c1206de71
|
[Graphbolt] Update unit test to match the official edge format. (#6215)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-25 14:39:54 +08:00 |
|
Muhammed Fatih BALIN
|
968c52dd7b
|
[Graphbolt] Gpu cache feature store (#6005)
|
2023-08-25 14:14:41 +08:00 |
|
Hongzhi (Steve), Chen
|
b8e935751d
|
[Graphbolt] Add BasicFeatureStore. (#6204)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-25 09:42:11 +08:00 |
|
Hongzhi (Steve), Chen
|
60d4ea69d1
|
[Misc] Keep import in order. (#6207)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-24 23:30:37 +08:00 |
|
LastWhisper
|
f8c60a1819
|
[Graphbolt] Introduce an is_homogeneous option for converting from COO to CSC format. (#6202)
|
2023-08-24 17:34:13 +08:00 |
|
Hongzhi (Steve), Chen
|
a38bb5d1c6
|
[Misc] Better naming. (#6206)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-24 17:20:36 +08:00 |
|
Hongzhi (Steve), Chen
|
a438565e30
|
[Misc] Move impl related tests to impl directory. (#6205)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-24 17:16:31 +08:00 |
|
peizhou001
|
e362f02393
|
[Graohbolt] Fix negative sampler hetero bugs (#6185)
|
2023-08-22 10:09:20 +08:00 |
|
peizhou001
|
c6cdeb6b9b
|
[Graphbolt] Adapt negative sampler input (#6177)
|
2023-08-21 16:36:31 +08:00 |
|
peizhou001
|
44f4b0e29d
|
[Graphbolt]Adapt negative sampler (#6165)
|
2023-08-18 12:35:32 +08:00 |
|
Ramon Zhou
|
45da2b23f6
|
[Graphbolt] Add num_pick_fn into neighbor sampling (#6101)
|
2023-08-09 17:28:46 +08:00 |
|
peizhou001
|
661f8177ce
|
[Graphbolt]Add data format (#6075)
|
2023-08-02 10:31:11 +08:00 |
|
Hongzhi (Steve), Chen
|
1e5fb1557e
|
[Misc] Update variable names. (#6071)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-01 13:22:11 +08:00 |
|
peizhou001
|
5da7d3917b
|
[Graphbolt]Add negative sampler udf (#6053)
|
2023-08-01 11:38:00 +08:00 |
|
Muhammed Fatih BALIN
|
e34a507292
|
[Graphbolt][Feature] LABOR-0 implementation into sample_neighbors with tests (#5986)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-07-18 16:44:16 +08:00 |
|
czkkkkkk
|
a52be5c683
|
[Graphbolt] Add exclude_edges impl and unittest. (#5996)
|
2023-07-14 17:08:05 +08:00 |
|
Hongzhi (Steve), Chen
|
807a753c31
|
Revert "[Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph" (#5997)
|
2023-07-13 14:23:48 +08:00 |
|
Ramon Zhou
|
09e5aa961d
|
[Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph (#5979)
|
2023-07-12 23:03:22 +08:00 |
|
peizhou001
|
7c2ea23aaf
|
[Graphbolt] Change input/output of sample neighbors to hetero format (#5980)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2023-07-12 16:47:26 +08:00 |
|
peizhou001
|
a33fafb713
|
[Graphbolt] Change probs to name of attribute (#5968)
|
2023-07-12 14:15:55 +08:00 |
|
peizhou001
|
4b4565077c
|
[Graphbolt] Add edge attributes (#5966)
|
2023-07-11 18:31:58 +08:00 |
|
peizhou001
|
92a46d126a
|
[Graohbolt] Reorg CSCSamplingGraph folder (#5974)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2023-07-11 13:01:08 +08:00 |
|