1. 16 Jan, 2020 2 commits
  2. 15 Jan, 2020 2 commits
  3. 14 Jan, 2020 3 commits
  4. 13 Jan, 2020 1 commit
  5. 12 Jan, 2020 3 commits
  6. 10 Jan, 2020 1 commit
    • Patrick Ford's avatar
      [python] Output model to a pandas DataFrame (#2592) · 301402c8
      Patrick Ford authored
      * trees_to_df method and unit test added. PEP 8 fixes for integration.
      
      * Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>
      
      Post-review changes
      
      * changes from second round of reviews from striker
      
      * third round of review. formatting and added 2 more tests
      
      * replaced pandas dot attribute accessor with string attribute accessor
      
      * dealt with single tree edge case and minor refactor of tests
      
      * slight refactor for checking if tree is a single node
      301402c8
  7. 07 Jan, 2020 1 commit
  8. 06 Jan, 2020 2 commits
  9. 02 Jan, 2020 2 commits
  10. 01 Jan, 2020 2 commits
  11. 29 Dec, 2019 2 commits
  12. 24 Dec, 2019 2 commits
  13. 20 Dec, 2019 1 commit
  14. 19 Dec, 2019 1 commit
  15. 17 Dec, 2019 2 commits
  16. 15 Dec, 2019 1 commit
  17. 13 Dec, 2019 1 commit
  18. 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
  19. 11 Dec, 2019 1 commit
  20. 10 Dec, 2019 1 commit
  21. 09 Dec, 2019 1 commit
  22. 08 Dec, 2019 1 commit
  23. 07 Dec, 2019 1 commit
  24. 05 Dec, 2019 2 commits
  25. 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
  26. 02 Dec, 2019 1 commit
  27. 01 Dec, 2019 1 commit