"src/vscode:/vscode.git/clone" did not exist on "548fc91e59a21254b4ec6cb59fa4ee006476190f"
  1. 22 Dec, 2020 1 commit
  2. 21 Dec, 2020 1 commit
  3. 20 Dec, 2020 1 commit
  4. 10 Dec, 2020 1 commit
  5. 08 Dec, 2020 1 commit
  6. 30 Nov, 2020 1 commit
  7. 25 Nov, 2020 1 commit
  8. 09 Oct, 2020 1 commit
  9. 23 Aug, 2020 1 commit
  10. 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
  11. 22 Jun, 2020 1 commit
  12. 24 Apr, 2020 1 commit
  13. 16 Mar, 2020 1 commit
  14. 03 Mar, 2020 1 commit
  15. 22 Feb, 2020 1 commit
  16. 17 Dec, 2019 1 commit
  17. 02 Dec, 2019 1 commit
  18. 04 Nov, 2019 1 commit
  19. 16 Oct, 2019 1 commit
  20. 15 Oct, 2019 1 commit
  21. 05 Sep, 2019 1 commit
  22. 03 Sep, 2019 1 commit
  23. 26 Aug, 2019 1 commit
  24. 17 Jun, 2019 2 commits
  25. 26 May, 2019 1 commit
  26. 08 May, 2019 1 commit
  27. 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
  28. 22 Jan, 2019 1 commit
  29. 21 Nov, 2018 1 commit
  30. 31 Oct, 2018 1 commit
  31. 29 Oct, 2018 1 commit
  32. 27 Oct, 2018 1 commit
  33. 25 Oct, 2018 1 commit
  34. 03 Oct, 2018 1 commit
  35. 24 Sep, 2018 1 commit
  36. 12 Sep, 2018 1 commit
  37. 11 Sep, 2018 1 commit
  38. 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
  39. 13 Jul, 2018 1 commit