1. 27 Aug, 2018 1 commit
  2. 22 Jun, 2018 1 commit
  3. 29 Apr, 2018 1 commit
  4. 25 Mar, 2018 1 commit
  5. 19 Mar, 2018 1 commit
  6. 16 Mar, 2018 1 commit
  7. 25 Jan, 2018 1 commit
  8. 26 Dec, 2017 1 commit
  9. 25 Nov, 2017 1 commit
  10. 18 Oct, 2017 1 commit
  11. 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
  12. 14 Oct, 2017 1 commit
  13. 28 Sep, 2017 1 commit
  14. 18 Aug, 2017 1 commit
  15. 18 Jul, 2017 1 commit
  16. 14 Jul, 2017 1 commit
  17. 22 Jun, 2017 1 commit
  18. 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
  19. 28 May, 2017 1 commit
  20. 24 Jan, 2017 1 commit
  21. 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