1. 27 Aug, 2018 1 commit
  2. 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
  3. 23 Aug, 2018 1 commit
  4. 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
  5. 21 Aug, 2018 1 commit
  6. 16 Aug, 2018 1 commit
  7. 07 Jul, 2018 1 commit
  8. 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
  9. 11 May, 2018 1 commit
  10. 29 Dec, 2017 2 commits
  11. 17 Dec, 2017 1 commit
  12. 16 Dec, 2017 1 commit
  13. 15 Dec, 2017 2 commits
  14. 14 Dec, 2017 1 commit
  15. 12 Dec, 2017 1 commit
  16. 29 Nov, 2017 1 commit
  17. 27 Nov, 2017 1 commit
  18. 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
  19. 24 Nov, 2017 1 commit
  20. 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
  21. 20 Oct, 2017 1 commit
  22. 19 Oct, 2017 1 commit
  23. 16 Oct, 2017 1 commit
  24. 12 Oct, 2017 1 commit
  25. 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
  26. 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
  27. 29 Aug, 2017 1 commit
  28. 24 Aug, 2017 1 commit
  29. 18 Aug, 2017 3 commits
  30. 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
  31. 06 Jul, 2017 1 commit
  32. 04 Jul, 2017 1 commit
  33. 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
  34. 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
  35. 21 May, 2017 1 commit