1. 20 Jan, 2020 1 commit
  2. 29 Sep, 2019 1 commit
  3. 31 Aug, 2018 1 commit
  4. 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
  5. 27 Aug, 2018 1 commit
  6. 16 Mar, 2018 1 commit
  7. 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
  8. 28 May, 2017 1 commit
  9. 05 May, 2017 1 commit
  10. 24 Apr, 2017 1 commit
  11. 03 Apr, 2017 1 commit
  12. 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
  13. 03 Mar, 2017 1 commit
  14. 01 Mar, 2017 4 commits
  15. 25 Jan, 2017 1 commit
  16. 24 Jan, 2017 1 commit
  17. 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