"python-package/vscode:/vscode.git/clone" did not exist on "72c2d790871f5b1688350e1efb71470d5a5ead4a"
  1. 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
  2. 24 Aug, 2017 1 commit
  3. 18 Aug, 2017 5 commits
  4. 01 Aug, 2017 1 commit
  5. 31 Jul, 2017 1 commit
  6. 28 Jul, 2017 1 commit
  7. 21 Jul, 2017 1 commit
  8. 20 Jul, 2017 1 commit
  9. 07 Jul, 2017 2 commits
  10. 27 Jun, 2017 1 commit
  11. 16 Jun, 2017 1 commit
  12. 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
  13. 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
  14. 05 May, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 26 Apr, 2017 1 commit
  17. 18 Apr, 2017 2 commits
  18. 15 Apr, 2017 1 commit
  19. 27 Mar, 2017 1 commit
  20. 01 Mar, 2017 3 commits
  21. 03 Feb, 2017 1 commit
  22. 02 Feb, 2017 1 commit
  23. 23 Jan, 2017 1 commit
  24. 21 Jan, 2017 1 commit
  25. 20 Jan, 2017 1 commit
  26. 17 Jan, 2017 1 commit
  27. 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
  28. 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
  29. 10 Jan, 2017 3 commits
  30. 08 Jan, 2017 1 commit