Rhett Ying
|
d22049e879
|
[TensorpipeDeprecation] remove unused arguments from wait_for_senders() (#5917)
|
2023-06-28 16:32:29 +08:00 |
|
Gleb Bazhenov
|
2489f5790a
|
[Doc] fix the paper link in dgl.data.utils.add_node_property_split (#5909)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2023-06-28 09:27:04 +08:00 |
|
Jiahang Li
|
d381f2263d
|
[Dataset] MovieLens (#5567)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-17-164.ap-northeast-1.compute.internal>
|
2023-06-19 16:48:27 +08:00 |
|
czkkkkkk
|
b0309326c8
|
[Graphbolt] Add FeatureStore. (#5845)
|
2023-06-18 15:23:16 +08:00 |
|
Rhett Ying
|
4e5780e3e3
|
[DistDGL] remove unused rpc related files (#5878)
|
2023-06-16 13:40:11 +08:00 |
|
Rhett Ying
|
1e886cb9cf
|
[DistDGL] sort node/edge_map to obtain expected id ranges (#5872)
|
2023-06-15 13:53:53 +08:00 |
|
OlegPlatonov
|
921476c8c6
|
[Dataset] Add heterophilous graphs. (#5853)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
|
2023-06-15 09:14:19 +08:00 |
|
Rhett Ying
|
894ae31ffc
|
[DistDGL] keep net_type in public API even it is deprecated (#5875)
|
2023-06-14 21:35:41 +08:00 |
|
Rhett Ying
|
bdb787585d
|
[GraphBolt] define __len__ for ItemSet/ItemSetDict (#5844)
|
2023-06-12 23:25:20 +08:00 |
|
keli-wen
|
f5330cb6f3
|
[Sparse] Clean formats function docstring. (#5851)
update the DGLGraph.formats docstring
|
2023-06-12 15:13:56 +08:00 |
|
Rhett Ying
|
72ec1c95c6
|
[DistDGL] remove tensorpipe cpp code (#5850)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-06-12 10:50:58 +08:00 |
|
Rhett Ying
|
0f3223310d
|
[DistDGL] remove tensorpipe from python APIs (#5848)
|
2023-06-09 16:35:51 +08:00 |
|
Zhiteng Li
|
e47a02793f
|
[NN] Refactor DegreeEncoder, SpatialEncoder and PathEncoder (#5799)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
|
2023-06-09 16:34:55 +08:00 |
|
caojy1998
|
4fd0a158ff
|
[CI] Fix a description bug for AddSelfLoop (#5842)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
|
2023-06-09 13:30:39 +08:00 |
|
Hongzhi (Steve), Chen
|
a051271731
|
[Misc] Fix indent for AddSelfLoop. (#5843)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-06-09 11:29:44 +08:00 |
|
Rhett Ying
|
ec4284097f
|
[GraphBolt] add typing hint for ItemSet/ItemSetDic/MinibatchSampler (#5841)
|
2023-06-09 10:40:12 +08:00 |
|
Rhett Ying
|
9c756a5e1e
|
[GraphBolt] refine ItemSet/ItemSetDict and add examples (#5834)
|
2023-06-09 08:56:29 +08:00 |
|
Rhett Ying
|
5ada3fc944
|
[GraphBolt] rename DictItemSet as ItemSetDict (#5806)
|
2023-06-08 11:13:53 +08:00 |
|
Rhett Ying
|
d88275cae7
|
[GraphBolt] support DictItemSet in MinibatchSampler (#5803)
|
2023-06-08 09:46:29 +08:00 |
|
rudongyu
|
9211d34fb8
|
[BugFix] Fix khop_adj (#5754)
|
2023-06-07 14:16:20 +08:00 |
|
Nick Baker
|
b0308c8525
|
[Model] Implemented PGExplainer for Heterogeneous graph (#5739)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Kunal Mukherjee <kunmukh@gmail.com>
|
2023-06-07 13:42:36 +08:00 |
|
Rhett Ying
|
a1051f0095
|
[GraphBolt] add MinibatchSampler which supports ItemSet (#5793)
|
2023-06-07 10:11:31 +08:00 |
|
Rhett Ying
|
290e1e9d8d
|
fix indent typo in docstring
|
2023-06-06 10:38:38 +08:00 |
|
peizhou001
|
c4aa74baf8
|
[GraphBolt] Add probs for neighbor sampling (#5774)
|
2023-06-05 13:18:07 +08:00 |
|
peizhou001
|
b03d70d39a
|
[Graphbolt] Add fanout check (#5776)
|
2023-06-04 11:53:10 +08:00 |
|
peizhou001
|
95cf6924a1
|
[Graphbolt] Return etypes in the neighbor sampling (#5773)
|
2023-06-04 10:42:59 +08:00 |
|
peizhou001
|
ae97049e6c
|
[GraphBolt] Add return_eid for neighbor sampling (#5772)
|
2023-06-04 10:05:22 +08:00 |
|
Hongzhi (Steve), Chen
|
5f490d19b2
|
[Misc] Fix typo. (#5775)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-06-04 09:37:16 +08:00 |
|
peizhou001
|
b32345169b
|
[GraphBolt] Add sample etype neighbors (#5771)
|
2023-06-03 15:20:23 +08:00 |
|
peizhou001
|
704aa4230f
|
[GraphBolt] Add replace for neighbor sampling (#5770)
[Graphbolt] Add replace for sampling
|
2023-06-02 19:48:27 +08:00 |
|
peizhou001
|
c9c165f7cb
|
[GraphBolt] Add fanout for neighbor sampling (#5768)
[Graphbolt] Add fanout for sampling
|
2023-06-02 18:50:04 +08:00 |
|
peizhou001
|
ee00729bbe
|
[Graphbolt] Define API for Neighbor sampling (#5766)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
|
2023-06-02 14:17:36 +08:00 |
|
Nicola Vitucci
|
a9d6f77012
|
[Feature] Support heterogeneous graphs in the to_networkx method (#5726)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
|
2023-06-01 19:49:15 +08:00 |
|
Rhett Ying
|
d0fa2909ef
|
[GraphBolt] import when necessary for DistDGL (#5755)
|
2023-06-01 11:22:12 +08:00 |
|
Xin Yao
|
7eef3e0db3
|
[Bugfix] Fix setup.py (#5746)
|
2023-05-31 10:15:50 +08:00 |
|
czkkkkkk
|
dc8a027903
|
[Graphbolt] Enable CSCSamplingGraph copy to/load from shared memory and add unittests in Python (#5742)
|
2023-05-30 19:05:00 +08:00 |
|
Rhett Ying
|
00972deecf
|
[GraphBolt] convert dgl partition to CSCSamplingGraph (#5736)
|
2023-05-29 16:49:39 +08:00 |
|
Rhett Ying
|
236ffa0f63
|
[GraphBolt] add in_subgraph() API at the python level (#5743)
|
2023-05-26 15:37:07 +08:00 |
|
peizhou001
|
1a64965706
|
[GraphBolt] Add subgraph binding (#5741)
|
2023-05-25 17:59:25 +08:00 |
|
Chang Liu
|
68275b9f3e
|
[Feature] Decompose dataset to each process to add multi-node support for dataloader (#5617)
|
2023-05-24 16:30:56 -07:00 |
|
Rhett Ying
|
70af8f0d85
|
[GraphBolt] add support for load/save CSCSamplingGraph in python level (#5733)
|
2023-05-24 17:24:43 +08:00 |
|
peizhou001
|
567a9df2d0
|
[GraphBolt] Add csc sampling graph python side code (#5700)
|
2023-05-23 16:59:59 +08:00 |
|
galogm
|
dd768a57f6
|
[Bugfix] dgl.linkx_homophily calculation fails when all class homophily=0 (#5720)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
|
2023-05-22 14:34:31 +08:00 |
|
peizhou001
|
ce66280d9d
|
[GraphBolt] Reorganzie graphbolt module (#5711)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
|
2023-05-19 16:55:03 +08:00 |
|
peizhou001
|
cc5c237965
|
[GraphBolt]CI patch (#5707)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
|
2023-05-19 10:18:15 +08:00 |
|
Quan (Andy) Gan
|
c92d012bb1
|
[Build] Bump nightly version (#5704)
|
2023-05-18 13:30:35 +08:00 |
|
鄢振宇Michael Yan
|
4dddde67a8
|
[Doc] Fix a typo in edgeconv.py (#5643)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
|
2023-05-16 16:41:00 +08:00 |
|
Rhett Ying
|
0b386a1d4f
|
Merge Graphbolt to master (#5680)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
|
2023-05-12 12:09:17 +08:00 |
|
Rhett Ying
|
fbb26ee5f6
|
[Dist] fix crash issue if empty test set (#5653)
|
2023-05-11 17:21:31 +08:00 |
|
Xin Yao
|
2eb3f08c1f
|
[Bugfix] Fix the version check for alpha version PyTorch in NGC containers (#5673)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-05-11 09:02:46 +08:00 |
|