1. 17 Oct, 2025 1 commit
  2. 11 Dec, 2024 1 commit
  3. 05 May, 2023 1 commit
    • shiyu1994's avatar
      Add quantized training (CPU part) (#5800) · 17ecfab3
      shiyu1994 authored
      * add quantized training (first stage)
      
      * add histogram construction functions for integer gradients
      
      * add stochastic rounding
      
      * update docs
      
      * fix compilation errors by adding template instantiations
      
      * update files for compilation
      
      * fix compilation of gpu version
      
      * initialize gradient discretizer before share states
      
      * add a test case for quantized training
      
      * add quantized training for data distributed training
      
      * Delete origin.pred
      
      * Delete ifelse.pred
      
      * Delete LightGBM_model.txt
      
      * remove useless changes
      
      * fix lint error
      
      * remove debug loggings
      
      * fix mismatch of vector and allocator types
      
      * remove changes in main.cpp
      
      * fix bugs with uninitialized gradient discretizer
      
      * initialize ordered gradients in gradient discretizer
      
      * disable quantized training with gpu and cuda
      
      fix msvc compilation errors and warnings
      
      * fix bug in data parallel tree learner
      
      * make quantized training test deterministic
      
      * make quantized training in test case more accurate
      
      * refactor test_quantized_training
      
      * fix leaf splits initialization with quantized training
      
      * check distributed quantized training result
      17ecfab3
  4. 23 Sep, 2021 1 commit
  5. 05 Jun, 2020 1 commit
  6. 01 Jun, 2020 1 commit
  7. 26 May, 2020 1 commit
  8. 10 Feb, 2020 1 commit
  9. 13 Apr, 2019 1 commit
  10. 11 Apr, 2019 1 commit
  11. 06 Feb, 2019 1 commit
  12. 02 Feb, 2019 1 commit
  13. 16 Aug, 2018 1 commit
  14. 18 Apr, 2018 1 commit
  15. 10 Sep, 2017 1 commit
  16. 02 Sep, 2017 1 commit
  17. 20 Aug, 2017 1 commit
  18. 30 Jul, 2017 1 commit
    • Guolin Ke's avatar
      Better missing value handle (#747) · 00cb04a2
      Guolin Ke authored
      * finish the data loading part
      
      * allow prediction.
      
      * fix bug for decision type.
      
      * finish split finding part
      
      * fix bugs.
      
      * bug fixed. add a test .
      
      * fix pep8 .
      
      * update documents.
      
      * fix test bugs.
      
      * fix a format
      
      * fix import error in python test.
      
      * disable missing handle in categorial features.
      
      * fix a bug.
      
      * add more tests.
      
      * fix pep8
      
      * fix bugs.
      
      * remove the missing handle code for categorical feature.
      00cb04a2
  19. 15 May, 2017 1 commit
  20. 01 Mar, 2017 1 commit
  21. 03 Nov, 2016 1 commit
  22. 01 Nov, 2016 1 commit
  23. 08 Aug, 2016 1 commit
  24. 05 Aug, 2016 1 commit