1. 16 Aug, 2022 1 commit
  2. 30 Jul, 2022 1 commit
  3. 29 Jul, 2022 3 commits
  4. 28 Jul, 2022 2 commits
  5. 12 Jul, 2022 1 commit
  6. 27 Jun, 2022 1 commit
  7. 26 Jun, 2022 1 commit
  8. 23 Jun, 2022 1 commit
  9. 22 Jun, 2022 1 commit
  10. 20 Jun, 2022 3 commits
  11. 19 Jun, 2022 1 commit
  12. 17 Jun, 2022 1 commit
    • david-cortes's avatar
      [R-package] Add sparse feature contribution predictions (#5108) · 6f92d47a
      david-cortes authored
      
      
      * add predcontrib for sparse inputs
      
      * register newly-added function
      
      * comments
      
      * correct wrong types in test
      
      * forcibly take transpose function from Matrix
      
      * keep row names, test comparison to dense inputs
      
      * workaround for passing test while PR for row names is not merged
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * proper handling of integer overflow
      
      * add test for CSR contrib row names
      
      * add more tests for predict(<sparse>, predcontrib=TRUE)
      
      * make linter happy
      
      * linter
      
      * linter
      
      * check error messages for bad input shapes
      
      * fix regex
      
      * hard-coded number of columns in regex for tests
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      6f92d47a
  13. 14 Jun, 2022 1 commit
  14. 05 Jun, 2022 1 commit
  15. 31 May, 2022 2 commits
  16. 25 May, 2022 1 commit
  17. 24 May, 2022 1 commit
  18. 23 May, 2022 4 commits
  19. 22 May, 2022 1 commit
  20. 18 May, 2022 1 commit
  21. 17 May, 2022 2 commits
  22. 11 May, 2022 1 commit
  23. 10 May, 2022 2 commits
    • James Lamb's avatar
      [R-package] remove lgb.unloader() (#5204) · eababef8
      James Lamb authored
      * [R-package] remove lgb.unloader()
      
      * update version reference
      eababef8
    • James Lamb's avatar
      [R-package] ensure that callbacks respect verbosity from params (#5199) · 14ca8fc0
      James Lamb authored
      * [R-package] ensure that callbacks respect verbosity from params
      
      * added tests on lgb.train()
      
      * add lgb.cv() tests
      
      * add fix for lightgbm()
      
      * fix early stopping tests
      
      * start reduucing duplication in tests
      
      * more simplification
      
      * more simplification
      
      * reduce more code duplication
      
      * centrallize more details
      
      * reuse more logic across tests
      
      * more code re-use
      
      * started condensing lgb.cv test code
      
      * further condense lgb.cv() tests
      
      * re-use more code lgb.cv() tests
      
      * more condensing
      14ca8fc0
  24. 04 May, 2022 1 commit
  25. 30 Apr, 2022 1 commit
  26. 24 Apr, 2022 1 commit
  27. 13 Apr, 2022 1 commit
  28. 05 Apr, 2022 2 commits