1. 22 Aug, 2018 1 commit
    • Guolin Ke's avatar
      add start_iteration in model saving (#1565) · 941068ee
      Guolin Ke authored
      * add start_iteration in model saving
      
      * fix test
      
      * shuffle models ability
      
      * fix bug
      
      * update document
      
      * refine
      
      * Update engine.py
      
      * Update basic.py
      
      * fix comments
      
      * fix comment
      941068ee
  2. 08 Jul, 2018 1 commit
  3. 11 Jun, 2018 1 commit
  4. 04 Jun, 2018 1 commit
  5. 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
  6. 11 May, 2018 1 commit
  7. 26 Apr, 2018 1 commit
  8. 24 Apr, 2018 1 commit
  9. 10 Mar, 2018 1 commit
  10. 08 Feb, 2018 1 commit
  11. 24 Jan, 2018 1 commit
  12. 22 Jan, 2018 1 commit
  13. 16 Jan, 2018 1 commit
  14. 15 Jan, 2018 1 commit
  15. 12 Jan, 2018 1 commit
  16. 11 Jan, 2018 1 commit
  17. 29 Dec, 2017 1 commit
  18. 25 Dec, 2017 2 commits
  19. 19 Dec, 2017 1 commit
  20. 17 Dec, 2017 1 commit
  21. 15 Dec, 2017 1 commit
  22. 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
  23. 15 Nov, 2017 2 commits
  24. 27 Oct, 2017 1 commit
  25. 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
  26. 20 Oct, 2017 1 commit
  27. 19 Oct, 2017 1 commit
  28. 02 Sep, 2017 1 commit
  29. 29 Aug, 2017 1 commit
  30. 27 Aug, 2017 2 commits
  31. 24 Aug, 2017 1 commit
  32. 20 Aug, 2017 2 commits
  33. 18 Aug, 2017 3 commits
  34. 01 Aug, 2017 1 commit
    • wxchan's avatar
      fix model feature importances (#755) · 2e83a1c9
      wxchan authored
      * fix model feature importance
      
      * fix appveryor test
      
      * Revert "fix appveryor test"
      
      This reverts commit 3a10a1723df5b8579e345d0da07638186257ec64.
      
      * fix warning & boost_from_average_
      
      * fix bug
      
      * alter num_used_model
      2e83a1c9