1. 20 Jun, 2022 1 commit
  2. 19 Jun, 2022 1 commit
  3. 24 May, 2022 1 commit
  4. 01 Apr, 2022 1 commit
  5. 23 Feb, 2022 1 commit
  6. 18 Feb, 2022 1 commit
  7. 29 Dec, 2021 1 commit
  8. 22 Dec, 2021 1 commit
  9. 17 Jun, 2021 1 commit
  10. 05 Jun, 2021 2 commits
  11. 04 Jun, 2021 1 commit
  12. 12 May, 2021 1 commit
  13. 09 May, 2021 1 commit
  14. 04 May, 2021 1 commit
  15. 02 May, 2021 1 commit
  16. 30 Apr, 2021 1 commit
  17. 28 Apr, 2021 1 commit
  18. 22 Apr, 2021 1 commit
  19. 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
  20. 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
  21. 28 Nov, 2020 1 commit
  22. 27 Sep, 2020 1 commit
  23. 11 Sep, 2020 1 commit
  24. 06 Sep, 2020 1 commit
  25. 15 Aug, 2020 1 commit
  26. 24 Jul, 2020 1 commit
  27. 22 Jul, 2020 1 commit
  28. 02 Jul, 2020 1 commit
    • Belinda Trotta's avatar
      [R-package] Interface for interaction constraints (#3136) · 4f8c32d9
      Belinda Trotta authored
      * Add interaction constraints functionality.
      
      * Minor fixes.
      
      * Minor fixes.
      
      * Change lambda to function.
      
      * Fix gpu bug, remove extra blank lines.
      
      * Fix gpu bug.
      
      * Fix style issues.
      
      * Try to fix segfault on MACOS.
      
      * Fix bug.
      
      * Fix bug.
      
      * Fix bugs.
      
      * Change parameter format for R.
      
      * Fix R style issues.
      
      * Change string formatting code.
      
      * Change docs to say R package not supported.
      
      * Refactor check_interaction_constraints into separate function, add validation.
      
      * Fix error messages.
      
      * Add tests.
      
      * Update docs.
      
      * Fix tests, minor refactoring.
      
      * Fix style issues.
      
      * Fix R style issue.
      
      * Remove old code.
      
      * Fix existing test and add new one.
      
      * Fix R lint error.
      4f8c32d9
  29. 25 Apr, 2020 1 commit
  30. 21 Mar, 2020 1 commit
  31. 17 Mar, 2020 1 commit
  32. 19 Feb, 2020 1 commit
    • Guolin Ke's avatar
      [python] [R-package] refine the parameters for Dataset (#2594) · 9f79e840
      Guolin Ke authored
      
      
      * reset
      
      * fix a bug
      
      * fix test
      
      * Update c_api.h
      
      * support to no filter features by min_data
      
      * add warning in reset config
      
      * refine warnings for override dataset's parameter
      
      * some cleans
      
      * clean code
      
      * clean code
      
      * refine C API function doxygen comments
      
      * refined new param description
      
      * refined doxygen comments for R API function
      
      * removed stuff related to int8
      
      * break long line in warning message
      
      * removed tests which results cannot be validated anymore
      
      * added test for warnings about unchangeable params
      
      * write parameter from dataset to booster
      
      * consider free_raw_data.
      
      * fix params
      
      * fix bug
      
      * implementing R
      
      * fix typo
      
      * filter params in R
      
      * fix R
      
      * not min_data
      
      * refined tests
      
      * fixed linting
      
      * refine
      
      * pilint
      
      * add docstring
      
      * fix docstring
      
      * R lint
      
      * updated description for C API function
      
      * use param aliases in Python
      
      * fixed typo
      
      * fixed typo
      
      * added more params to test
      
      * removed debug print
      
      * fix dataset construct place
      
      * fix merge bug
      
      * Update feature_histogram.hpp
      
      * add is_sparse back
      
      * remove unused parameters
      
      * fix lint
      
      * add data random seed
      
      * update
      
      * [R-package] centrallized Dataset parameter aliases and added tests on Dataset parameter updating (#2767)
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      9f79e840
  33. 03 Feb, 2020 1 commit
  34. 01 Jan, 2020 2 commits
  35. 16 Nov, 2019 1 commit
    • James Lamb's avatar
      [R-package][ci] Added more R linters (fixes #2477) (#2533) · 1f7b06b9
      James Lamb authored
      
      
      * Added more linters on R code
      
      * started working on implicit integers
      
      * finished style changes to handle implicit integers
      
      * regenned documentation and added concatenation linter
      
      * changed channel for r-lintr
      
      * try building stringi before lintr
      
      * trying to get libicui18n
      
      * trying another thing
      
      * trying conda-forge again
      
      * added re-install of stringi
      
      * uncommented other stages
      
      * Update .ci/test.sh
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * removed apt update and changed lintr version floor
      
      * get lintr from CRAN
      
      * R needs to come before C++ linting
      
      * testing lintr install from CRAN
      
      * trying one more thing
      
      * more verbose
      
      * order might matter
      
      * removed commented code
      
      * cleaned up linting block in test.sh
      
      * grouped conda install calls and fixed a few integer array things
      1f7b06b9
  36. 24 Oct, 2019 1 commit
  37. 09 Sep, 2018 1 commit
  38. 22 Mar, 2018 1 commit