1. 04 Jul, 2017 1 commit
  2. 17 Apr, 2017 1 commit
  3. 16 Apr, 2017 1 commit
    • Guolin Ke's avatar
      faster histogram sum up (#418) · 98c7c2a3
      Guolin Ke authored
      * some refactor.
      
      * two stage sum up to reduce sum up error.
      
      * add more two-stage sumup.
      
      * some refactor.
      
      * add alignment.
      
      * change name to aligned_allocator.
      
      * remove some useless sumup.
      
      * fix a warning.
      
      * add -march=native .
      
      * remove the padding of gradients.
      
      * no alignment.
      
      * fix test.
      
      * change KNumSumupGroup to 32768.
      
      * change gcc flags.
      98c7c2a3
  4. 06 Apr, 2017 1 commit
  5. 26 Mar, 2017 1 commit
  6. 01 Mar, 2017 1 commit
  7. 23 Jan, 2017 1 commit
  8. 10 Jan, 2017 2 commits
  9. 09 Jan, 2017 1 commit
  10. 26 Dec, 2016 1 commit
  11. 24 Dec, 2016 1 commit
  12. 19 Dec, 2016 2 commits
  13. 18 Dec, 2016 1 commit
  14. 02 Dec, 2016 1 commit
    • wxchan's avatar
      Squash into one commit: · eba6d200
      wxchan authored
      1. merge python-package
      2. add dump model to json
      3. fix bugs
      4. clean code with pylint
      5. update python examples
      eba6d200
  15. 26 Nov, 2016 1 commit
  16. 23 Nov, 2016 1 commit
  17. 21 Nov, 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