1. 17 Feb, 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. 21 Jun, 2024 1 commit
  5. 29 May, 2024 1 commit
  6. 16 May, 2024 1 commit
  7. 03 Jan, 2024 1 commit
  8. 07 Dec, 2023 1 commit
  9. 30 Nov, 2023 1 commit
  10. 25 Nov, 2023 1 commit
  11. 10 Oct, 2023 1 commit
  12. 11 Oct, 2022 1 commit
  13. 23 Aug, 2022 1 commit
  14. 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
  15. 15 Mar, 2022 1 commit
  16. 04 Dec, 2021 1 commit
  17. 03 Dec, 2021 1 commit
  18. 13 Nov, 2021 1 commit
  19. 25 Sep, 2021 1 commit
  20. 22 Sep, 2021 1 commit
  21. 17 Sep, 2021 1 commit
  22. 27 Jun, 2021 1 commit
  23. 13 Jun, 2021 1 commit
  24. 05 Jun, 2021 1 commit
  25. 15 May, 2021 1 commit
    • Nikita Titov's avatar
      [R-package] Handle integer types more accurate in R-to-C interface (#4291) · 90677e43
      Nikita Titov authored
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * Update lightgbm_R.cpp
      
      * fix typos
      90677e43
  26. 12 May, 2021 1 commit
  27. 10 May, 2021 1 commit
  28. 09 May, 2021 1 commit
  29. 04 May, 2021 1 commit
  30. 03 May, 2021 2 commits
  31. 02 May, 2021 1 commit
  32. 01 May, 2021 1 commit
  33. 30 Apr, 2021 1 commit
  34. 22 Apr, 2021 1 commit
  35. 18 Oct, 2020 1 commit
    • James Lamb's avatar
      [ci] [R-package] Fix memory leaks found by valgrind (#3443) · 81d76113
      James Lamb authored
      
      
      * fix int64 write error
      
      * attempt
      
      * [WIP] [ci] [R-package] Add CI job that runs valgrind tests
      
      * update all-successful
      
      * install
      
      * executable
      
      * fix redirect stuff
      
      * Apply suggestions from code review
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      
      * more flags
      
      * add mc to msvc proj
      
      * fix memory leak in mc
      
      * Update monotone_constraints.hpp
      
      * Update r_package.yml
      
      * remove R_INT64_PTR
      
      * disable openmp
      
      * Update gbdt_model_text.cpp
      
      * Update gbdt_model_text.cpp
      
      * Apply suggestions from code review
      
      * try to free vector
      
      * free more memories.
      
      * Update src/boosting/gbdt_model_text.cpp
      
      * fix using
      
      * try the UNPROTECT(1);
      
      * fix a const pointer
      
      * fix Common
      
      * reduce UNPROTECT
      
      * remove UNPROTECT(1);
      
      * fix null handle
      
      * fix predictor
      
      * use NULL after free
      
      * fix a leaking in test
      
      * try more fixes
      
      * test the effect of tests
      
      * throw exception in Fatal
      
      * add test back
      
      * Apply suggestions from code review
      
      * commet some tests
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * trying to comment out tests
      
      * Update openmp_wrapper.h
      
      * Apply suggestions from code review
      
      * Update configure
      
      * Update configure.ac
      
      * trying to uncomment
      
      * more comments
      
      * more uncommenting
      
      * more uncommenting
      
      * fix comment
      
      * more uncommenting
      
      * uncomment fully-commented out stuff
      
      * try uncommenting more dataset tests
      
      * uncommenting more tests
      
      * ok getting closer
      
      * more uncommenting
      
      * free dataset
      
      * skipping a test, more uncommenting
      
      * more skipping
      
      * re-enable OpenMP
      
      * allow on OpenMP thing
      
      * move valgrind to comment-only job
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * changes from code review
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * linting
      
      * issue comments too
      
      * remove issue_comment
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      81d76113
  36. 06 Aug, 2020 1 commit
  37. 15 Jul, 2020 1 commit
  38. 11 Jun, 2020 1 commit
  39. 05 Jun, 2020 1 commit