1. 18 Aug, 2017 3 commits
    • 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
    • Laurae's avatar
      [R-package] Prevent remembering parameters (#796) · 09ac3485
      Laurae authored
      * Enable simple cloning of dataset
      
      * Add remodel logical to Dataset
      
      * Allow remodeling of data
      
      * Missing comma
      
      * Use name instead of assignment for R6 class
      
      * There should be no need to deep copy ALL objects
      09ac3485
    • Guolin Ke's avatar
      fix R crash problem. (#784) · 2367b463
      Guolin Ke authored
      * fix r random crash problem.
      
      * fix R error msg.
      2367b463
  2. 27 May, 2017 1 commit
  3. 03 Apr, 2017 1 commit
  4. 17 Mar, 2017 1 commit
  5. 01 Mar, 2017 2 commits
  6. 17 Jan, 2017 1 commit
  7. 16 Jan, 2017 1 commit
  8. 11 Jan, 2017 2 commits
  9. 08 Jan, 2017 1 commit
    • 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