1. 07 Jan, 2020 1 commit
  2. 20 Dec, 2019 1 commit
  3. 29 Nov, 2019 1 commit
  4. 03 Oct, 2019 1 commit
  5. 22 Sep, 2019 1 commit
  6. 01 Aug, 2019 1 commit
  7. 13 Apr, 2019 1 commit
  8. 11 Apr, 2019 1 commit
  9. 06 Feb, 2019 1 commit
  10. 02 Feb, 2019 1 commit
  11. 25 Aug, 2018 1 commit
  12. 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
  13. 21 Aug, 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. 27 Feb, 2018 1 commit
    • ebernhardson's avatar
      Experimental support for HDFS (#1243) · 7e186a57
      ebernhardson authored
      * Read and write datsets from hdfs.
      * Only enabled when cmake is run with -DUSE_HDFS:BOOL=TRUE
      * Introduces VirtualFile(Reader|Writer) to asbtract VFS differences
      7e186a57
  18. 24 Jan, 2018 1 commit
  19. 12 Jan, 2018 1 commit
  20. 04 Jan, 2018 1 commit
  21. 22 Dec, 2017 1 commit
  22. 19 Dec, 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. 15 Nov, 2017 2 commits
  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. 17 Oct, 2017 1 commit
    • ww's avatar
      Use feature name in prediction (#988) · afe63f1a
      ww authored
      * add feature
      
      * add label idx move func to .cpp file
      
      * fix
      
      * move func to predictor
      
      * restore files
      
      * fix by commits
      
      * move the non-used features to the end of the feature vector
      
      * fix by commits
      
      * fix bug by commits
      afe63f1a
  29. 07 Oct, 2017 1 commit
    • wxchan's avatar
      [MRG] check duplicate params (#961) · d3e88ef5
      wxchan authored
      * add get params
      
      clean codes
      
      * check duplicate params
      
      * Revert "add get params"
      
      This reverts commit ec1d8dd17aa2c83dd0d5f7716c59b6a6fb94102c.
      
      * set priority by length & check duplicate
      
      * rename function
      d3e88ef5
  30. 18 Aug, 2017 4 commits
  31. 28 Jul, 2017 1 commit
  32. 07 Jun, 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. 20 May, 2017 1 commit
  36. 01 May, 2017 1 commit