1. 07 Jun, 2017 3 commits
  2. 06 Jun, 2017 1 commit
  3. 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
  4. 30 May, 2017 2 commits
  5. 29 May, 2017 2 commits
    • cbecker's avatar
      Add prediction early stopping (#550) · 993bbd5f
      cbecker authored
      * Add early stopping for prediction
      
      * Fix GBDT if-else prediction with early stopping
      
      * Small C++ embelishments to early stopping API and functions
      
      * Fix early stopping efficiency issue by creating a singleton for no early stopping
      
      * Python improvements to early stopping API
      
      * Add assertion check for binary and multiclass prediction score length
      
      * Update vcxproj and vcxproj.filters with new early stopping files
      
      * Remove inline from PredictRaw(), the linker was not able to find it otherwise
      993bbd5f
    • Guolin Ke's avatar
      7517eefa
  6. 27 May, 2017 1 commit
  7. 26 May, 2017 1 commit
  8. 21 May, 2017 1 commit
  9. 20 May, 2017 2 commits
  10. 16 May, 2017 1 commit
  11. 15 May, 2017 1 commit
  12. 14 May, 2017 1 commit
  13. 13 May, 2017 1 commit
  14. 02 May, 2017 2 commits
  15. 01 May, 2017 1 commit
  16. 28 Apr, 2017 1 commit
    • wxchan's avatar
      [MRG] translate model to if-else (#469) · 8a19834a
      wxchan authored
      * translate model to if-else
      
      * support multiclass and predictleaf
      
      * remove java option for now
      
      * support multi-thread
      
      * add task:convert_model
      8a19834a
  17. 27 Apr, 2017 3 commits
  18. 26 Apr, 2017 3 commits
  19. 24 Apr, 2017 4 commits
  20. 23 Apr, 2017 1 commit
    • Huan Zhang's avatar
      Fix compilation problems with MSVC (#443) · 8487d0a2
      Huan Zhang authored
      * Fix warnings when compiled with -pedantic
      
      * add -DBOOST_ALL_NO_LIB for windows build
      
      * fix some more MSVC warnings
      
      * Break OpenCL string literal to smaller pieces to avoid error C2026 of MSVC
      
      The string was longer than the limit of 16380 single-byte characters.
      
      This affects Visual Studio 2005 - 2015. Untested on VS 2017.
      8487d0a2
  21. 22 Apr, 2017 3 commits
  22. 21 Apr, 2017 1 commit
  23. 18 Apr, 2017 1 commit
  24. 17 Apr, 2017 2 commits