1. 08 Oct, 2022 1 commit
  2. 14 Jul, 2022 1 commit
  3. 22 Jun, 2022 1 commit
  4. 14 Jun, 2022 1 commit
  5. 12 Jun, 2022 1 commit
  6. 03 Jun, 2022 1 commit
  7. 02 Jun, 2022 2 commits
  8. 16 May, 2022 1 commit
  9. 26 Mar, 2022 1 commit
  10. 24 Feb, 2022 3 commits
  11. 23 Feb, 2022 1 commit
  12. 18 Feb, 2022 3 commits
  13. 17 Feb, 2022 4 commits
  14. 15 Feb, 2022 1 commit
  15. 11 Feb, 2022 1 commit
  16. 10 Feb, 2022 1 commit
  17. 30 Jan, 2022 1 commit
  18. 18 Jan, 2022 1 commit
  19. 11 Jan, 2022 1 commit
  20. 10 Jan, 2022 1 commit
    • Rhett Ying's avatar
      [Feature] add CSVDataset to load data from csv files (#3547) · 95c0ff63
      Rhett Ying authored
      * [Feature] add CSVDataset to load data from csv files
      
      * add CSVDataset class file
      
      * install pyyaml when running unit tests
      
      * install pandas for unit tests
      
      * utilize pydantic for YAML config check
      
      * generate yaml and csv files during test
      
      * make more keys as optional
      
      * remove/rename several keys in yaml config and more tets though looks a bit clumsy
      
      * fix test failure on mxnet
      
      * pass /path/to/dataset instead of yaml path
      
      * code refinement
      
      * code refine
      
      * change several yaml field such as feat and graph_id
      
      * merge graph generation logic
      
      * refine code
      
      * Refactored_first_version
      
      * DGLCSVDataset works for single heterograph
      
      * add more tests
      
      * fix test failure in mxnet
      
      * add docstring
      
      * use list comprehension for dict
      
      * fix version in YAML
      
      * refine data length assert
      
      * use dict.pop directly
      
      * remove ambiguous variable names
      
      * refine graph id missing logic
      
      * refine graph create call
      
      * separate node/edge/graph data parser
      
      * remove separator in DefaultDataParser
      
      * refine validation error log for yaml field
      
      * minor check
      
      * refine code via dict.get()
      
      * move load_from_csv into Node/Edge/GraphData
      
      * move _parse_node/edge/graph_data into Node/Edge/GraphData
      
      * refine id-related fields check
      
      * check duplicate ntypes/etypes when load yaml
      
      * refine docstring
      95c0ff63
  21. 27 Nov, 2021 1 commit
  22. 10 Nov, 2021 1 commit
  23. 30 Sep, 2021 1 commit
  24. 21 Sep, 2021 1 commit
  25. 06 Aug, 2021 1 commit
  26. 03 Aug, 2021 1 commit
  27. 29 Jul, 2021 1 commit
  28. 21 Jul, 2021 1 commit
  29. 14 Jul, 2021 1 commit
  30. 13 Jul, 2021 1 commit
  31. 12 Jul, 2021 1 commit
  32. 07 Jul, 2021 1 commit