文件历史

79 次代码提交

作者 SHA1 备注 提交日期
Andrei Ivanov 540dd2ba4d [TestFailure] Resolving exceptions thrown across multiple GraphBolt tests. (#7852) 2025-01-08 14:05:34 +08:00
Muhammed Fatih BALIN bbe00c04ba [GraphBolt][Dataset] Merging part of #7708, igb-het small datasets by Bowen Yao's (#7788)
Co-authored-by: Bowen Yao <112051015+BowenYao18@users.noreply.github.com>
Co-authored-by: BowenYao18 <by18@rice.edu>
2024-09-07 15:43:19 -04:00
Bowen Yao f9097ee438 [Graphbolt][Dataset] Add igb-hom dataset (#7781)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-06 01:04:53 -04:00
Bowen Yao b60ad557f5 [Graphbolt][Dataset] Add igb-hom-large to scripts (#7770)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-04 00:55:58 -04:00
Bowen Yao b4bd509226 [Dataset] Contribute IGB-Homo dataset to node_classification.py (#7717)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-29 19:15:29 -04:00
Muhammed Fatih BALIN 781cc500c5 [GraphBolt] Move get_attributes utils. (#7601) 2024-07-27 20:28:19 -04:00
Muhammed Fatih BALIN 5434fc35db [GraphBolt][Standalone] Reduce and mark dependencies on DGL. (#7499) 2024-07-09 05:58:20 -04:00
Mingbang Wang ece1210817 [GraphBolt] Rename ItemSetDict as HeteroItemSet (#7424) 2024-05-24 13:39:27 +08:00
Xinyu Yao ba9c1521f6 [GraphBolt] Update docstring related to cleaning up seed_nodes and node_pairs. (#7341)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-24 12:43:31 +08:00
Xinyu Yao 65272a53f2 [GraphBolt] Update docstring of ondisk dataset. (#7306)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-16 16:30:40 +08:00
Mingbang Wang c264a4109a [Misc] rename a variable (#7260) 2024-04-10 13:33:08 +08:00
Xinyu Yao d9caeaaafc [GraphBolt] Update dataset names that exposed to users in examples. (#7280)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-08 17:06:49 +08:00
yxy235 efe28493d3 [GraphBolt] Modify examples to use seeds. (#7231)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-01 16:45:39 +08:00
yxy235 3885da25f7 [GraphBolt] Modify _init_all_nodes_set to use seeds. (#7243)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-27 14:53:28 +08:00
Mingbang Wang 5d2d14538a [GraphBolt] Support saving graph and TVT_Sets in int32 (#7127)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-02-28 21:54:19 -05:00
Mingbang Wang 7b4c8c7769 [GraphBolt] Update _init_all_nodes_set (#7168) 2024-02-28 02:05:02 -05:00
caojy1998 3ced3411e5 [Dataset] Add dataset ogbn-papers100M (#7096)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
2024-02-20 13:35:00 +08:00
Mingbang Wang 458b938c42 [GraphBolt] modify preprocess_ondisk_dataset() (#6986) 2024-02-18 01:04:39 +08:00
Rhett Ying 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) 2024-01-25 16:03:25 +08:00
yxy235 de1eedc6e8 [GraphBolt] Add check about whether edge IDs are saved when edge feature is stored. (#6948)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 15:05:58 +08:00
Mingbang Wang 905321f855 [GraphBolt] Modify __repr__ (#6953) 2024-01-16 14:38:58 +08:00
yxy235 40816f6e40 [GraphBolt] Automatically force preprocess on-disk dataset. (#6937)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 10:04:19 +08:00
Mingbang Wang dfff53bc24 [GraphBolt] add test for PR#6873 (#6923) 2024-01-15 12:11:40 +08:00
yxy235 04752e9f15 [GraphBolt] Add force_reload to OnDiskDataset. (#6930)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-10 19:21:46 +08:00
yxy235 0742b85bb0 [GraphBolt] Add opt to load tasks selectively. (#6905)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-09 11:27:56 +08:00
yxy235 a697e79118 [GraphBolt] Support numpy for edges when constructing graph in preprocess_ondisk_dataset. (#6916)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-09 11:24:06 +08:00
czkkkkkk 397b7599f1 [Graphbolt] Support loading heterogeneous attributes in sampling graph. (#6873) 2024-01-03 14:38:59 +08:00
Rhett Ying 017b6bb357 [doc] update YAML spec (#6812) 2023-12-22 14:40:50 +08:00
Rhett Ying 3e59b1d477 [doc] update OnDiskDataset (#6811) 2023-12-22 14:15:11 +08:00
yxy235 e5199ac214 [GraphBolt] Add __repr__ to OnDiskTask. (#6804)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-21 19:19:12 +08:00
Rhett Ying 541f2ba4cc [GraphBolt] make in_memory optional in OnDiskDataset (#6789) 2023-12-20 17:00:10 +08:00
Rhett Ying 643a42fe5e [doc] fix docstring for BuiltinDataset (#6749) 2023-12-13 20:05:32 +08:00
Rhett Ying c213444268 [GraphBolt] use torch.load/save instead of load/save_fused_xxx() (#6707) 2023-12-07 17:17:31 +08:00
Hongzhi (Steve), Chen cbb6f5029a [Graphbolt] Add proper error message for BuildinDataset. (#6690)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-12-06 16:29:32 +08:00
yxy235 9aca30923d [GraphBolt] Rename and move utils files. (#6627)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-28 10:49:20 +08:00
Rhett Ying 7af522db91 [GraphBolt] add BuiltinDataset of ogbn-arxiv (#6591) 2023-11-21 16:57:11 +08:00
LastWhisper 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) 2023-11-04 03:09:14 +08:00
Ramon Zhou 325e67ce19 [Misc] Change node features type of ogbn-products to float32 (#6518) 2023-11-02 17:09:41 +08:00
Hongzhi (Steve), Chen 14b4a90b4e [Graphbolt] Add cora to graphbolt builtin dataset. (#6514)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-02 10:14:09 +08:00
Rhett Ying 1d86b796a1 [GraphBolt] fix docstring (#6502) 2023-10-27 09:47:42 +08:00
yxy235 1a67b5b920 [Misc] Fix bugs of changing 1-D tasks sets when preprocess feature data. (#6479)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-21 15:03:31 +08:00
Mingbang Wang ea58090e9e [GraphBolt] Add names to ItemSets in _init_all_nodes_set (#6461) 2023-10-20 14:34:18 +08:00
yxy235 8b37564ba2 [GraphBolt] Modify preprocess to support ondisk datasets with 1D features. (#6433)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-10-18 16:31:36 +08:00
LastWhisper a4ccc3e916 [Graphbolt] Add a load option original_edge_id for preprocess and from_dglgraph (#6438) 2023-10-16 15:55:44 +08:00
Mingbang Wang f08d2a8a4c [GraphBolt] Add all_nodes_set to OnDiskDataset (#6434)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-10-16 15:29:00 +08:00
Mingbang Wang 0b00b5818b [Misc] Polish the python code (#6443)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
2023-10-16 14:20:06 +08:00
Rhett Ying a2a3a91325 [GraphBolt][Doc] update examples and display methods on page (#6426) 2023-10-11 16:41:42 +08:00
Rhett Ying 7d87dcec6a [GraphBolt][Doc] update impl (#6418) 2023-10-11 15:11:37 +08:00
Rhett Ying 43b45ab618 [GraphBolt] update URL for ogb-lsc-mag240m (#6392) 2023-09-27 16:22:40 +08:00
LastWhisper 88e9422a36 [Graphbolt] Udpate the ogbl-citation2 dataset docstring (#6385) 2023-09-25 22:13:11 +08:00