"python-package/vscode:/vscode.git/clone" did not exist on "01774bb9212122b94e8759d54771f2d1d7d97ddc"
  1. 12 Oct, 2017 1 commit
  2. 11 Oct, 2017 1 commit
    • Tony-Y's avatar
      Fix typos in c_api.cpp (#983) · 5c0afab2
      Tony-Y authored
      * Bounds checking of used_row_indices (#959)
      
      * add Common::check_int32_elements_interval_closed function.
      
      * insert a bounds checking code in LGBM_DatasetGetSubset function of C API.
      
      * Delete a needless function
      
      * delete the function check_int32_elements_interval_closed
      
      * Fix typos
      5c0afab2
  3. 08 Oct, 2017 1 commit
    • Tony-Y's avatar
      Bounds checking of used_row_indices (#959) (#969) · b377f484
      Tony-Y authored
      * Bounds checking of used_row_indices (#959)
      
      * add Common::check_int32_elements_interval_closed function.
      
      * insert a bounds checking code in LGBM_DatasetGetSubset function of C API.
      
      * Delete a needless function
      
      * delete the function check_int32_elements_interval_closed
      b377f484
  4. 29 Aug, 2017 1 commit
  5. 24 Aug, 2017 1 commit
  6. 18 Aug, 2017 3 commits
  7. 30 Jul, 2017 1 commit
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2
  8. 06 Jul, 2017 1 commit
  9. 04 Jul, 2017 1 commit
  10. 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
  11. 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
  12. 21 May, 2017 1 commit
  13. 26 Apr, 2017 1 commit
  14. 21 Apr, 2017 1 commit
  15. 17 Apr, 2017 2 commits
  16. 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
  17. 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
  18. 07 Apr, 2017 1 commit
  19. 28 Mar, 2017 2 commits
  20. 22 Mar, 2017 2 commits
  21. 21 Mar, 2017 1 commit
  22. 15 Mar, 2017 2 commits
  23. 14 Mar, 2017 1 commit
  24. 13 Mar, 2017 1 commit
  25. 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
  26. 02 Feb, 2017 1 commit
  27. 24 Jan, 2017 1 commit
  28. 23 Jan, 2017 1 commit
  29. 22 Jan, 2017 1 commit
  30. 21 Jan, 2017 1 commit
  31. 12 Jan, 2017 2 commits
  32. 10 Jan, 2017 1 commit