".github/vscode:/vscode.git/clone" did not exist on "1c18ad32e965cc3514b682ec1f6acce94e09c8cd"
  1. 17 Oct, 2025 1 commit
  2. 04 May, 2021 1 commit
  3. 14 Feb, 2021 1 commit
  4. 05 Jun, 2020 1 commit
  5. 01 Jun, 2020 1 commit
  6. 08 Feb, 2020 1 commit
  7. 17 Dec, 2019 1 commit
  8. 03 Dec, 2019 1 commit
    • ashok-ponnuswami-msft's avatar
      LightGBM would hang on MPI run if only some nodes have a fatal error. (#2600) · 61292080
      ashok-ponnuswami-msft authored
      * LightGBM would hang on MPI run if only some nodes have a fatal error. The issue is that the destructor of Application calls MPI_Finalize(), which will cause the program to hand and prevent from exiting. So we move the network finalization out of the destructor and call MPI_Finalize() or MPI_Abort() based on whether there was an unhandled exception.
      
      * Minor updates: Remove excess debug logging, whitespaces.
      
      * Add comments for new functions.
      61292080
  9. 07 Oct, 2019 1 commit
  10. 22 Sep, 2019 1 commit
  11. 13 Apr, 2019 1 commit
  12. 11 Apr, 2019 1 commit
  13. 06 Feb, 2019 1 commit
  14. 02 Feb, 2019 1 commit
  15. 16 Aug, 2018 1 commit
  16. 20 May, 2018 1 commit
    • Guolin Ke's avatar
      Refine config object (#1381) · dc699574
      Guolin Ke authored
      * [WIP] refine config
      
      * [wip] ready for the auto code generate
      
      * auto generate config codes
      
      * use with to open file
      
      * fix bug
      
      * fix pylint
      
      * fix bug
      
      * fix pylint
      
      * fix bugs.
      
      * tmp for failed test.
      
      * fix tests.
      
      * added nthreads alias
      
      * added new aliases from new config.h
      
      * fixed duplicated alias
      
      * refactored parameter_generator.py
      
      * added new aliases from config.h and removed remaining old names
      
      * fix bugs & some miss alias
      
      * added aliases
      
      * add more descriptions.
      
      * add comment.
      dc699574
  17. 15 Dec, 2017 1 commit
  18. 12 Oct, 2017 1 commit
  19. 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
  20. 15 Nov, 2016 1 commit
  21. 08 Aug, 2016 1 commit
  22. 05 Aug, 2016 1 commit