1. 12 Jun, 2022 1 commit
  2. 08 Jun, 2022 1 commit
    • shiyu1994's avatar
      Clear split info buffer in cost efficient gradient boosting before every... · f1328d5c
      shiyu1994 authored
      Clear split info buffer in cost efficient gradient boosting before every iteration (fix partially #3679) (#5164)
      
      * clear split info buffer in cegb_ before every iteration
      
      * check nullable of cegb_ in serial_tree_learner.cpp
      
      * add a test case for checking the split buffer in CEGB
      
      * swith to Threading::For instead of raw OpenMP
      
      * apply review suggestions
      
      * apply review comments
      
      * remove device cpu
      f1328d5c
  3. 05 Jun, 2022 5 commits
  4. 04 Jun, 2022 1 commit
  5. 02 Jun, 2022 1 commit
  6. 31 May, 2022 3 commits
  7. 29 May, 2022 1 commit
  8. 25 May, 2022 2 commits
  9. 24 May, 2022 2 commits
  10. 23 May, 2022 5 commits
  11. 22 May, 2022 2 commits
  12. 18 May, 2022 2 commits
  13. 17 May, 2022 2 commits
  14. 14 May, 2022 1 commit
  15. 11 May, 2022 1 commit
  16. 10 May, 2022 3 commits
  17. 05 May, 2022 1 commit
  18. 04 May, 2022 2 commits
  19. 01 May, 2022 3 commits
    • James Lamb's avatar
      [ci] fix git checkout for comment-triggered CI jobs (#5169) · da9072fd
      James Lamb authored
      * [ci] fix git checkout for comment-triggered CI jobs
      
      * set locale prior to installing packages
      
      * comment out cuda
      
      * change strategy for setting locale
      
      * comment out R jobs
      
      * comment out more CI jobs
      
      * update locales before installing other packages
      
      * remove unnecessary packages
      
      * add libc6 back
      
      * restore libicu and libssl
      
      * Revert "comment out more CI jobs"
      
      This reverts commit 8fd92144ad1dafc33ae699d7c3e159d8846e41b2.
      
      * uncomment CI jobs
      
      * revert more changes
      
      * more reverting
      
      * remove r_package.yml from diff
      da9072fd
    • Lipson's avatar
      fix precision lost in tree's ToIfElse (#5187) · a107c907
      Lipson authored
      a107c907
    • Nikita Titov's avatar
      fix some wrong format specifiers (#5190) · 0fb09e77
      Nikita Titov authored
      * Update dataset_loader.cpp
      
      * Update config.cpp
      
      * Update application.cpp
      
      * Update linkers_socket.cpp
      0fb09e77
  20. 30 Apr, 2022 1 commit