1. 18 Aug, 2017 2 commits
  2. 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
  3. 01 May, 2017 1 commit
  4. 28 Apr, 2017 1 commit
    • wxchan's avatar
      [MRG] translate model to if-else (#469) · 8a19834a
      wxchan authored
      * translate model to if-else
      
      * support multiclass and predictleaf
      
      * remove java option for now
      
      * support multi-thread
      
      * add task:convert_model
      8a19834a
  5. 27 Apr, 2017 1 commit
  6. 10 Apr, 2017 1 commit
    • Guolin Ke's avatar
      refine prediction logic. (#395) · 71660f1c
      Guolin Ke authored
      * refine prediction logic.
      
      * fix test.
      
      * fix out_len in training score of Dart.
      
      * improve predict speed for high dimension data.
      71660f1c
  7. 01 Mar, 2017 2 commits
  8. 12 Jan, 2017 1 commit
  9. 11 Jan, 2017 1 commit
    • Kirill Sevastyanenko's avatar
      Stylistic changes r package (#184) · 2035c54b
      Kirill Sevastyanenko authored
      * src & callbacks
      
      * lgb.Booster and utils
      
      * cv
      
      * wip lgb.Dataset
      
      * lgb.Dataset
      
      * lgb.Predictor
      
      * lgb.train
      
      * typos
      
      * add flags to facilitate macosx compilation
      
      * fix basic_string template error with clang
      
      * most unfortunate mode of development
      
      * fixup tests
      
      * last test
      
      * roxygen
      
      * roxygen v5.x.x
      2035c54b
  10. 10 Jan, 2017 1 commit
  11. 28 Dec, 2016 1 commit
  12. 05 Dec, 2016 2 commits
  13. 02 Dec, 2016 1 commit
    • wxchan's avatar
      Squash into one commit: · eba6d200
      wxchan authored
      1. merge python-package
      2. add dump model to json
      3. fix bugs
      4. clean code with pylint
      5. update python examples
      eba6d200
  14. 27 Nov, 2016 1 commit
  15. 26 Nov, 2016 2 commits
  16. 23 Nov, 2016 3 commits
  17. 18 Nov, 2016 1 commit
    • Guolin Ke's avatar
      Refactor for RAII (#86) · 5442ed78
      Guolin Ke authored
      * RAII for utils, application and c_api(partical)
      
      * raii for class in include folder
      
      * raii for application and boosting
      
      * raii for dataset and dataset loader
      
      * raii for dense bin and parser
      
      * RAII refactor for almost all classes
      
      * RAII for c_api
      
      * clean code
      
      * refine repeated code
      
      * Decouple the "sigmoid" between objective and boosting.
      
      * change std::vector<bool> back to std::vector<char> due to concurrence problem
      
      * slight reduce some memory cost
      5442ed78
  18. 15 Nov, 2016 2 commits
  19. 08 Nov, 2016 1 commit
  20. 07 Nov, 2016 3 commits
  21. 04 Nov, 2016 1 commit
  22. 03 Nov, 2016 3 commits
  23. 02 Nov, 2016 2 commits
  24. 01 Nov, 2016 1 commit
  25. 31 Oct, 2016 1 commit
  26. 28 Oct, 2016 1 commit
  27. 24 Oct, 2016 2 commits