1. 07 Oct, 2017 1 commit
    • Tony-Y's avatar
      Fix coding style (#969) (#970) · 8425fbea
      Tony-Y authored
      Function names must be in the "Pascal Case" style.
      
      * check_elements_interval_closed to CheckElementsIntervalClosed
      
      * obtain_min_max_sum to ObtainMinMaxSum
      8425fbea
  2. 29 Sep, 2017 1 commit
  3. 28 Sep, 2017 1 commit
  4. 02 Sep, 2017 1 commit
  5. 28 Aug, 2017 1 commit
  6. 18 Aug, 2017 1 commit
  7. 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
  8. 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
  9. 06 Jun, 2017 1 commit
  10. 03 Jun, 2017 1 commit
  11. 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
  12. 27 May, 2017 1 commit
  13. 24 May, 2017 1 commit
  14. 21 May, 2017 1 commit
  15. 20 May, 2017 1 commit
  16. 19 May, 2017 1 commit
  17. 15 May, 2017 1 commit
  18. 01 May, 2017 1 commit
  19. 10 Apr, 2017 2 commits
  20. 07 Apr, 2017 1 commit
  21. 06 Apr, 2017 1 commit
  22. 28 Mar, 2017 2 commits
  23. 22 Mar, 2017 2 commits
  24. 21 Mar, 2017 1 commit
  25. 13 Mar, 2017 3 commits
  26. 07 Mar, 2017 1 commit
  27. 01 Mar, 2017 2 commits
  28. 23 Jan, 2017 1 commit
  29. 21 Jan, 2017 1 commit
  30. 12 Jan, 2017 1 commit
  31. 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
  32. 10 Jan, 2017 2 commits
  33. 09 Jan, 2017 1 commit
    • 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