1. 03 Jun, 2017 1 commit
  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. 27 May, 2017 1 commit
  4. 24 May, 2017 1 commit
  5. 21 May, 2017 1 commit
  6. 20 May, 2017 1 commit
  7. 19 May, 2017 1 commit
  8. 15 May, 2017 1 commit
  9. 01 May, 2017 1 commit
  10. 10 Apr, 2017 2 commits
  11. 07 Apr, 2017 1 commit
  12. 06 Apr, 2017 1 commit
  13. 28 Mar, 2017 2 commits
  14. 22 Mar, 2017 2 commits
  15. 21 Mar, 2017 1 commit
  16. 13 Mar, 2017 3 commits
  17. 07 Mar, 2017 1 commit
  18. 01 Mar, 2017 2 commits
  19. 23 Jan, 2017 1 commit
  20. 21 Jan, 2017 1 commit
  21. 12 Jan, 2017 1 commit
  22. 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
  23. 10 Jan, 2017 2 commits
  24. 09 Jan, 2017 2 commits
    • Tsukasa OMOTO's avatar
      Fix huber loss (#178) · 27d3eb33
      Tsukasa OMOTO authored
      * fix typo
      
      * fix hessians to approximate hessians with Gaussian function
      
      * fix ApproximateHessianWithGaussian
      
      * take fabs of gradient
      
      * use atan(1) to calculate pi
      
      * fix pi
      27d3eb33
    • Tsukasa OMOTO's avatar
      Add L1 objective function (#175) · 6219df7a
      Tsukasa OMOTO authored
      * Add L1 objective function
      
      * fix hessians
      
      * update
      6219df7a
  25. 04 Jan, 2017 1 commit
  26. 01 Jan, 2017 1 commit
  27. 20 Dec, 2016 1 commit
  28. 07 Dec, 2016 1 commit
  29. 05 Dec, 2016 3 commits
  30. 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