1. 03 Feb, 2024 1 commit
  2. 07 Dec, 2023 1 commit
  3. 13 Nov, 2023 1 commit
  4. 21 Jul, 2023 1 commit
  5. 19 Jul, 2023 1 commit
  6. 10 May, 2022 1 commit
    • 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
  7. 04 Apr, 2022 1 commit
  8. 12 Mar, 2022 1 commit
  9. 23 Feb, 2022 1 commit
  10. 18 Feb, 2022 1 commit
  11. 09 Jan, 2022 2 commits
  12. 05 Jan, 2022 1 commit
  13. 29 Dec, 2021 1 commit
  14. 23 Dec, 2021 1 commit
  15. 22 Dec, 2021 2 commits
  16. 06 Dec, 2021 1 commit
  17. 04 Dec, 2021 1 commit
  18. 25 Sep, 2021 1 commit
  19. 29 Aug, 2021 1 commit
  20. 25 Aug, 2021 1 commit
  21. 17 Aug, 2021 1 commit
  22. 17 Jun, 2021 1 commit
  23. 12 Jun, 2021 1 commit
  24. 09 Jun, 2021 1 commit
  25. 10 May, 2021 1 commit
  26. 28 Apr, 2021 1 commit
  27. 19 Apr, 2021 2 commits
  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. 07 Dec, 2020 1 commit
  30. 01 Dec, 2020 2 commits
  31. 29 Nov, 2020 1 commit
  32. 08 Oct, 2020 1 commit
    • James Lamb's avatar
      [R-package] miscellaneous changes to comply with CRAN requirements (#3338) · 186711de
      James Lamb authored
      
      
      * [R-package] update DESCRIPTION per CRAN comments
      
      * newlines
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * more fixes
      
      * update Rbuildignore
      
      * more changes
      
      * more changes per CRAN response
      
      * add email
      
      * run examples in CI
      
      * add newest CRAN response
      
      * add Solaris patch
      
      * update patch
      
      * another attempt at ifaddrs patch
      
      * fix unnecessary comment
      
      * update configure
      
      * comments
      
      * bump version
      
      * tabs
      
      * fix address alignment, required by cran (#3415)
      
      * fix dataset binary file alignment
      
      * many fixes
      
      * fix warnings
      
      * fix bug
      
      * Update file_io.cpp
      
      * Update file_io.cpp
      
      * simplify code
      
      * Apply suggestions from code review
      
      * general
      
      * remove unneeded alignment
      
      * Update file_io.h
      
      * int32 to byte8 alignment
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * [R-package] add new copyright holder in DESCRIPTION (#3409)
      
      * [R-package] add new copyright holder in DESCRIPTION
      
      * fix role
      
      * fixing conflicts
      
      * [R-package] add new copyright holder in DESCRIPTION (#3409)
      
      * [R-package] add new copyright holder in DESCRIPTION
      
      * fix role
      
      * trying to fix conflicts
      
      * more fixes
      
      * this will work
      
      * update cran-comments
      
      * simplify solaris, add more testing docs
      
      * stuff
      
      * remove rchck docs
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * remove extra use of cat()
      
      * change solaris check
      
      * update docs
      
      * remove testing code
      
      * fix warning about cleanup not having execute permissions
      
      * fix cmake builds
      
      * remove blank line
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      186711de
  33. 27 Sep, 2020 1 commit
  34. 11 Sep, 2020 1 commit
  35. 06 Sep, 2020 1 commit
  36. 06 Aug, 2020 1 commit