1. 17 Apr, 2019 1 commit
    • kitaev-chen's avatar
      [Model] Add GIN Model (#471) · a3febc06
      kitaev-chen authored
      * add gin model
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      
      * convert dataset.py to data_ont_the_fly way and put it into dgl.data module
      python code checked
      
      * modified document and reference TUDataset; checked python part and bypass cpp part due to error
      
      * change tensor to numpy in dataset and transform in collate@Dataloader
      
      * Change minor format issue
      
      Change minor format issue
      
      * moved logging; adjusted tqdm etc
      a3febc06
  2. 10 Apr, 2019 1 commit
    • VoVAllen's avatar
      [Dataset] Add TUDataset (#473) · 00fc680a
      VoVAllen authored
      * add graph classification dataset
      
      * add node label
      
      * add TUDataset
      
      * Modify to consistent with Qi Huang's implementation
      
      * add docs
      
      * Add docs
      
      * Fix change of environment variable
      
      * Update tu.py
      
      * Update tu.py
      
      * Fix error when add node with np.int64
      00fc680a
  3. 13 Mar, 2019 1 commit
  4. 02 Mar, 2019 1 commit
  5. 01 Mar, 2019 1 commit
  6. 25 Feb, 2019 1 commit
    • Minjie Wang's avatar
      [WIP] [NN] Refactor NN package (#406) · 565f0c88
      Minjie Wang authored
      * refactor graph conv
      
      * docs & tests
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint script
      
      * fix lint
      
      * Update
      
      * Style fix
      
      * Fix style
      
      * Fix style
      
      * Fix gpu case
      
      * Fix for gpu case
      
      * Hotfix edgesoftmax docs
      
      * Handle repeated features
      
      * Add docstring
      
      * Set default arguments
      
      * Remove dropout from nn.conv
      
      * Fix
      
      * add util fn for renaming
      
      * revert gcn_spmv.py
      
      * mx folder
      
      * fix wierd bug
      
      * fix mx
      
      * fix lint
      565f0c88
  7. 20 Feb, 2019 1 commit
  8. 17 Feb, 2019 1 commit
    • Hao Zhang's avatar
      [Model]PPI dataloader and inductive learning script. (#395) · 788d8dd4
      Hao Zhang authored
      * Create ppi.py
      
      * Create train_ppi.py
      
      * Update train_ppi.py
      
      * Update train_ppi.py
      
      * Create gat.py
      
      * Update train.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * Update train_ppi.py
      
      * Update ppi.py
      
      * Update train_ppi.py
      
      * update docs and readme
      788d8dd4
  9. 25 Jan, 2019 2 commits
  10. 10 Jan, 2019 1 commit
  11. 04 Jan, 2019 2 commits
    • Minjie Wang's avatar
      [Doc] small fix on the doc ref (#337) · 3edcaa1e
      Minjie Wang authored
      3edcaa1e
    • Mufei Li's avatar
      [Feature] Reversed Graph and Transform Module (#331) · 24bbdb74
      Mufei Li authored
      * reverse a graph
      
      * Reverse a graph
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 1728826b4f3a083b76dfc0fdecd2bbf943a971b2.
      
      * Fix
      
      * Fix
      
      * Delete vcs.xml
      
      * Delete Project_Default.xml
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Remove outdated test
      
      * Reorg transform and update reverse (#2)
      
      * Reorg transform and update reverse
      
      * Fix doc and test
      
      * Update test
      
      * Resolve conflict
      
      * CI oriented fix
      
      * Remove outdated import
      
      * Fix import
      
      * Fix import
      
      * define __all__ for wildcard imports
      
      * Fix import
      
      * Address circular imports
      
      * Fix
      
      * Fix test case
      
      * Fix
      
      * Fix
      
      * Remove unused import
      
      * Fix
      
      * Fix
      
      * Fix
      24bbdb74
  12. 06 Dec, 2018 1 commit
  13. 05 Dec, 2018 1 commit
    • VoVAllen's avatar
      [Tutorial] Add sse tutorial & MXNet Tutorial CI (#252) · cd907cdd
      VoVAllen authored
      * add sse tutorial
      
      * add mxnet tutorial ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * Fix ci
      
      * Fix ci
      
      * Fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * Fix CI
      
      Fix CI image
      
      * permission fix
      
      * fix a bug in the code.
      
      * small fix
      
      * fix doc
      
      * fix ci
      
      * shorten the iters
      
      * fix
      
      * remove extra file
      
      * add load_backend api to dynamically switch to another backend
      
      * try fix
      
      * fix tutorial
      
      * fix tutorial
      
      * fix bug in tutorial
      cd907cdd
  14. 04 Dec, 2018 2 commits
    • Lingfan Yu's avatar
      [Doc] API doc string for many components (#245) · 274e1082
      Lingfan Yu authored
      * builtin function docstring
      
      * init docstring
      
      * view docstring
      
      * add init to index and fix
      
      * node /edge feature
      
      * Example -> Examples
      
      * fix func hyperlink
      
      * traversal
      
      * fix
      
      * from/to_networkx docstring
      
      * minor
      
      * fix duplicate label
      
      * comment about tensor framework
      
      * from scipy sparse matrix
      
      * fix format errors
      274e1082
    • Mufei Li's avatar
      [Doc] Computing with DGLGraph (#212) · 7cca5007
      Mufei Li authored
      * Docs for graph computing
      
      * Docs for graph computing
      
      * Fix
      
      * WIP
      
      * update the docstring
      7cca5007
  15. 02 Dec, 2018 1 commit
  16. 30 Nov, 2018 2 commits
    • Mufei Li's avatar
      [Doc] data (#198) · 3a0f86a6
      Mufei Li authored
      * Fix dataset
      
      * Track data APIs
      3a0f86a6
    • Mufei Li's avatar
      [Doc] udf (#195) · 485f6d3a
      Mufei Li authored
      * Docstring for udf
      
      * Track udf docs
      
      * Improve
      
      * Improved
      
      * Delete udf.py
      
      * Improve
      485f6d3a
  17. 29 Nov, 2018 1 commit
  18. 11 Nov, 2018 1 commit
    • Gan Quan's avatar
      [API] bfs with edges (#132) · d6c80e0c
      Gan Quan authored
      * bfs with edges
      
      * dfs toy test case
      
      * clean up
      
      * style fix
      
      * bugfix
      
      * updating docs for bfs_edges and readouts
      d6c80e0c
  19. 09 Nov, 2018 2 commits
  20. 05 Oct, 2018 2 commits