"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "9f5fbb647920ed2f163fec68f3535ebbf7eaeea5"
  1. 26 Oct, 2017 2 commits
  2. 16 Oct, 2017 1 commit
    • Guolin Ke's avatar
      Refine categorical features (#993) · eadc7b9d
      Guolin Ke authored
      * many fixes for categorical feature
      
      * add l2 to categorcial split.
      
      * remove useless file
      
      * update version
      
      * add cat_l2
      
      * update appveyor verison
      
      * remove file
      
      * fix tests.
      
      * change default cat_l2 value
      
      * fix a bug in bin finder
      
      * change default cat_smooth_ratio
      eadc7b9d
  3. 05 Oct, 2017 1 commit
  4. 16 Sep, 2017 1 commit
  5. 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
  6. 24 Aug, 2017 1 commit
  7. 18 Aug, 2017 5 commits
  8. 01 Aug, 2017 1 commit
  9. 31 Jul, 2017 1 commit
  10. 28 Jul, 2017 1 commit
  11. 21 Jul, 2017 1 commit
  12. 20 Jul, 2017 1 commit
  13. 07 Jul, 2017 2 commits
  14. 27 Jun, 2017 1 commit
  15. 16 Jun, 2017 1 commit
  16. 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
  17. 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
  18. 05 May, 2017 1 commit
  19. 27 Apr, 2017 1 commit
  20. 26 Apr, 2017 1 commit
  21. 18 Apr, 2017 2 commits
  22. 15 Apr, 2017 1 commit
  23. 27 Mar, 2017 1 commit
  24. 01 Mar, 2017 3 commits
  25. 03 Feb, 2017 1 commit
  26. 02 Feb, 2017 1 commit
  27. 23 Jan, 2017 1 commit
  28. 21 Jan, 2017 1 commit
  29. 20 Jan, 2017 1 commit
  30. 17 Jan, 2017 1 commit
  31. 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