1. 07 Dec, 2018 3 commits
  2. 06 Dec, 2018 8 commits
  3. 05 Dec, 2018 16 commits
  4. 04 Dec, 2018 9 commits
  5. 03 Dec, 2018 4 commits
    • HQ's avatar
      [Doc] LGNN tutorial (#210) · b1e8d95e
      HQ authored
      * tutorial notebook added
      
      * lg tutorial cleaned up
      
      * dataset scaffold
      
      * move dataloader to data
      
      * fix model
      
      * remove todo
      
      * utils seperated
      
      * [model]line graph new implementation + tutorial + binary sub graph dataset
      
      * [tutorial] line graph sphinx scaffold
      
      * [tutorial] lgnn tutorial improved
      
      * [tutorial] remove notebook
      
      * [tutorial] fix lg and gcn links
      
      * [tutorial] fix random seed
      
      * [tutorial]fix
      
      * WIP
      
      * code refactor done
      
      * new mini dataset; remove utils code
      
      * fix
      
      * word fix
      
      * fix link
      
      * minor fix
      
      * minor fix
      
      * minor fix
      b1e8d95e
    • Minjie Wang's avatar
      [Doc] overview and others (#222) · 10e18ed9
      Minjie Wang authored
      * model tutorials overview
      
      * update the 1_first
      
      * revised overview and summarized "what is DGL" in glance
      10e18ed9
    • Da Zheng's avatar
      [Graph][Bugfix] Fix the API of map_to_subgraph_nid (#226) · 2c170a8c
      Da Zheng authored
      * correct vid mapping API.
      
      * fix sse.
      2c170a8c
    • Gan Quan's avatar
      [Doc] Installation guide (#223) · 419ffbde
      Gan Quan authored
      * docstrings for graph mutation & queries
      
      * [Doc] contrib.sampler. (#200)
      
      * subgraph docs
      
      * updates
      
      * added installation guide
      
      * style fix
      
      * package name fixes
      
      * adding it back...
      
      * fix as requested
      
      * adding link
      
      * mac os build instructions
      
      * OS -> macOS
      419ffbde