THUMNLab / AutoGL

An autoML framework & toolkit for machine learning on graphs.
http://mn.cs.tsinghua.edu.cn/AutoGL/
Apache License 2.0
1.09k stars 119 forks source link

add GCNJaccard & GCNSVD #108

Closed wondergo2017 closed 2 years ago

wondergo2017 commented 2 years ago

need to include deeprobust as a required package

ZW-ZHANG commented 2 years ago

I suggest checking the compatibility with DGL backend (support both backends would be most ideal, but even if this function is not supported when only DGL is installed, there shouldn't be any compatibility error) @wondergo2017

wondergo2017 commented 2 years ago

I suggest checking the compatibility with DGL backend (support both backends would be most ideal, but even if this function is not supported when only DGL is installed, there shouldn't be any compatibility error) @wondergo2017

test ok for dgl backend

wondergo2017 commented 2 years ago

add test for pyg-only and dgl-only envs.