"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "9bf2de1eae73f783a64c9574f2602c6868c8e4c3"
  1. 06 Feb, 2019 1 commit
  2. 02 Feb, 2019 1 commit
  3. 23 Jan, 2019 1 commit
  4. 09 Oct, 2018 1 commit
    • Guolin Ke's avatar
      average predictions for constant features (#1735) · c920e634
      Guolin Ke authored
      * average predictions for constant features
      
      * fix possible numerical issues in std::log.
      
      * fix pylint
      
      * fix bugs in c_api
      
      * fix styles
      
      * clean code for multi class
      
      * rewrite test
      
      * fix pylint
      
      * skip test_constant_features
      
      * refine test
      
      * fix tests
      
      * fix tests
      
      * update FAQ
      
      * fix test
      
      * Update FAQ.rst
      c920e634
  5. 29 Sep, 2018 1 commit
  6. 27 Aug, 2018 1 commit
  7. 25 Aug, 2018 2 commits
    • Guolin Ke's avatar
      add support of refit-decay (#1603) · 2db6377a
      Guolin Ke authored
      * add support of refit-decay
      
      * add refit into c_api
      
      * add test
      
      * update document
      
      * Update basic.py
      
      * Update test_engine.py
      
      * Update basic.py
      
      * Update test_engine.py
      
      * fix comments
      
      * update test
      
      * fix the comments
      
      * Update test_engine.py
      2db6377a
    • dmitryikh's avatar
      Small optimizations and fixes (#1607) · 9bf2de1e
      dmitryikh authored
      * fix optimization rule
      
      * preallocate vector in RowFunctionFromCSR
      9bf2de1e
  8. 23 Aug, 2018 1 commit
  9. 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
  10. 21 Aug, 2018 1 commit
  11. 16 Aug, 2018 1 commit
  12. 07 Jul, 2018 1 commit
  13. 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
  14. 11 May, 2018 1 commit
  15. 29 Dec, 2017 2 commits
  16. 17 Dec, 2017 1 commit
  17. 16 Dec, 2017 1 commit
  18. 15 Dec, 2017 2 commits
  19. 14 Dec, 2017 1 commit
  20. 12 Dec, 2017 1 commit
  21. 29 Nov, 2017 1 commit
  22. 27 Nov, 2017 1 commit
  23. 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
  24. 24 Nov, 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. 16 Oct, 2017 1 commit
  29. 12 Oct, 2017 1 commit
  30. 11 Oct, 2017 1 commit
    • Tony-Y's avatar
      Fix typos in c_api.cpp (#983) · 5c0afab2
      Tony-Y authored
      * Bounds checking of used_row_indices (#959)
      
      * add Common::check_int32_elements_interval_closed function.
      
      * insert a bounds checking code in LGBM_DatasetGetSubset function of C API.
      
      * Delete a needless function
      
      * delete the function check_int32_elements_interval_closed
      
      * Fix typos
      5c0afab2
  31. 08 Oct, 2017 1 commit
    • Tony-Y's avatar
      Bounds checking of used_row_indices (#959) (#969) · b377f484
      Tony-Y authored
      * Bounds checking of used_row_indices (#959)
      
      * add Common::check_int32_elements_interval_closed function.
      
      * insert a bounds checking code in LGBM_DatasetGetSubset function of C API.
      
      * Delete a needless function
      
      * delete the function check_int32_elements_interval_closed
      b377f484
  32. 29 Aug, 2017 1 commit
  33. 24 Aug, 2017 1 commit
  34. 18 Aug, 2017 3 commits
  35. 30 Jul, 2017 1 commit
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2