1. 01 Aug, 2017 1 commit
  2. 31 Jul, 2017 1 commit
  3. 28 Jul, 2017 1 commit
  4. 21 Jul, 2017 1 commit
  5. 20 Jul, 2017 1 commit
  6. 07 Jul, 2017 2 commits
  7. 27 Jun, 2017 1 commit
  8. 16 Jun, 2017 1 commit
  9. 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
  10. 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
  11. 05 May, 2017 1 commit
  12. 27 Apr, 2017 1 commit
  13. 26 Apr, 2017 1 commit
  14. 18 Apr, 2017 2 commits
  15. 15 Apr, 2017 1 commit
  16. 27 Mar, 2017 1 commit
  17. 01 Mar, 2017 3 commits
  18. 03 Feb, 2017 1 commit
  19. 02 Feb, 2017 1 commit
  20. 23 Jan, 2017 1 commit
  21. 21 Jan, 2017 1 commit
  22. 20 Jan, 2017 1 commit
  23. 17 Jan, 2017 1 commit
  24. 16 Jan, 2017 1 commit
    • wxchan's avatar
      fix bug for pandas auto categorical_feature (#218) · 57d55272
      wxchan authored
      * fix bug for categorical_feature
      
      * add test on load model with categorical feature
      
      * add unseen category in test dataset
      
      * save/load pandas_categorical to model
      
      * fix logic
      
      * cast pandas columns to string
      
      * add load pandas_categorical from file to _InnerPredictor init
      57d55272
  25. 12 Jan, 2017 1 commit
    • wxchan's avatar
      suppprt pandas categorical (#193) · 6c248d37
      wxchan authored
      * suppprt pandas categorical
      
      * refine logic
      
      * make default=auto
      
      * fix train/valid categorical codes
      
      * add test
      
      * unify set _predictor
      
      * fix tests
      
      * fix warning
      
      * support feature_name=int
      6c248d37
  26. 10 Jan, 2017 3 commits
  27. 08 Jan, 2017 1 commit
  28. 07 Jan, 2017 2 commits
  29. 05 Jan, 2017 1 commit
  30. 04 Jan, 2017 1 commit
    • wxchan's avatar
      python code style with pep8 (#161) · dd425973
      wxchan authored
      * format python code with pep8
      
      * **DO NOT MERGE** deliberately break rules to see what will happen during check
      
      * Revert "**DO NOT MERGE** deliberately break rules to see what will happen during check"
      
      This reverts commit 0db93cd7a43c7efa43a2112ada43d46c6f9115d9.
      
      * fix format in test.py
      
      * add docs for pep-8
      dd425973
  31. 03 Jan, 2017 2 commits
  32. 02 Jan, 2017 1 commit