1. 03 Feb, 2024 1 commit
  2. 22 Dec, 2023 1 commit
  3. 07 Dec, 2023 1 commit
  4. 23 Aug, 2022 1 commit
  5. 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
  6. 10 May, 2022 1 commit
  7. 01 Apr, 2022 1 commit
  8. 07 Dec, 2021 1 commit
  9. 06 Dec, 2021 1 commit
  10. 04 Dec, 2021 1 commit
  11. 13 Nov, 2021 1 commit
  12. 25 Sep, 2021 1 commit
  13. 25 Aug, 2021 1 commit
  14. 17 Oct, 2020 1 commit
  15. 06 Aug, 2020 1 commit
  16. 01 Aug, 2020 1 commit
  17. 26 Apr, 2020 1 commit
    • James Lamb's avatar
      [R-package] [ci] Add Windows CI for R package (fixes #2335) (#2936) · 2c18a0f3
      James Lamb authored
      
      
      * first test of appveyor
      
      * strings are strings
      
      * lil bit of build script
      
      * fixing paths
      
      * removed unnecessary file
      
      * updated CRAN URL
      
      * added a lot more printing
      
      * fixing paths
      
      * more stuff
      
      * fixed paths
      
      * more stuff
      
      * more path guessing
      
      * even more paths
      
      * more stuff
      
      * moar logz
      
      * and now for something totally different
      
      * please work
      
      * ok could be a thing
      
      * changing directories
      
      * we might be in business
      
      * fixed install syntax
      
      * tryinv mingw
      
      * more mingw
      
      * ignore Suggests check
      
      * trying Azure DevOps
      
      * just run bare minimum for Azure DevOps
      
      * fixed  build dir thing
      
      * trying to set libPaths
      
      * more testing
      
      * trying R 3.6.3
      
      * R 3.6.3
      
      * this feels right
      
      * still messing around with libraries
      
      * more paths
      
      * removed duplication in Windows testing code
      
      * simpler
      
      * fixed conda stuff
      
      * more conda stuff
      
      * more fixes
      
      * fixed testing script
      
      * moved AppVeyor setup to the top
      
      * commenting
      
      * ch-ch-ch-ch-chaaaanges
      
      * paths
      
      * plz work
      
      * fixed conda stuff in Windows CI
      
      * uncommented stuff to test a full build
      
      * fixed quotes and removed some unnecessary stuff
      
      * added install.libs.R change
      
      * quotes are impoortant
      
      * added commented-out stuff back in
      
      * added Windows script, download retries, and MSVC linking
      
      * minor fixes
      
      * cleaned up debugging code in FindLibR
      
      * cleaned up debugging code and moved R first in CI
      
      * fixed vsts-ci indentation
      
      * cut documentation stuff out of MSVC build
      
      * fix R CMD check for Azure
      
      * misc whitespace changes
      
      * Added echoing of build logs from R CMD check
      
      * cut out more documentation tests
      
      * fixed NOTE about imports from Matrix
      
      * moved some changes out of this PR and into #2963
      
      * fixed whitespace stuff
      
      * added check on number of NOTES
      
      * adding better checks
      
      * fixing check on NOTEs
      
      * removing unnecessary variable
      
      * Update .ci/test_r_package_windows.ps1
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * some changes
      
      * fix quoting
      
      * trying MINGW on Azure DevOps
      
      * fixing paths
      
      * more paths
      
      * fixing paths
      
      * testing paths
      
      * fixing slashes
      
      * pinned CTAN mirror
      
      * get better logs
      
      * made sure Azure finds MinGW, fixed search for LIBR_CORE_LIBRARY, stopped building R docs on Azure
      
      * Apply suggestions from code review
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * added CXX, CC for Windows builds and changed back to building docs on all MINGW builds
      
      * stored LIBR_CORE_LIBRARY hints in one variable
      
      * Apply suggestions from code review
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * changes from code review
      
      * increased parallel builds for Azure CI
      
      * Apply suggestions from code review
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      2c18a0f3
  18. 20 Jan, 2020 1 commit
  19. 29 Sep, 2019 1 commit
  20. 31 Aug, 2018 1 commit
  21. 29 Aug, 2018 1 commit
    • James Lamb's avatar
      [R-package] CRAN fixes (#1499) · eded794e
      James Lamb authored
      * Fixed typos in docs
      
      * Fixed inconsistencies in documentation
      
      * Updated strategy for registering routines
      
      * Fixed issues caused by smashing multiple functions into one Rd
      
      * Fixed issues with documentation
      
      * Removed VignetteBuilder and updated Rbuildignore
      
      * Added R build artefacts to gitignore
      
      * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check.
      
      * Updated build instructions
      
      * Added R build script
      
      * Removed build_r.sh script and updated R-package install instructions
      eded794e
  22. 27 Aug, 2018 1 commit
  23. 16 Mar, 2018 1 commit
  24. 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
  25. 28 May, 2017 1 commit
  26. 05 May, 2017 1 commit
  27. 24 Apr, 2017 1 commit
  28. 03 Apr, 2017 1 commit
  29. 17 Mar, 2017 1 commit
    • Laurae's avatar
      [R-package] Add $raw to LightGBM (#347) · 06a915a7
      Laurae authored
      * Update lgb.Booster.R
      
      * Add saveRDS (manual)
      
      * Add documentation
      
      * Change arguments passed from debug.
      
      * Add readRDS, change way of saving.
      
      * Change documentation.
      
      * Add better documentation.
      06a915a7
  30. 03 Mar, 2017 1 commit
  31. 01 Mar, 2017 4 commits
  32. 25 Jan, 2017 1 commit
  33. 24 Jan, 2017 1 commit
  34. 08 Jan, 2017 3 commits
    • Guolin Ke's avatar
      [R-package] add cv support · 88e6beb8
      Guolin Ke authored
      88e6beb8
    • Guolin Ke's avatar
      [R-package] update examples · 535cdc65
      Guolin Ke authored
      535cdc65
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca