1. 13 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [python] max_bin parameter deprecated (#1046) · bd5e5e3e
      Nikita Titov authored
      * made max_bin parameter deprecated
      
      * fixed accidental docstrings in Sphinx
      
      * concrete version when deprecated stuff will be removed
      
      * added warnings in case of duplicated params to Dataset
      
      * fixed indents in docs
      bd5e5e3e
  2. 09 Nov, 2017 1 commit
    • wxchan's avatar
      add init_score & test cpp and python result consistency (#1007) · bc0579c8
      wxchan authored
      * add init_score & test cpp and python result consistency
      
      * try fix common.h
      
      * Fix tests (#3)
      
      * update atof
      
      * fix bug
      
      * fix tests.
      
      * fix bug
      
      * fix dtypes
      
      * fix categorical feature override
      
      * fix protobuf on vs build (#1004)
      
      * [optional] support protobuf
      
      * fix windows/LightGBM.vcxproj
      
      * add doc
      
      * fix doc
      
      * fix vs support (#2)
      
      * fix vs support
      
      * fix cmake
      
      * fix #1012
      
      * [python] add network config api  (#1019)
      
      * add network
      
      * update doc
      
      * add float tolerance in bin finder.
      
      * fix a bug
      
      * update tests
      
      * add double torelance on tree model
      
      * fix tests
      
      * simplify the double comparison
      
      * fix lightsvm zero base
      
      * move double tolerance to the bin finder.
      
      * fix pylint
      
      * clean test.sh
      
      * add sklearn test
      
      * remove underline
      
      * clean codes
      
      * set random_state=None
      
      * add last line
      
      * fix doc
      
      * rename file
      
      * try fix test
      bc0579c8
  3. 26 Oct, 2017 3 commits
  4. 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
  5. 05 Oct, 2017 1 commit
  6. 16 Sep, 2017 1 commit
  7. 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
  8. 24 Aug, 2017 1 commit
  9. 18 Aug, 2017 5 commits
  10. 01 Aug, 2017 1 commit
  11. 31 Jul, 2017 1 commit
  12. 28 Jul, 2017 1 commit
  13. 21 Jul, 2017 1 commit
  14. 20 Jul, 2017 1 commit
  15. 07 Jul, 2017 2 commits
  16. 27 Jun, 2017 1 commit
  17. 16 Jun, 2017 1 commit
  18. 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
  19. 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
  20. 05 May, 2017 1 commit
  21. 27 Apr, 2017 1 commit
  22. 26 Apr, 2017 1 commit
  23. 18 Apr, 2017 2 commits
  24. 15 Apr, 2017 1 commit
  25. 27 Mar, 2017 1 commit
  26. 01 Mar, 2017 3 commits
  27. 03 Feb, 2017 1 commit
  28. 02 Feb, 2017 1 commit
  29. 23 Jan, 2017 1 commit
  30. 21 Jan, 2017 1 commit