1. 06 Jan, 2022 1 commit
  2. 22 Dec, 2021 1 commit
  3. 10 Dec, 2021 3 commits
  4. 07 Dec, 2021 3 commits
  5. 06 Dec, 2021 1 commit
  6. 22 Oct, 2021 1 commit
  7. 25 Sep, 2021 2 commits
  8. 10 Sep, 2021 1 commit
  9. 02 Sep, 2021 2 commits
  10. 01 Sep, 2021 2 commits
  11. 30 Aug, 2021 1 commit
  12. 29 Aug, 2021 1 commit
  13. 25 Aug, 2021 3 commits
  14. 17 Aug, 2021 1 commit
  15. 17 Jun, 2021 1 commit
  16. 16 Jun, 2021 1 commit
  17. 13 Jun, 2021 1 commit
  18. 05 Jun, 2021 1 commit
  19. 12 May, 2021 1 commit
  20. 09 May, 2021 1 commit
  21. 04 May, 2021 1 commit
  22. 01 May, 2021 1 commit
  23. 30 Apr, 2021 1 commit
  24. 22 Apr, 2021 2 commits
  25. 19 Apr, 2021 1 commit
  26. 14 Feb, 2021 1 commit
  27. 25 Jan, 2021 1 commit
  28. 18 Jan, 2021 1 commit
  29. 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
  30. 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