1. 17 Jul, 2017 1 commit
    • olofer's avatar
      cross entropy metrics and objective (#685) · f8597c93
      olofer authored
      * Created objectives and metrics xentropy and xentropy1
      
      * Some coment and code cleanup.
      
      * Added Kullback-Leibler version of metric. Changed some warning messages.
      
      * Fixed sign error in KL-divergence calc.
      
      * Removed __PRETTY_FUNCTION__.
      
      * Fixed better name for alternative xentropy parameterization.
      Documented details on the objectives / metrics in code comments.
      
      * Common code for label interval checks. Cleanups.
      
      * Use common utility for various weight property checks.
      f8597c93
  2. 06 Jun, 2017 1 commit
  3. 03 Jun, 2017 1 commit
  4. 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
  5. 27 May, 2017 1 commit
  6. 24 May, 2017 1 commit
  7. 21 May, 2017 1 commit
  8. 20 May, 2017 1 commit
  9. 19 May, 2017 1 commit
  10. 15 May, 2017 1 commit
  11. 01 May, 2017 1 commit
  12. 10 Apr, 2017 2 commits
  13. 07 Apr, 2017 1 commit
  14. 06 Apr, 2017 1 commit
  15. 28 Mar, 2017 2 commits
  16. 22 Mar, 2017 2 commits
  17. 21 Mar, 2017 1 commit
  18. 13 Mar, 2017 3 commits
  19. 07 Mar, 2017 1 commit
  20. 01 Mar, 2017 2 commits
  21. 23 Jan, 2017 1 commit
  22. 21 Jan, 2017 1 commit
  23. 12 Jan, 2017 1 commit
  24. 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
  25. 10 Jan, 2017 2 commits
  26. 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
  27. 04 Jan, 2017 1 commit
  28. 01 Jan, 2017 1 commit
  29. 20 Dec, 2016 1 commit
  30. 07 Dec, 2016 1 commit
  31. 05 Dec, 2016 2 commits