"src/vscode:/vscode.git/clone" did not exist on "d541855a784ae7622893930c4891e22985122129"
  1. 17 Oct, 2025 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. 24 Apr, 2022 1 commit
  4. 25 Jul, 2020 1 commit
  5. 05 Jun, 2020 1 commit
  6. 01 Jun, 2020 1 commit
  7. 15 Feb, 2020 1 commit
  8. 01 Nov, 2019 1 commit
  9. 01 Oct, 2019 1 commit
  10. 26 Sep, 2019 1 commit
    • Guolin Ke's avatar
      code refactoring: cost effective gradient boosting (#2407) · 70fc45b0
      Guolin Ke authored
      * refactoring
      
      * fix style
      
      * fix style
      
      * Update cost_effective_gradient_boosting.hpp
      
      * Update serial_tree_learner.cpp
      
      * Update serial_tree_learner.h
      
      * fix style
      
      * update vc project
      
      * Update cost_effective_gradient_boosting.hpp
      70fc45b0