1. 15 Dec, 2024 1 commit
    • Nikita Titov's avatar
      [ci] use Ruff linter instead of isort (#6755) · c2f3807c
      Nikita Titov authored
      * Update append-comment.sh
      
      * Update static_analysis.yml
      
      * Update static_analysis.yml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update .pre-commit-config.yaml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update basic.py
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update pyproject.toml
      
      * Update interactive_plot_example.ipynb
      
      * Update pyproject.toml
      
      * Update append-comment.sh
      
      * Update basic.py
      
      * Update basic.py
      
      * Update pyproject.toml
      
      * Update .pre-commit-config.yaml
      
      * Update basic.py
      
      * Update basic.py
      
      * Update test_basic.R
      
      * Update rank_objective.hpp
      
      * Update histogram_16_64_256.cu
      
      * Update static_analysis.yml
      
      * ensure alphabetical order of rules
      c2f3807c
  2. 01 Dec, 2024 1 commit
  3. 07 Oct, 2024 1 commit
  4. 21 Aug, 2024 1 commit
  5. 03 Jul, 2024 1 commit
  6. 13 Jun, 2024 2 commits
  7. 16 May, 2024 1 commit
  8. 11 May, 2024 1 commit
  9. 01 May, 2024 1 commit
  10. 10 Apr, 2024 1 commit
  11. 03 Feb, 2024 1 commit
  12. 22 Dec, 2023 1 commit
  13. 07 Dec, 2023 1 commit
  14. 13 Nov, 2023 1 commit
  15. 02 Nov, 2023 1 commit
  16. 08 Oct, 2023 1 commit
  17. 13 Sep, 2023 1 commit
  18. 04 Sep, 2023 1 commit
  19. 03 Sep, 2023 1 commit
  20. 04 Aug, 2023 1 commit
  21. 21 Jul, 2023 2 commits
  22. 20 Jul, 2023 1 commit
  23. 19 Jul, 2023 1 commit
  24. 14 Feb, 2023 1 commit
  25. 31 Jan, 2023 1 commit
  26. 11 Oct, 2022 1 commit
  27. 09 Oct, 2022 2 commits
  28. 12 Sep, 2022 1 commit
  29. 23 Aug, 2022 1 commit
  30. 30 Jul, 2022 1 commit
  31. 12 Jul, 2022 1 commit
  32. 27 Jun, 2022 1 commit
  33. 23 Jun, 2022 1 commit
  34. 22 Jun, 2022 1 commit
  35. 20 Jun, 2022 2 commits
  36. 17 Jun, 2022 1 commit
    • david-cortes's avatar
      [R-package] Add sparse feature contribution predictions (#5108) · 6f92d47a
      david-cortes authored
      
      
      * add predcontrib for sparse inputs
      
      * register newly-added function
      
      * comments
      
      * correct wrong types in test
      
      * forcibly take transpose function from Matrix
      
      * keep row names, test comparison to dense inputs
      
      * workaround for passing test while PR for row names is not merged
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update R-package/R/lgb.Predictor.R
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * proper handling of integer overflow
      
      * add test for CSR contrib row names
      
      * add more tests for predict(<sparse>, predcontrib=TRUE)
      
      * make linter happy
      
      * linter
      
      * linter
      
      * check error messages for bad input shapes
      
      * fix regex
      
      * hard-coded number of columns in regex for tests
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      6f92d47a