Xin Yao
|
fc36694507
|
[Bug] Avoid importing packaging directly (#6260)
Signed-off-by: Xin Yao <xiny@nvidia.com>
|
2023-09-01 12:03:12 +08:00 |
|
Rhett Ying
|
6068dc31ae
|
[GraphBolt] add names for each item in ItemSet (#6254)
|
2023-09-01 08:43:17 +08:00 |
|
peizhou001
|
219c9f1a29
|
[Graphbolt]Refator feature fetcher (#6245)
|
2023-08-31 15:28:47 +08:00 |
|
xiangyuzhi
|
ec8225df4a
|
[Sparse] Add matrix slicing python API (#6184)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-30 12:54:22 +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
|
c30d571304
|
[Graphbolt] Combine data block classes to a single file. (#6233)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-29 17:26:18 +08:00 |
|
Rhett Ying
|
6ceebaa7a0
|
[GraphBolt] use str etype in data block (#6231)
|
2023-08-29 14:31:49 +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 |
|
Rhett Ying
|
b642c5d897
|
[GraphBolt] relocate utils (#6227)
|
2023-08-29 09:20:00 +08:00 |
|
Rhett Ying
|
2144a3ce43
|
[GraphBolt] use str instead of tuple for canonical etype (#6216)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-28 15:41:40 +08:00 |
|
peizhou001
|
d82cfdc05c
|
[Graphbolt] Add feature fetcher udf (#6210)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-28 12:07:08 +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 |
|
Quan (Andy) Gan
|
019a1a6072
|
[Optimization] Use scipy's eigs instead of numpy in lap_pe (#5855)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-24 10:34:59 +08:00 |
|
peizhou001
|
f6dec3596c
|
[Graphbolt]Subgraph sampler udf (#6129)
|
2023-08-23 13:42:06 +08:00 |
|
Andrei Ivanov
|
c7e252cd19
|
Testing a data frame with unnamed columns. (#6186)
|
2023-08-22 13:16:53 +08:00 |
|
Rhett Ying
|
9ef80a6e54
|
[BugFix] remove non-existent arg (#6188)
|
2023-08-22 11:43:49 +08:00 |
|
peizhou001
|
e362f02393
|
[Graohbolt] Fix negative sampler hetero bugs (#6185)
|
2023-08-22 10:09:20 +08:00 |
|
peizhou001
|
82b11b6ca3
|
[Graphbolt] Patch: Change compact to list (#6183)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2023-08-22 09:50:06 +08:00 |
|
Da Zheng
|
8b23ec6082
|
Fix a bug in standalone mode (#6179)
|
2023-08-21 02:03:02 -07:00 |
|
peizhou001
|
c6cdeb6b9b
|
[Graphbolt] Adapt negative sampler input (#6177)
|
2023-08-21 16:36:31 +08:00 |
|
peizhou001
|
405de769b7
|
[Graphbolt]Add compact for node list (#6176)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2023-08-21 15:13:23 +08:00 |
|
Andrei Ivanov
|
8b839a2398
|
Improving data tests. (#6144)
|
2023-08-20 21:43:59 +08:00 |
|
peizhou001
|
44f4b0e29d
|
[Graphbolt]Adapt negative sampler (#6165)
|
2023-08-18 12:35:32 +08:00 |
|
peizhou001
|
976970554d
|
[Grapbolt]Add unified data structure (#6140)
|
2023-08-17 10:04:48 +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 |
|
Muhammed Fatih BALIN
|
f0d8ca1e40
|
[Dev] Change CXX standard to 17 (#6138)
|
2023-08-14 10:26:40 +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 |
|
peizhou001
|
9116f67304
|
[Graphbolt]Unique and compact OP (#6098)
|
2023-08-11 07:58:33 +08:00 |
|
Andrei Ivanov
|
cf829dc38e
|
Fixing some unittest warnings. (#6122)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-10 11:53:20 +08:00 |
|
Andrei Ivanov
|
d19887cde5
|
Improving transform tests. (#6123)
|
2023-08-10 09:59:25 +08:00 |
|
paoxiaode
|
d5ae1ea05f
|
[BugFix] add input/output shape check in GatedGraphConv (#6119)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-09 19:16:46 +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 |
|
caojy1998
|
bcb5be4ac8
|
[Bug fix] Fix the bug in creating unibipartite heterogenous graph (#6093)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
|
2023-08-07 18:50:22 +08:00 |
|
Rhett Ying
|
96ddf41088
|
[GraphBolt] refactor FeatureStore and related impl (#6103)
|
2023-08-07 15:18:24 +08:00 |
|
Jing Zhu
|
a1a3ce89ed
|
[SpotTarget]Edge sampler with excluding edges adjacent to low-degree nodes (#5893)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: ZYH <31127200+Tonyzhou98@users.noreply.github.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-04 16:35:27 +08:00 |
|
Rhett Ying
|
57b037fda6
|
[dev] remove distutils from dependency (#6089)
|
2023-08-03 17:07:27 +08:00 |
|
Rhett Ying
|
47d37e9191
|
[GraphBolt] convert TVT from list of list to list (#6080)
|
2023-08-02 14:56:57 +08:00 |
|
Zhiteng Li
|
19c7e5afc0
|
[NN] Add EGT Layer (#6056)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
|
2023-08-02 14:14:08 +08:00 |
|
Songqing Zhang
|
9711d75fda
|
[Misc] Simplify the data path's assignment in python utils (#6058)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-08-02 12:43:13 +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
|
d2f192f814
|
[Misc] Add not-implemented error for api. (#6073)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-08-01 14:36:31 +08:00 |
|