1. 06 Jan, 2020 2 commits
  2. 02 Jan, 2020 2 commits
  3. 01 Jan, 2020 2 commits
  4. 29 Dec, 2019 2 commits
  5. 24 Dec, 2019 2 commits
  6. 20 Dec, 2019 1 commit
  7. 19 Dec, 2019 1 commit
  8. 17 Dec, 2019 2 commits
  9. 15 Dec, 2019 1 commit
  10. 13 Dec, 2019 1 commit
  11. 12 Dec, 2019 1 commit
    • Belinda Trotta's avatar
      auc-mu metric (#2567) · 222775ca
      Belinda Trotta authored
      * Fix bug where small values of max_bin cause crash.
      
      * Revert "Fix bug where small values of max_bin cause crash."
      
      This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b.
      
      * Add auc-mu multiclass metric.
      
      * Fix bug where scores are equal.
      
      * Merge.
      
      * Change name to auc_mu everywhere (instead of auc-mu).
      
      * Fix comparison between signed and unsigned int.
      
      * Change name to AUC-mu in docs and output messages.
      
      * Improve test.
      
      * Use prefix increment.
      
      * Update R package.
      
      * Fix style issues.
      
      * Tidy up test code.
      
      * Read all lines first then process.
      
      * Allow passing AUC-mu weights directly as a list in parameters.
      
      * Remove unused code, improve example and docs.
      222775ca
  12. 11 Dec, 2019 1 commit
  13. 10 Dec, 2019 1 commit
  14. 09 Dec, 2019 1 commit
  15. 08 Dec, 2019 1 commit
  16. 07 Dec, 2019 1 commit
  17. 05 Dec, 2019 2 commits
  18. 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
  19. 02 Dec, 2019 1 commit
  20. 01 Dec, 2019 1 commit
  21. 30 Nov, 2019 1 commit
  22. 29 Nov, 2019 2 commits
  23. 28 Nov, 2019 1 commit
  24. 25 Nov, 2019 1 commit
  25. 22 Nov, 2019 2 commits
  26. 21 Nov, 2019 1 commit
  27. 19 Nov, 2019 1 commit
  28. 16 Nov, 2019 2 commits
    • James Lamb's avatar
      [R-package][ci] Added more R linters (fixes #2477) (#2533) · 1f7b06b9
      James Lamb authored
      
      
      * Added more linters on R code
      
      * started working on implicit integers
      
      * finished style changes to handle implicit integers
      
      * regenned documentation and added concatenation linter
      
      * changed channel for r-lintr
      
      * try building stringi before lintr
      
      * trying to get libicui18n
      
      * trying another thing
      
      * trying conda-forge again
      
      * added re-install of stringi
      
      * uncommented other stages
      
      * Update .ci/test.sh
      Co-Authored-By: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * removed apt update and changed lintr version floor
      
      * get lintr from CRAN
      
      * R needs to come before C++ linting
      
      * testing lintr install from CRAN
      
      * trying one more thing
      
      * more verbose
      
      * order might matter
      
      * removed commented code
      
      * cleaned up linting block in test.sh
      
      * grouped conda install calls and fixed a few integer array things
      1f7b06b9
    • Shaochen Shi's avatar
      Fix build error when HDFS is enabled. (#2540) · 11f9682b
      Shaochen Shi authored
      * Fix build error when HDFS is enabled.
      
      * Replace string with char array to eliminate cpplint.
      11f9682b
  29. 15 Nov, 2019 2 commits