1. 17 Oct, 2025 1 commit
  2. 14 Jul, 2024 1 commit
    • James Lamb's avatar
      [ci] [R-package] add CI jobs covering more CRAN "additional checks", fix... · 5cec6903
      James Lamb authored
      [ci] [R-package] add CI jobs covering more CRAN "additional checks", fix R_NO_REMAP warnings (fixes #6369) (#6523)
      
      * [ci] [R-package] add CI jobs testing newer compilers
      
      * set up vignette-processing dependencies
      
      * remove tinytex
      
      * set up pandoc
      
      * allow NOTEs, one more R_NO_REMAP guard
      
      * restore other CI
      
      * one more R_NO_REMAP guard
      
      * fail builds producing more than 1 NOTE
      
      * update approach for running R CMD check
      
      * fix filepath
      
      * fix paths
      
      * fix variable name
      
      * echo lines
      
      * fix piping
      
      * fix file extension
      
      * clean up
      
      * make R CMD check stricter
      5cec6903
  3. 03 Jul, 2024 1 commit
  4. 16 May, 2024 1 commit
  5. 07 Dec, 2023 1 commit
  6. 11 Oct, 2022 1 commit
  7. 28 Aug, 2022 1 commit
  8. 23 Aug, 2022 1 commit
  9. 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
  10. 15 Mar, 2022 1 commit
  11. 04 Dec, 2021 1 commit
  12. 03 Dec, 2021 1 commit
  13. 13 Nov, 2021 1 commit
  14. 05 Jun, 2021 1 commit
  15. 12 May, 2021 1 commit
  16. 09 May, 2021 1 commit
  17. 06 May, 2021 1 commit
  18. 04 May, 2021 1 commit
  19. 03 May, 2021 2 commits
  20. 02 May, 2021 2 commits
  21. 01 May, 2021 1 commit
  22. 06 Aug, 2020 1 commit
  23. 15 Jul, 2020 1 commit
  24. 25 May, 2020 1 commit
  25. 10 Mar, 2020 1 commit
  26. 03 Mar, 2020 1 commit
  27. 23 Feb, 2020 1 commit
  28. 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
  29. 07 Oct, 2019 1 commit
  30. 13 Apr, 2019 1 commit
  31. 11 Apr, 2019 1 commit
  32. 02 Feb, 2019 1 commit
  33. 23 Jan, 2019 1 commit
  34. 16 Aug, 2018 1 commit
  35. 11 Mar, 2018 1 commit
  36. 05 Jun, 2017 1 commit
    • Guolin Ke's avatar
      Compile R package by custom tool chain. (#584) · f98d75fc
      Guolin Ke authored
      * add R's library file to vs project and cmake.
      
      * support using dll built by vs.
      
      * better search for the library file.
      
      * remove mingw related doc .
      
      * update document.
      
      * Let R handle the library compile.
      
      * try fix build from github.
      
      * Update README.md
      
      * cleaner build.
      
      * fix the install problem in linux.
      
      * Update README.md
      f98d75fc
  37. 30 May, 2017 1 commit
    • Guolin Ke's avatar
      Support early stopping of prediction in CLI (#565) · 6d4c7b03
      Guolin Ke authored
      * fix multi-threading.
      
      * fix name style.
      
      * support in CLI version.
      
      * remove warnings.
      
      * Not default parameters.
      
      * fix if...else... .
      
      * fix bug.
      
      * fix warning.
      
      * refine c_api.
      
      * fix R-package.
      
      * fix R's warning.
      
      * fix tests.
      
      * fix pep8 .
      6d4c7b03
  38. 05 May, 2017 1 commit
    • JesseLimtiaco's avatar
      Adding ability to load model from string in R (#472) · beb5fc5e
      JesseLimtiaco authored
      * Update lgb.Booster.R
      
      Added method to call LGBM_BoosterLoadModelFromString_R if model_str is provided for initialization, added option to load from model_str in lgb.load
      
      * Update lightgbm_R.cpp
      
      Adding LGBM_BoosterLoadModelFromString_R
      
      * Update lightgbm_R.cpp
      
      Added LGBM_BoosterSaveModelToString_R
      
      * Update lightgbm_R.cpp
      
      * Update lgb.Booster.R
      
      Added save_model_to_string method
      
      * Update lgb.Booster.R
      
      Implemented @Laurae2 comments
      
      * Update lgb.Booster.R
      
      * Update lightgbm_R.h
      
      Added load and save model from/to string exports
      beb5fc5e