1. 02 Mar, 2025 1 commit
  2. 12 Feb, 2025 1 commit
  3. 07 Feb, 2025 1 commit
  4. 05 Feb, 2025 1 commit
  5. 26 Jan, 2025 1 commit
  6. 11 Jan, 2025 1 commit
  7. 03 Jan, 2025 1 commit
  8. 22 Dec, 2024 2 commits
  9. 15 Dec, 2024 1 commit
  10. 10 Dec, 2024 1 commit
  11. 04 Dec, 2024 1 commit
  12. 01 Dec, 2024 1 commit
  13. 15 Nov, 2024 1 commit
  14. 31 Oct, 2024 1 commit
  15. 13 Oct, 2024 1 commit
  16. 09 Oct, 2024 1 commit
  17. 02 Oct, 2024 1 commit
  18. 03 Sep, 2024 2 commits
  19. 15 Aug, 2024 2 commits
  20. 06 Aug, 2024 1 commit
  21. 16 Jul, 2024 1 commit
  22. 12 Jul, 2024 1 commit
  23. 10 Jul, 2024 2 commits
  24. 05 Jul, 2024 1 commit
  25. 03 Jul, 2024 1 commit
  26. 13 Jun, 2024 1 commit
  27. 05 Jun, 2024 1 commit
  28. 04 Jun, 2024 1 commit
  29. 11 May, 2024 1 commit
  30. 01 May, 2024 1 commit
  31. 29 Apr, 2024 1 commit
  32. 23 Apr, 2024 1 commit
  33. 20 Apr, 2024 1 commit
  34. 19 Mar, 2024 1 commit
  35. 18 Mar, 2024 1 commit
  36. 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