1. 18 Aug, 2017 2 commits
  2. 01 Aug, 2017 1 commit
    • wxchan's avatar
      fix model feature importances (#755) · 2e83a1c9
      wxchan authored
      * fix model feature importance
      
      * fix appveryor test
      
      * Revert "fix appveryor test"
      
      This reverts commit 3a10a1723df5b8579e345d0da07638186257ec64.
      
      * fix warning & boost_from_average_
      
      * fix bug
      
      * alter num_used_model
      2e83a1c9
  3. 11 Jul, 2017 1 commit
  4. 04 Jul, 2017 1 commit
  5. 30 May, 2017 2 commits
  6. 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
  7. 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
  8. 17 Apr, 2017 1 commit
  9. 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
  10. 13 Apr, 2017 1 commit
    • Guolin Ke's avatar
      remove additional cost for prediction task. (#404) · ab559101
      Guolin Ke authored
      * refine prediction logic.
      
      * fix test.
      
      * fix out_len in training score of Dart.
      
      * improve predict speed for high dimension data.
      
      * try use unordered_map for sparse prediction.
      
      * avoid using unordered_map.
      
      * clean code.
      
      * fix test.
      
      * move predict buffer to Predictor.
      ab559101
  11. 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
  12. 06 Apr, 2017 1 commit
  13. 05 Apr, 2017 1 commit
  14. 30 Mar, 2017 1 commit
  15. 26 Mar, 2017 1 commit
  16. 23 Mar, 2017 1 commit
  17. 22 Mar, 2017 2 commits
  18. 13 Mar, 2017 1 commit
  19. 07 Mar, 2017 1 commit
  20. 01 Mar, 2017 2 commits
  21. 02 Feb, 2017 1 commit
  22. 23 Jan, 2017 1 commit
  23. 22 Jan, 2017 1 commit
  24. 19 Jan, 2017 2 commits
  25. 14 Jan, 2017 1 commit
  26. 10 Jan, 2017 3 commits
  27. 02 Jan, 2017 1 commit
  28. 31 Dec, 2016 1 commit
  29. 24 Dec, 2016 2 commits
  30. 23 Dec, 2016 1 commit
  31. 19 Dec, 2016 1 commit
  32. 18 Dec, 2016 1 commit