1. 17 Feb, 2023 2 commits
  2. 11 Jan, 2023 1 commit
  3. 10 Oct, 2022 1 commit
  4. 30 Jun, 2022 1 commit
  5. 14 Jun, 2022 1 commit
  6. 12 Jun, 2022 1 commit
  7. 02 Jun, 2022 2 commits
  8. 16 May, 2022 1 commit
  9. 24 Feb, 2022 1 commit
  10. 23 Feb, 2022 1 commit
  11. 18 Feb, 2022 2 commits
  12. 17 Feb, 2022 1 commit
  13. 15 Feb, 2022 1 commit
  14. 11 Feb, 2022 1 commit
  15. 10 Feb, 2022 1 commit
  16. 30 Jan, 2022 1 commit
  17. 18 Jan, 2022 1 commit
  18. 11 Jan, 2022 1 commit
  19. 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
  20. 30 Sep, 2021 1 commit
  21. 13 Jul, 2021 1 commit
  22. 21 Jun, 2021 1 commit
    • Kay Liu's avatar
      [Feature] add permission information and fix import problems (#3036) · 9706eaa8
      Kay Liu authored
      
      
      * [Feature] add positive negative statistics
      
      * [Feature] add permission information and fix import problem
      
      * fix backend incompatible problem
      
      * modify random split to remove sklearn usage
      
      * modify file read to remove pandas usage
      
      * add datasets into doc
      
      * add random seed in data splitting
      
      * add dataset unit test
      
      * usage permission information update
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      9706eaa8
  23. 14 Jun, 2021 1 commit
  24. 05 Nov, 2020 1 commit
    • Xiangkun Hu's avatar
      [Bugfix] GINDataset check whether labels are all valid (#2319) · 5f198763
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * check whether the original labels are valid
      
      * add unit test for gin dataset
      
      * bug of asscalar in mxnet<=1.6
      
      * mxnet<=1.6 asscalar requires ndarray to be shaped (1,)
      
      * skip gpu while testing datasets
      
      * Update test_data.py
      
      * test of gin dataset takes too much time
      5f198763
  25. 08 Sep, 2020 1 commit
  26. 27 Aug, 2020 1 commit
  27. 03 Aug, 2020 1 commit
  28. 25 Jan, 2019 1 commit