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