1. 20 Aug, 2022 1 commit
  2. 29 Jul, 2022 1 commit
  3. 05 Jun, 2020 1 commit
  4. 01 Jun, 2020 1 commit
  5. 25 May, 2020 1 commit
  6. 22 Feb, 2020 1 commit
    • Guolin Ke's avatar
      some code refactoring (#2769) · 3e80df7e
      Guolin Ke authored
      * some refines
      
      * more omp refactoring
      
      * format define
      
      * fix merge bug
      
      * some fixes
      
      * fix some warnings
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * remove dup codes
      3e80df7e
  7. 02 Feb, 2020 1 commit
    • Guolin Ke's avatar
      Support both row-wise and col-wise multi-threading (#2699) · 509c2e50
      Guolin Ke authored
      
      
      * commit
      
      * fix a bug
      
      * fix bug
      
      * reset to track changes
      
      * refine the auto choose logic
      
      * sort the time stats output
      
      * fix include
      
      * change  multi_val_bin_sparse_threshold
      
      * add cmake
      
      * add _mm_malloc and _mm_free for cross platform
      
      * fix cmake bug
      
      * timer for split
      
      * try to fix cmake
      
      * fix tests
      
      * refactor DataPartition::Split
      
      * fix test
      
      * typo
      
      * formating
      
      * Revert "formating"
      
      This reverts commit 5b8de4f7fb9d975ee23701d276a66d40ee6d4222.
      
      * add document
      
      * [R-package] Added tests on use of force_col_wise and force_row_wise in training (#2719)
      
      * naming
      
      * fix gpu code
      
      * Update include/LightGBM/bin.h
      Co-Authored-By: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update src/treelearner/ocl/histogram16.cl
      
      * test: swap compilers for CI
      
      * fix omp
      
      * not avx2
      
      * no aligned for feature histogram
      
      * Revert "refactor DataPartition::Split"
      
      This reverts commit 256e6d9641ade966a1f54da1752e998a1149b6f8.
      
      * slightly refactor data partition
      
      * reduce the memory cost
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      509c2e50
  8. 13 Apr, 2019 1 commit
  9. 11 Apr, 2019 1 commit
  10. 06 Feb, 2019 1 commit
  11. 02 Feb, 2019 1 commit
  12. 25 Nov, 2018 1 commit
  13. 11 May, 2018 1 commit
  14. 16 Jan, 2018 1 commit
  15. 11 Jul, 2017 1 commit
  16. 20 May, 2017 1 commit
  17. 06 Apr, 2017 1 commit
  18. 25 Mar, 2017 1 commit
  19. 22 Mar, 2017 1 commit
  20. 01 Mar, 2017 1 commit
  21. 10 Jan, 2017 2 commits
  22. 28 Dec, 2016 1 commit
  23. 24 Dec, 2016 1 commit
  24. 18 Nov, 2016 1 commit
    • Guolin Ke's avatar
      Refactor for RAII (#86) · 5442ed78
      Guolin Ke authored
      * RAII for utils, application and c_api(partical)
      
      * raii for class in include folder
      
      * raii for application and boosting
      
      * raii for dataset and dataset loader
      
      * raii for dense bin and parser
      
      * RAII refactor for almost all classes
      
      * RAII for c_api
      
      * clean code
      
      * refine repeated code
      
      * Decouple the "sigmoid" between objective and boosting.
      
      * change std::vector<bool> back to std::vector<char> due to concurrence problem
      
      * slight reduce some memory cost
      5442ed78
  25. 15 Nov, 2016 1 commit
  26. 07 Nov, 2016 1 commit
  27. 03 Nov, 2016 1 commit
  28. 01 Nov, 2016 2 commits
  29. 24 Oct, 2016 1 commit
  30. 19 Oct, 2016 1 commit
  31. 08 Aug, 2016 1 commit
  32. 05 Aug, 2016 1 commit