1. 20 Dec, 2020 1 commit
  2. 10 Dec, 2020 1 commit
  3. 08 Dec, 2020 1 commit
  4. 30 Nov, 2020 1 commit
  5. 25 Nov, 2020 1 commit
  6. 09 Oct, 2020 1 commit
  7. 23 Aug, 2020 1 commit
  8. 19 Aug, 2020 1 commit
    • Guolin Ke's avatar
      Add Logo to readme (#3322) · 4d8d289d
      Guolin Ke authored
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      4d8d289d
  9. 22 Jun, 2020 1 commit
  10. 24 Apr, 2020 1 commit
  11. 16 Mar, 2020 1 commit
  12. 03 Mar, 2020 1 commit
  13. 22 Feb, 2020 1 commit
  14. 17 Dec, 2019 1 commit
  15. 02 Dec, 2019 1 commit
  16. 04 Nov, 2019 1 commit
  17. 16 Oct, 2019 1 commit
  18. 15 Oct, 2019 1 commit
  19. 05 Sep, 2019 1 commit
  20. 03 Sep, 2019 1 commit
  21. 26 Aug, 2019 1 commit
  22. 17 Jun, 2019 2 commits
  23. 26 May, 2019 1 commit
  24. 08 May, 2019 1 commit
  25. 25 Mar, 2019 1 commit
    • mjmckp's avatar
      Add API method LGBM_BoosterPredictForMats (#2008) · 823fc03c
      mjmckp authored
      * Fix index out-of-range exception generated by BaggingHelper on small datasets.
      
      Prior to this change, the line "score_t threshold = tmp_gradients[top_k - 1];" would generate an exception, since tmp_gradients would be empty when the cnt input value to the function is zero.
      
      * Update goss.hpp
      
      * Update goss.hpp
      
      * Add API method LGBM_BoosterPredictForMats which runs prediction on a data set given as of array of pointers to rows (as opposed to existing method LGBM_BoosterPredictForMat which requires data given as contiguous array)
      
      * Fix incorrect upstream merge
      
      * Add link to LightGBM.NET
      
      * Fix indenting to 2 spaces
      
      * Dummy edit to trigger CI
      
      * Dummy edit to trigger CI
      823fc03c
  26. 22 Jan, 2019 1 commit
  27. 21 Nov, 2018 1 commit
  28. 31 Oct, 2018 1 commit
  29. 29 Oct, 2018 1 commit
  30. 27 Oct, 2018 1 commit
  31. 25 Oct, 2018 1 commit
  32. 03 Oct, 2018 1 commit
  33. 24 Sep, 2018 1 commit
  34. 12 Sep, 2018 1 commit
  35. 11 Sep, 2018 1 commit
  36. 13 Aug, 2018 1 commit
    • Nikita Titov's avatar
      [ci] added tests with Clang/AppleClang compilation at Travis (#1522) · ad7738ac
      Nikita Titov authored
      * added clang test
      
      * hotfix
      
      * downgrade required AppleCLang version
      
      * fixed CMakeLists
      
      * prevent case when CMake is downgraded by libomp
      
      * fixed Clang test
      
      * moved MSVC version check to the better place
      
      * compile with Clang at Travis on Linux
      
      * clear .travis.yml
      
      * fixed indents
      
      * added support of MPI test at Travis with macOS
      
      * added FAQ entry about OpenMP library error
      
      * updated installation guide
      
      * moved APPLE_OUTPUT_DYLIB to other options
      
      * fix check-docs test: ignore old url from error message
      
      * added example of symlink command in FAQ
      
      * fixed markdown
      
      * capitalized heading
      
      * updated Python installation guide
      
      * changed mode in message command
      
      * added notes about MinGW efficiency problems
      
      * updated R-package installation guide
      
      * use quotes for gcc version
      
      * removed excess 'Note' phrase
      ad7738ac
  37. 13 Jul, 2018 1 commit
  38. 12 Jul, 2018 1 commit
    • Guolin Ke's avatar
      add vsts ci (#1497) · 1437ce8b
      Guolin Ke authored
      * fix bugs
      
      * many fixes
      
      * remove duplicate lines
      
      * test for mingw
      
      * Not nuget in appveyor
      
      * remove mingw build
      
      * Update test.sh
      
      * Update test.sh
      
      * Update test.sh
      
      * fixed macOS wheel name
      
      * don't run docs test at VSTS
      
      * made nuget creating script directory independent
      1437ce8b
  39. 03 Jun, 2018 1 commit