文件历史

312 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 9ed28089e0 [GraphBolt] add available builtin datasets into docstring (#6346) 2023-09-20 08:53:34 +08:00
Rhett Ying 06074d7387 [GraphBolt] enrich node types for input/output nodes of sampled subgraph (#6348) 2023-09-19 17:15:52 +08:00
Rhett Ying fe96f11fff [GraphBolt] enable to download built-in dataset from s3 (#6329) 2023-09-15 11:35:24 +08:00
Rhett Ying 2a715f2f6f [GraphBolt] skip empty mask (#6331) 2023-09-14 23:48:23 +08:00
Hongzhi (Steve), Chen 4ea2bd45eb [Graphbolt] Add MiniBatchTransformer to support exclude edges. (#6330) 2023-09-14 18:18:49 +08:00
peizhou001 47c6fb1ff0 [Graphbolt]Fix docstring example (#6328) 2023-09-14 15:28:51 +08:00
Hongzhi (Steve), Chen a848aa3e9b [Graphbolt] Reorder the parameters of UniformNegativeSampler. (#6322)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-14 10:05:31 +08:00
Rhett Ying 5eda844011 [GraphBolt] fix type_per_edge (#6317) 2023-09-12 17:42:18 +08:00
peizhou001 0440806aac [Graphbolt] Move exclude edges (#6312) 2023-09-12 15:12:43 +08:00
Rhett Ying c51516a83e [GraphBolt] fix type_per_edge when convert DGLGraph to CSCSamplingGraph (#6314) 2023-09-12 14:52:41 +08:00
peizhou001 53153b423a [Graphbolt] Fix sample bugs (#6311) 2023-09-12 13:05:45 +08:00
Rhett Ying 337b5ea770 [GraphBolt] enable fanouts to be a list of int (#6309) 2023-09-12 10:26:51 +08:00
peizhou001 1ff5f09fe6 [Graphbolt] Remove link prediction format (#6298) 2023-09-08 10:43:00 +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
Rhett Ying 3742d5ffed [GraphBolt] rename data attributes in MiniBatch (#6274) 2023-09-04 16:24:00 +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
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
Muhammed Fatih BALIN 3fb81fcaf6 [Graphbolt] LayerNeighborSampler and tests (#6214) 2023-08-29 12:41:15 +08:00
Rhett Ying 44a9faad7a [GraphBolt] add converter of etype and update in dataset (#6230) 2023-08-29 11:59:40 +08:00
Muhammed Fatih BALIN 968c52dd7b [Graphbolt] Gpu cache feature store (#6005) 2023-08-25 14:14:41 +08:00
Hongzhi (Steve), Chen cbfc8085f3 [Misc] Always use subgraph instead of sub_graph. (#6213) 2023-08-25 14:01:39 +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
peizhou001 f6dec3596c [Graphbolt]Subgraph sampler udf (#6129) 2023-08-23 13:42:06 +08:00
keli-wen b1dd592da7 [Graphbolt] 2-step loading, Add OnDiskDataset.load() method to trigger actual loading. (#6142) 2023-08-14 15:34:18 +08:00
keli-wen 2c64ae0330 [Graphbolt] Enhance preprocessing: Ensure relative paths in YAML and convert to absolute paths before loading. (#6110) 2023-08-11 16:19:07 +08:00
Rhett Ying 6b047e4d77 [GraphBolt] wrap tvt with task structure (#6112) 2023-08-09 13:27:22 +08:00
Ramon Zhou 144a491b8d [Graphbolt] Update the sampler algorithm documentation for fanout = -1. (#6114) 2023-08-09 09:25:04 +08:00
keli-wen 129e75f325 [Graphbolt] Update preprocess to Accept Dataset Path Instead of YAML File Path (#6091) 2023-08-08 09:41:42 +08:00
Rhett Ying 96ddf41088 [GraphBolt] refactor FeatureStore and related impl (#6103) 2023-08-07 15:18:24 +08:00
Rhett Ying 47d37e9191 [GraphBolt] convert TVT from list of list to list (#6080) 2023-08-02 14:56:57 +08:00
peizhou001 661f8177ce [Graphbolt]Add data format (#6075) 2023-08-02 10:31:11 +08:00
Rhett Ying 14f396d0b7 [GraphBolt] change TVT format of OnDiskDataset (#6076) 2023-08-01 22:36:21 +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
Hongzhi (Steve), Chen 7ec78bb6d2 [Graphbolt] change dataset method to property. (#6023)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-20 22:24:27 +08:00
keli-wen 4ceb0bffd7 [Graphbolt] Modify preprocess_ondisk_dataset function. (#6019)
fix str2
2023-07-19 16:12:10 +08:00
keli-wen fe8a8fc0f6 [Graphbolt] Modify preprocess_ondisk_dataset function. (#6017)
fix str
2023-07-19 11:42:08 +08:00
Rhett Ying b26da25297 [GraphBolt] remove pydantic_yaml from dependency (#6011)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-19 10:48:46 +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
keli-wen d90954b10c [Graphbolt] Add the preprocess_ondisk_dataset function. (#5991)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-18 13:05:23 +08:00
czkkkkkk a52be5c683 [Graphbolt] Add exclude_edges impl and unittest. (#5996) 2023-07-14 17:08:05 +08:00
peizhou001 e8ef55c7ab [Graphbolt] Fix docstring (#5995)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-07-13 14:27:54 +08:00
czkkkkkk ced802d08e [Graphbolot] Add the exclude edges interface (#5988) 2023-07-12 16:48:04 +08:00