1. 29 Sep, 2019 2 commits
  2. 01 Sep, 2019 1 commit
    • Nikita Titov's avatar
      [docs][R] added R-package docs generation routines (#2176) · faba6caf
      Nikita Titov authored
      * added R-package docs generation routines
      
      * change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme
      
      * placed man folder with old Rd files back
      
      * specify full path to conda and make script more readable by one line - one pkg
      
      * removed commented lines from build_r_site script
      
      * made one line - one argument in build_reference() call
      
      * pin R package versions
      
      * fixed conflict
      faba6caf
  3. 13 Aug, 2019 1 commit
  4. 05 Feb, 2019 2 commits
  5. 07 Nov, 2018 1 commit
  6. 06 Nov, 2018 1 commit
  7. 03 Oct, 2018 2 commits
  8. 20 Sep, 2018 1 commit
  9. 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
  10. 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
  11. 27 Aug, 2018 1 commit
  12. 22 Jun, 2018 1 commit
  13. 29 Apr, 2018 1 commit
  14. 25 Mar, 2018 1 commit
  15. 19 Mar, 2018 1 commit
  16. 16 Mar, 2018 1 commit
  17. 25 Jan, 2018 1 commit
  18. 26 Dec, 2017 1 commit
  19. 25 Nov, 2017 1 commit
  20. 18 Oct, 2017 1 commit
  21. 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
  22. 14 Oct, 2017 1 commit
  23. 28 Sep, 2017 1 commit
  24. 18 Aug, 2017 1 commit
  25. 18 Jul, 2017 1 commit
  26. 14 Jul, 2017 1 commit
  27. 22 Jun, 2017 1 commit
  28. 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
  29. 28 May, 2017 1 commit
  30. 24 Jan, 2017 1 commit
  31. 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