1. 21 Jul, 2017 1 commit
  2. 20 Jul, 2017 1 commit
  3. 07 Jul, 2017 2 commits
  4. 27 Jun, 2017 1 commit
  5. 16 Jun, 2017 1 commit
  6. 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
  7. 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
  8. 05 May, 2017 1 commit
  9. 27 Apr, 2017 1 commit
  10. 26 Apr, 2017 1 commit
  11. 18 Apr, 2017 2 commits
  12. 15 Apr, 2017 1 commit
  13. 27 Mar, 2017 1 commit
  14. 01 Mar, 2017 3 commits
  15. 03 Feb, 2017 1 commit
  16. 02 Feb, 2017 1 commit
  17. 23 Jan, 2017 1 commit
  18. 21 Jan, 2017 1 commit
  19. 20 Jan, 2017 1 commit
  20. 17 Jan, 2017 1 commit
  21. 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
  22. 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
  23. 10 Jan, 2017 3 commits
  24. 08 Jan, 2017 1 commit
  25. 07 Jan, 2017 2 commits
  26. 05 Jan, 2017 1 commit
  27. 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
  28. 03 Jan, 2017 2 commits
  29. 02 Jan, 2017 1 commit
  30. 01 Jan, 2017 2 commits
    • Guolin Ke's avatar
      fix #154 · 7f778877
      Guolin Ke authored
      7f778877
    • wxchan's avatar
      support pickle (#151) · a034ceeb
      wxchan authored
      * support pickle
      
      * add pickle/joblib test; change test_basic to unittest
      
      * remove file for deepcopy
      
      * fix tests
      
      * test basic predict from file
      
      * Revert "test basic predict from file"
      
      This reverts commit 60d2c3158537fd56081f60f1d6d120cedd782887.
      
      * test predict from file
      
      * use tempfile for copy & pickle
      
      * use tempfile w/o binary mode
      
      * clean test
      a034ceeb
  31. 31 Dec, 2016 1 commit