kglab
kglab copied to clipboard
Support DGL
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
- ...
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.