1. 26 Sep, 2019 1 commit
  2. 22 Sep, 2019 1 commit
  3. 28 Jul, 2019 1 commit
  4. 25 Jul, 2019 2 commits
  5. 18 Jul, 2019 1 commit
  6. 05 Jun, 2019 1 commit
  7. 02 Jun, 2019 1 commit
  8. 13 Apr, 2019 1 commit
  9. 11 Apr, 2019 1 commit
  10. 02 Feb, 2019 1 commit
  11. 31 Jul, 2018 1 commit
  12. 12 Jul, 2018 1 commit
  13. 03 Jun, 2018 1 commit
  14. 20 May, 2018 1 commit
    • Guolin Ke's avatar
      Refine config object (#1381) · dc699574
      Guolin Ke authored
      * [WIP] refine config
      
      * [wip] ready for the auto code generate
      
      * auto generate config codes
      
      * use with to open file
      
      * fix bug
      
      * fix pylint
      
      * fix bug
      
      * fix pylint
      
      * fix bugs.
      
      * tmp for failed test.
      
      * fix tests.
      
      * added nthreads alias
      
      * added new aliases from new config.h
      
      * fixed duplicated alias
      
      * refactored parameter_generator.py
      
      * added new aliases from config.h and removed remaining old names
      
      * fix bugs & some miss alias
      
      * added aliases
      
      * add more descriptions.
      
      * add comment.
      dc699574
  15. 11 May, 2018 1 commit
  16. 04 May, 2018 1 commit
  17. 03 May, 2018 1 commit
  18. 24 Apr, 2018 1 commit
  19. 18 Apr, 2018 3 commits
  20. 17 Apr, 2018 1 commit
  21. 07 Feb, 2018 1 commit
  22. 05 Feb, 2018 1 commit
  23. 21 Jan, 2018 2 commits
  24. 16 Jan, 2018 1 commit
  25. 01 Jan, 2018 1 commit
  26. 31 Dec, 2017 1 commit
  27. 29 Dec, 2017 1 commit
  28. 19 Dec, 2017 1 commit
  29. 26 Nov, 2017 1 commit
    • Guolin Ke's avatar
      Speed up saving and loading model (#1083) · 8a5ec366
      Guolin Ke authored
      * remove protobuf
      
      * add version number
      
      * remove pmml script
      
      * use float for split gain
      
      * fix warnings
      
      * refine the read model logic of gbdt
      
      * fix compile error
      
      * improve decode speed
      
      * fix some bugs
      
      * fix double accuracy problem
      
      * fix bug
      
      * multi-thread save model
      
      * speed up save model to string
      
      * parallel save/load model
      
      * fix some warnings.
      
      * fix warnings.
      
      * fix a bug
      
      * remove debug output
      
      * fix doc
      
      * fix max_bin warning in tests.
      
      * fix max_bin warning
      
      * fix pylint
      
      * clean code for stringToArray
      
      * clean code for TToString
      
      * remove max_bin
      
      * replace "class" with typename
      8a5ec366
  30. 11 Nov, 2017 1 commit
  31. 26 Oct, 2017 1 commit
    • wxchan's avatar
      fix protobuf on vs build (#1004) · 2b20569e
      wxchan authored
      * [optional] support protobuf
      
      * fix windows/LightGBM.vcxproj
      
      * add doc
      
      * fix doc
      
      * fix vs support (#2)
      
      * fix vs support
      
      * fix cmake
      2b20569e
  32. 20 Oct, 2017 1 commit
  33. 19 Oct, 2017 1 commit
  34. 18 Oct, 2017 1 commit
    • Guolin Ke's avatar
      Use one-vs-other for small categorical features. · 087ec475
      Guolin Ke authored
      commit c9e123f24fcbb159c04e6694c7f830530bb2f27e
      Author: Guolin Ke <i@yumumu.me>
      Date:   Wed Oct 18 10:00:19 2017 +0800
      
          change default max_cat_to_onehot
      
      commit 805a5c3125b9979d634922e1708877fa0fec80c6
      Author: Guolin Ke <i@yumumu.me>
      Date:   Tue Oct 17 22:57:18 2017 +0800
      
          use one hot coding for the small cats
      087ec475
  35. 16 Oct, 2017 2 commits