kglab icon indicating copy to clipboard operation
kglab copied to clipboard

Support DGL

Open Mec-iS opened this issue 3 years ago • 1 comments

I'm submitting a

  • [x ] feature request.

It would be nice to have in kglab some support for Graph Machine Learning using DGL Python library:

  • https://docs.dgl.ai/en/0.4.x/tutorials/basics/1_first.html
  • https://www.dgl.ai/
  • https://github.com/dmlc/dgl In particular:
  • loading of a graph in the library via kglab-NetworkX
  • definitions of feature vectors
  • training
  • ...

Mec-iS avatar Aug 21 '22 17:08 Mec-iS

Another interesting point about this that I learned recently is NVIDIA appears to be prioritizing DGL support in RAPIDS then following later with PyG support.

ceteri avatar Sep 05 '22 16:09 ceteri