1. 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
  2. 05 Jun, 2022 5 commits
  3. 04 Jun, 2022 1 commit
  4. 02 Jun, 2022 1 commit
  5. 31 May, 2022 3 commits
  6. 29 May, 2022 1 commit
  7. 25 May, 2022 2 commits
  8. 24 May, 2022 2 commits
  9. 23 May, 2022 5 commits
  10. 22 May, 2022 2 commits
  11. 18 May, 2022 2 commits
  12. 17 May, 2022 2 commits
  13. 14 May, 2022 1 commit
  14. 11 May, 2022 1 commit
  15. 10 May, 2022 3 commits
  16. 05 May, 2022 1 commit
  17. 04 May, 2022 2 commits
  18. 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
  19. 30 Apr, 2022 2 commits