1. 22 Mar, 2018 2 commits
  2. 21 Mar, 2018 2 commits
  3. 19 Mar, 2018 3 commits
  4. 16 Mar, 2018 1 commit
  5. 14 Mar, 2018 1 commit
  6. 13 Mar, 2018 1 commit
  7. 11 Mar, 2018 1 commit
  8. 10 Mar, 2018 1 commit
  9. 04 Mar, 2018 1 commit
  10. 28 Feb, 2018 3 commits
  11. 27 Feb, 2018 3 commits
  12. 13 Feb, 2018 3 commits
  13. 11 Feb, 2018 1 commit
  14. 10 Feb, 2018 1 commit
  15. 08 Feb, 2018 1 commit
  16. 07 Feb, 2018 2 commits
  17. 05 Feb, 2018 1 commit
  18. 02 Feb, 2018 1 commit
  19. 31 Jan, 2018 2 commits
    • Guolin Ke's avatar
      Update README.md · 3645c2fa
      Guolin Ke authored
      3645c2fa
    • Ilya Matiach's avatar
      Adding SWIG Java wrappers to LightGBM (#1223) · 6d58decf
      Ilya Matiach authored
      * Adding Java wrappers to LightGBM by updating CMakeLists and adding SWIG file
      
      * Set SWIG generation to OFF by default
      
      * Added -package option to SWIG_FLAGS
      
      * Fixed jar structure to have class files in proper location
      
      * removed link with OpenMP flags
      6d58decf
  20. 26 Jan, 2018 1 commit
  21. 25 Jan, 2018 2 commits
  22. 24 Jan, 2018 2 commits
  23. 23 Jan, 2018 1 commit
  24. 22 Jan, 2018 3 commits
    • Guolin Ke's avatar
      fix a silly bug (#1142) · ffeae5a6
      Guolin Ke authored
      ffeae5a6
    • Guolin Ke's avatar
      fix a warning · 79edd9a6
      Guolin Ke authored
      79edd9a6
    • Nikita Titov's avatar
      [docs] aliases (#1209) · f8cf0d2f
      Nikita Titov authored
      * added new aliases for regression_l2 to docs
      
      * fixed new line
      
      * fixed tweedie_variance_power description
      
      * moved gamma and tweedie metrics to other regression metrics
      
      * added new aliases for l2 to docs
      
      * added new alias for l1 to docs
      
      * added new alias for log loss to docs
      
      * added new aliases for multiclass to docs
      
      * added description for default value of metric param
      
      * fixed link to poisson regression and capitalized regressions' names
      
      * removed unused earlier alias type for gamma deviance
      
      * added aliases for multiclass and multiclass_ova
      
      * updated Quick-Start.rst according to Parameters.rst
      f8cf0d2f