"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "7f0d5358db824a6d1b0f41621952195e30082035"
  1. 05 Oct, 2017 1 commit
  2. 16 Sep, 2017 1 commit
  3. 07 Sep, 2017 1 commit
    • Nikita Titov's avatar
      [docs] [python] docstrings improving (#894) · de51990e
      Nikita Titov authored
      * fixed description of Dataset
      
      * fixed description of Booster
      
      * fixed description of train
      
      * fixed description of cv
      
      * fixed description of callbacks
      
      * fixed description of plotting
      
      * hotfixes
      de51990e
  4. 24 Aug, 2017 1 commit
  5. 18 Aug, 2017 5 commits
  6. 01 Aug, 2017 1 commit
  7. 31 Jul, 2017 1 commit
  8. 28 Jul, 2017 1 commit
  9. 21 Jul, 2017 1 commit
  10. 20 Jul, 2017 1 commit
  11. 07 Jul, 2017 2 commits
  12. 27 Jun, 2017 1 commit
  13. 16 Jun, 2017 1 commit
  14. 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
  15. 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
  16. 05 May, 2017 1 commit
  17. 27 Apr, 2017 1 commit
  18. 26 Apr, 2017 1 commit
  19. 18 Apr, 2017 2 commits
  20. 15 Apr, 2017 1 commit
  21. 27 Mar, 2017 1 commit
  22. 01 Mar, 2017 3 commits
  23. 03 Feb, 2017 1 commit
  24. 02 Feb, 2017 1 commit
  25. 23 Jan, 2017 1 commit
  26. 21 Jan, 2017 1 commit
  27. 20 Jan, 2017 1 commit
  28. 17 Jan, 2017 1 commit
  29. 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
  30. 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
  31. 10 Jan, 2017 2 commits