1. 24 Oct, 2019 2 commits
  2. 07 Oct, 2019 1 commit
  3. 05 Sep, 2019 1 commit
  4. 20 Jan, 2019 1 commit
  5. 09 Sep, 2018 1 commit
  6. 05 Sep, 2018 1 commit
  7. 31 Aug, 2018 1 commit
  8. 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
  9. 27 Aug, 2018 1 commit
  10. 24 May, 2018 1 commit
  11. 16 Mar, 2018 1 commit
  12. 06 Oct, 2017 1 commit
  13. 04 Sep, 2017 1 commit
  14. 18 Aug, 2017 1 commit
    • Laurae's avatar
      Fix [R-package] Prevent remembering parameters (#799) · 3ec345e2
      Laurae authored
      * Revert "[R-package] Prevent remembering parameters (#796)"
      
      This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814.
      
      * Use model load/unload trick for free-ing up memory
      
      * Missing comma
      
      * Hand copy manual update (1/2)
      
      * Hand copy manual update (2/2)
      3ec345e2
  15. 29 May, 2017 1 commit
  16. 28 May, 2017 1 commit
  17. 26 May, 2017 1 commit
  18. 05 May, 2017 1 commit
  19. 24 Apr, 2017 1 commit
  20. 03 Apr, 2017 1 commit
  21. 17 Mar, 2017 2 commits
    • wxchan's avatar
      fix typos (#349) · 060bd316
      wxchan authored
      060bd316
    • 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
  22. 03 Mar, 2017 1 commit
  23. 01 Mar, 2017 4 commits
  24. 25 Jan, 2017 1 commit
  25. 24 Jan, 2017 1 commit
  26. 14 Jan, 2017 1 commit
  27. 11 Jan, 2017 1 commit
    • Kirill Sevastyanenko's avatar
      Stylistic changes r package (#184) · 2035c54b
      Kirill Sevastyanenko authored
      * src & callbacks
      
      * lgb.Booster and utils
      
      * cv
      
      * wip lgb.Dataset
      
      * lgb.Dataset
      
      * lgb.Predictor
      
      * lgb.train
      
      * typos
      
      * add flags to facilitate macosx compilation
      
      * fix basic_string template error with clang
      
      * most unfortunate mode of development
      
      * fixup tests
      
      * last test
      
      * roxygen
      
      * roxygen v5.x.x
      2035c54b
  28. 08 Jan, 2017 2 commits
    • Guolin Ke's avatar
      [R-package] add cv support · 88e6beb8
      Guolin Ke authored
      88e6beb8
    • 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