1. 25 Jan, 2021 1 commit
  2. 13 Jan, 2021 1 commit
    • James Lamb's avatar
      [ci] remove Travis (fixes #3519) (#3672) · 318f7fae
      James Lamb authored
      
      
      * [ci] move CI jobs from Travis to Azure DevOps (fixes #3519)
      
      * comment out other CIs to avoid wasting cycles
      
      * try without docker
      
      * add container back
      
      * stop using --user in pip install
      
      * run check-docs and lint without container
      
      * job names
      
      * move more jobs to Azure-hosted Linux pool
      
      * fix PATH for check-docs
      
      * uncomment other CI
      
      * uncomment windows
      
      * remove uses of maxParallel
      
      * try moving macos-latest jobs to GitHub Actions
      
      * fix config
      
      * fix missing conda env
      
      * set Python version
      
      * remove commented-out code
      
      * add more to GitHub Actions
      
      * try to fix GPU
      
      * remove static_analysis to prevent conflicts with #3726
      
      * change workflow name
      
      * try using ubuntu:latest docker
      
      * fix conda
      
      * trying to find where permissions first break
      
      * add workaround for sudo
      
      * please azure please
      
      * image syntax
      
      * more sudo
      
      * noninteractive
      
      * LC_ALL
      
      * more  sudo
      
      * more stuff
      
      * CONDA dir
      
      * paths
      
      * get path
      
      * missing CONDA
      
      * fix path stuff
      
      * more tests
      
      * fix graphviz
      
      * stuff
      
      * more graphviz
      
      * install xorg-libxau
      
      * graphviz works, run more jobs
      
      * stuff
      
      * enable more tests
      
      * uncomment GitHub Actions
      
      * uncomment all other CIs
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * add travis.yml to Rbuildignore
      
      * add Rbuildignore rule for fmt
      
      * add libomp for clang builds
      
      * changes from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      318f7fae
  3. 10 Jan, 2021 1 commit
  4. 07 Jan, 2021 1 commit
  5. 04 Jan, 2021 1 commit
  6. 26 Dec, 2020 1 commit
  7. 22 Dec, 2020 1 commit
  8. 21 Dec, 2020 1 commit
  9. 20 Dec, 2020 1 commit
  10. 10 Dec, 2020 1 commit
  11. 08 Dec, 2020 1 commit
  12. 30 Nov, 2020 1 commit
  13. 25 Nov, 2020 1 commit
  14. 09 Oct, 2020 1 commit
  15. 23 Aug, 2020 1 commit
  16. 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
  17. 22 Jun, 2020 1 commit
  18. 24 Apr, 2020 1 commit
  19. 16 Mar, 2020 1 commit
  20. 03 Mar, 2020 1 commit
  21. 22 Feb, 2020 1 commit
  22. 17 Dec, 2019 1 commit
  23. 02 Dec, 2019 1 commit
  24. 04 Nov, 2019 1 commit
  25. 16 Oct, 2019 1 commit
  26. 15 Oct, 2019 1 commit
  27. 05 Sep, 2019 1 commit
  28. 03 Sep, 2019 1 commit
  29. 26 Aug, 2019 1 commit
  30. 17 Jun, 2019 2 commits
  31. 26 May, 2019 1 commit
  32. 08 May, 2019 1 commit
  33. 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
  34. 22 Jan, 2019 1 commit
  35. 21 Nov, 2018 1 commit
  36. 31 Oct, 2018 1 commit
  37. 29 Oct, 2018 1 commit
  38. 27 Oct, 2018 1 commit
  39. 25 Oct, 2018 1 commit