1. 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
  2. 13 Apr, 2019 1 commit
  3. 11 Apr, 2019 1 commit
  4. 06 Feb, 2019 1 commit
  5. 02 Feb, 2019 1 commit
  6. 25 Nov, 2018 1 commit
  7. 11 May, 2018 1 commit
  8. 16 Jan, 2018 1 commit
  9. 11 Jul, 2017 1 commit
  10. 20 May, 2017 1 commit
  11. 06 Apr, 2017 1 commit
  12. 25 Mar, 2017 1 commit
  13. 22 Mar, 2017 1 commit
  14. 01 Mar, 2017 1 commit
  15. 10 Jan, 2017 2 commits
  16. 28 Dec, 2016 1 commit
  17. 24 Dec, 2016 1 commit
  18. 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
  19. 15 Nov, 2016 1 commit
  20. 07 Nov, 2016 1 commit
  21. 03 Nov, 2016 1 commit
  22. 01 Nov, 2016 2 commits
  23. 24 Oct, 2016 1 commit
  24. 19 Oct, 2016 1 commit
  25. 08 Aug, 2016 1 commit
  26. 05 Aug, 2016 1 commit