1. 30 Aug, 2021 1 commit
  2. 29 Aug, 2021 1 commit
  3. 25 Aug, 2021 3 commits
  4. 18 Aug, 2021 1 commit
  5. 17 Aug, 2021 1 commit
  6. 26 Jun, 2021 1 commit
  7. 17 Jun, 2021 1 commit
  8. 16 Jun, 2021 1 commit
  9. 13 Jun, 2021 1 commit
  10. 12 Jun, 2021 1 commit
  11. 09 Jun, 2021 1 commit
  12. 05 Jun, 2021 3 commits
  13. 04 Jun, 2021 2 commits
  14. 12 May, 2021 1 commit
  15. 10 May, 2021 1 commit
  16. 09 May, 2021 1 commit
  17. 04 May, 2021 1 commit
  18. 02 May, 2021 1 commit
  19. 01 May, 2021 1 commit
  20. 30 Apr, 2021 1 commit
  21. 28 Apr, 2021 1 commit
  22. 22 Apr, 2021 2 commits
  23. 19 Apr, 2021 3 commits
  24. 18 Apr, 2021 1 commit
  25. 14 Feb, 2021 1 commit
  26. 25 Jan, 2021 1 commit
  27. 18 Jan, 2021 1 commit
  28. 05 Jan, 2021 1 commit
    • Guangyu Zeng's avatar
      [R-package] Add explicit return statement to R functions. (#3703) · 3fd48864
      Guangyu Zeng authored
      * add explicit return statement to functions in callback.R
      
      * add explicit return statement to functions in lgb.Booster.R
      
      * add explicit return statement to functions in lgb.Dataset.R
      
      * add explicit return statement to functions in lgb.Predictor.R
      
      * add explicit return statement to functions in lgb.cv.R
      
      * add explicit return statement to functions in lgb.interprete.R
      
      * add explicit return statement to functions in lgb.plot.importance.R
      
      * add explicit return statement to functions in saveRDS.lgb.Booster.R
      
      * add explicit return statement to functions in utils.R
      
      * add explicit return statement to functions in lgb.plot.interpretation.R
      
      * add explicit return statement to functions in build_r.R
      
      * fix typo
      
      * return(self) -> return(invisible(self))
      
      * fix some inconsistent indention
      
      * fix test failure
      
      * add another return() statement
      
      * fix linting errors
      3fd48864
  29. 03 Jan, 2021 2 commits
  30. 07 Dec, 2020 1 commit
  31. 01 Dec, 2020 1 commit
    • Guangyu Zeng's avatar
      [R-package] Update remaining internal function calls to use keyword arguments (#3617) · ab0d71d6
      Guangyu Zeng authored
      * update lgb.convert_with_rules.R to use keyword arguments
      
      * update lgb.cv.R to use keyword arguments
      
      * update lgb.importance.R to use keyword arguments
      
      * update lgb.interprete.R to use keyword arguments
      
      * update lgb.plot.interpretation.R to use keyword arguments
      
      * update more internal function calls to use keyword arguments
      
      * update more internal function calls to use keyword arguments
      ab0d71d6