1. 03 Oct, 2018 2 commits
  2. 20 Sep, 2018 1 commit
  3. 18 Sep, 2018 1 commit
    • Guolin Ke's avatar
      new release (#1649) · 7158a632
      Guolin Ke authored
      * Update VERSION.txt
      
      * Update DESCRIPTION
      
      * Update .appveyor.yml
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update DESCRIPTION
      7158a632
  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. 22 Jun, 2018 1 commit
  7. 29 Apr, 2018 1 commit
  8. 25 Mar, 2018 1 commit
  9. 19 Mar, 2018 1 commit
  10. 16 Mar, 2018 1 commit
  11. 25 Jan, 2018 1 commit
  12. 26 Dec, 2017 1 commit
  13. 25 Nov, 2017 1 commit
  14. 18 Oct, 2017 1 commit
  15. 16 Oct, 2017 1 commit
    • Guolin Ke's avatar
      Refine categorical features (#993) · eadc7b9d
      Guolin Ke authored
      * many fixes for categorical feature
      
      * add l2 to categorcial split.
      
      * remove useless file
      
      * update version
      
      * add cat_l2
      
      * update appveyor verison
      
      * remove file
      
      * fix tests.
      
      * change default cat_l2 value
      
      * fix a bug in bin finder
      
      * change default cat_smooth_ratio
      eadc7b9d
  16. 14 Oct, 2017 1 commit
  17. 28 Sep, 2017 1 commit
  18. 18 Aug, 2017 1 commit
  19. 18 Jul, 2017 1 commit
  20. 14 Jul, 2017 1 commit
  21. 22 Jun, 2017 1 commit
  22. 06 Jun, 2017 1 commit
    • Laurae's avatar
      R-package version to 0.2 (#592) · 2c9ce598
      Laurae authored
      * Add some stuff for README
      
      * Bump R package version and fix license
      
      * Attempt to add one additional option and refactor
      
      * Add more review fixes for install.libs.R
      
      * Undo ./../../ removal (path breaking)
      
      * Retry again simple /../
      
      * No print, use cat.
      2c9ce598
  23. 28 May, 2017 1 commit
  24. 24 Jan, 2017 1 commit
  25. 08 Jan, 2017 2 commits
    • 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