1. 24 Jan, 2020 1 commit
  2. 20 Jan, 2020 2 commits
  3. 16 Jan, 2020 2 commits
  4. 15 Jan, 2020 2 commits
  5. 14 Jan, 2020 3 commits
  6. 13 Jan, 2020 1 commit
  7. 12 Jan, 2020 3 commits
  8. 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
  9. 07 Jan, 2020 1 commit
  10. 06 Jan, 2020 2 commits
  11. 02 Jan, 2020 2 commits
  12. 01 Jan, 2020 2 commits
  13. 29 Dec, 2019 2 commits
  14. 24 Dec, 2019 2 commits
  15. 20 Dec, 2019 1 commit
  16. 19 Dec, 2019 1 commit
  17. 17 Dec, 2019 2 commits
  18. 15 Dec, 2019 1 commit
  19. 13 Dec, 2019 1 commit
  20. 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
  21. 11 Dec, 2019 1 commit
  22. 10 Dec, 2019 1 commit
  23. 09 Dec, 2019 1 commit
  24. 08 Dec, 2019 1 commit
  25. 07 Dec, 2019 1 commit
  26. 05 Dec, 2019 2 commits