1. 20 Jun, 2025 1 commit
  2. 24 Apr, 2025 1 commit
  3. 04 Mar, 2025 1 commit
  4. 17 Feb, 2025 1 commit
  5. 16 Feb, 2025 1 commit
  6. 14 Feb, 2025 1 commit
  7. 13 Feb, 2025 1 commit
  8. 10 Feb, 2025 1 commit
  9. 20 Jan, 2025 1 commit
  10. 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
  11. 12 Dec, 2024 1 commit
  12. 01 Dec, 2024 1 commit
  13. 07 Oct, 2024 1 commit
  14. 03 Sep, 2024 1 commit
  15. 21 Aug, 2024 1 commit
  16. 06 Aug, 2024 1 commit
  17. 30 Jul, 2024 1 commit
  18. 29 Jul, 2024 1 commit
  19. 25 Jul, 2024 1 commit
  20. 24 Jul, 2024 1 commit
  21. 14 Jul, 2024 2 commits
  22. 03 Jul, 2024 1 commit
  23. 21 Jun, 2024 2 commits
  24. 17 Jun, 2024 1 commit
  25. 14 Jun, 2024 1 commit
  26. 13 Jun, 2024 2 commits
  27. 29 May, 2024 1 commit
  28. 16 May, 2024 1 commit
  29. 11 May, 2024 1 commit
  30. 06 May, 2024 1 commit
  31. 01 May, 2024 2 commits
  32. 23 Apr, 2024 2 commits
  33. 10 Apr, 2024 1 commit
  34. 19 Mar, 2024 1 commit
  35. 23 Feb, 2024 1 commit
    • shiyu1994's avatar
      [c++][fix] Support Quantized Training with Categorical Features on CPU (#6301) · 776c5c3c
      shiyu1994 authored
      * support quantized training with categorical features on cpu
      
      * remove white spaces
      
      * add tests for quantized training with categorical features
      
      * skip tests for cuda version
      
      * fix cases when only 1 data block in row-wise quantized histogram construction with 8 inner bits
      
      * remove useless capture
      
      * fix compilation warnings
      
      revert useless changes
      
      * revert useless change
      
      * separate functions in feature histogram into cpp file
      
      * add feature_histogram.o in Makevars
      776c5c3c