classicsong / dgl-graphloader

Graphloader utils to load raw dataset into dgl graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dgl-graphloader

License

Documentation

DGL GraphLoader is a light weight library helping load dataset into DGL Graph. It provides a banch of APIs to load graph structures, vertics features, edge features, and training/validation/testing ground truth labels into a DGL Graph. The package is implemented on the top of Deep Graph Library.

A Quick Start

To install the latest version of DGL GraphLoader run:

sudo pip3 install dgl
cd python
python3 setup.py install

License

This project is licensed under the Apache-2.0 License.

About

Graphloader utils to load raw dataset into dgl graph

License:Apache License 2.0


Languages

Language:Python 100.0%