1. 18 May, 2018 1 commit
  2. 11 May, 2018 2 commits
    • Nikita Titov's avatar
      [python] decode error description (#1362) · 899151fc
      Nikita Titov authored
      * decode error description
      
      * added break line char in log massages
      899151fc
    • Tsukasa OMOTO's avatar
      Shut up warnings (#1363) · 79d27770
      Tsukasa OMOTO authored
      * Shut up warnings
      
      - warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct LightGBM::HistogramBinEntry'; use assignment or value-initialization instead [-Wclass-memaccess]
      - warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class std::tuple<int, double, double>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
      
      * void*
      79d27770
  3. 04 May, 2018 2 commits
  4. 03 May, 2018 1 commit
  5. 26 Apr, 2018 1 commit
  6. 24 Apr, 2018 1 commit
  7. 18 Apr, 2018 3 commits
  8. 17 Apr, 2018 3 commits
  9. 11 Mar, 2018 1 commit
  10. 10 Mar, 2018 1 commit
  11. 27 Feb, 2018 2 commits
  12. 08 Feb, 2018 1 commit
  13. 07 Feb, 2018 1 commit
  14. 05 Feb, 2018 1 commit
  15. 24 Jan, 2018 1 commit
  16. 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
  17. 21 Jan, 2018 2 commits
  18. 18 Jan, 2018 1 commit
  19. 16 Jan, 2018 1 commit
  20. 15 Jan, 2018 1 commit
  21. 12 Jan, 2018 1 commit
  22. 11 Jan, 2018 2 commits
  23. 05 Jan, 2018 3 commits
    • Guolin Ke's avatar
      Refine reduce scatter (#1179) · 7d3206e0
      Guolin Ke authored
      * unfinished
      
      * some refines.
      
      * fix a bug
      
      * some refines
      
      * remove useless files
      
      * some small fixes
      
      * clean code
      
      * clean code
      
      * fix connect
      
      * fix a broken link
      
      * fix a broken link
      7d3206e0
    • zhangjin's avatar
      update network for non powers of 2 workers (#1178) · ee8a65ae
      zhangjin authored
      * update network.h
      
      Improve training speed in parallel learning where workers is not powers of 2
      
      * update linders_socket.cpp
      
      Improve training speed in parallel learning where workers is not powers of 2
      
      * update linder_topo.cpp
      
      Improve training speed in parallel learning where workers is not powers of 2
      
      * update network.cpp
      
      Improve training speed in parallel learning where workers is not powers of 2
      
      * update linder_topo.cpp
      
      fix a bug
      ee8a65ae
    • Guolin Ke's avatar
      Refine allgather (#1175) · 5afffa76
      Guolin Ke authored
      * refine allgather.
      
      * fix a bug.
      5afffa76
  24. 04 Jan, 2018 1 commit
  25. 01 Jan, 2018 2 commits
  26. 31 Dec, 2017 1 commit