1. 30 May, 2017 1 commit
    • Guolin Ke's avatar
      Support early stopping of prediction in CLI (#565) · 6d4c7b03
      Guolin Ke authored
      * fix multi-threading.
      
      * fix name style.
      
      * support in CLI version.
      
      * remove warnings.
      
      * Not default parameters.
      
      * fix if...else... .
      
      * fix bug.
      
      * fix warning.
      
      * refine c_api.
      
      * fix R-package.
      
      * fix R's warning.
      
      * fix tests.
      
      * fix pep8 .
      6d4c7b03
  2. 29 May, 2017 1 commit
    • 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
  3. 21 May, 2017 1 commit
  4. 26 Apr, 2017 1 commit
  5. 21 Apr, 2017 1 commit
  6. 17 Apr, 2017 2 commits
  7. 16 Apr, 2017 1 commit
    • Guolin Ke's avatar
      faster histogram sum up (#418) · 98c7c2a3
      Guolin Ke authored
      * some refactor.
      
      * two stage sum up to reduce sum up error.
      
      * add more two-stage sumup.
      
      * some refactor.
      
      * add alignment.
      
      * change name to aligned_allocator.
      
      * remove some useless sumup.
      
      * fix a warning.
      
      * add -march=native .
      
      * remove the padding of gradients.
      
      * no alignment.
      
      * fix test.
      
      * change KNumSumupGroup to 32768.
      
      * change gcc flags.
      98c7c2a3
  8. 10 Apr, 2017 1 commit
    • Guolin Ke's avatar
      refine prediction logic. (#395) · 71660f1c
      Guolin Ke authored
      * refine prediction logic.
      
      * fix test.
      
      * fix out_len in training score of Dart.
      
      * improve predict speed for high dimension data.
      71660f1c
  9. 07 Apr, 2017 1 commit
  10. 28 Mar, 2017 2 commits
  11. 22 Mar, 2017 2 commits
  12. 21 Mar, 2017 1 commit
  13. 15 Mar, 2017 2 commits
  14. 14 Mar, 2017 1 commit
  15. 13 Mar, 2017 1 commit
  16. 01 Mar, 2017 2 commits
    • Guolin Ke's avatar
      Squashed commit of the following: · 9ea487b1
      Guolin Ke authored
      commit 70f88c54f6820d4c3824d97b34042c617fb21635
      Author: Guolin Ke <i@yumumu.me>
      Date:   Wed Feb 22 19:40:10 2017 +0800
      
          futher reduce guided
      
      commit f54620b807c68f5ac6cef521d787ca2750efe464
      Author: Guolin Ke <i@yumumu.me>
      Date:   Wed Feb 22 19:32:36 2017 +0800
      
          avoid to use guided
      9ea487b1
    • Guolin Ke's avatar
      update to v2. · 4f77bd28
      Guolin Ke authored
      4f77bd28
  17. 02 Feb, 2017 1 commit
  18. 24 Jan, 2017 1 commit
  19. 23 Jan, 2017 1 commit
  20. 22 Jan, 2017 1 commit
  21. 21 Jan, 2017 1 commit
  22. 12 Jan, 2017 2 commits
  23. 10 Jan, 2017 1 commit
  24. 07 Jan, 2017 1 commit
  25. 03 Jan, 2017 1 commit
  26. 02 Jan, 2017 1 commit
  27. 01 Jan, 2017 1 commit
  28. 31 Dec, 2016 1 commit
  29. 28 Dec, 2016 2 commits
  30. 27 Dec, 2016 1 commit
  31. 24 Dec, 2016 1 commit
  32. 23 Dec, 2016 2 commits