alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

是否支持pyspark数据格式的输入? #239

Open chenheng98 opened 1 year ago

chenheng98 commented 1 year ago

大佬们,想问一下,想用GL构图采样,可以直接传入pyspark的数据dataframe之类的格式直接初始化么?还是必须传入数据地址?

baoleai commented 1 year ago

Not yet supported. GL currently only supports loading graph data from files, including local files and HDFS, and does not support directly initializing graph data from memory.