1. 06 Jan, 2020 2 commits
  2. 01 Jan, 2020 2 commits
  3. 29 Dec, 2019 2 commits
  4. 15 Dec, 2019 1 commit
  5. 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
  6. 05 Dec, 2019 1 commit
  7. 29 Nov, 2019 1 commit
  8. 28 Nov, 2019 1 commit
  9. 25 Nov, 2019 1 commit
  10. 19 Nov, 2019 1 commit
  11. 16 Nov, 2019 1 commit
    • 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
  12. 11 Nov, 2019 1 commit
  13. 25 Oct, 2019 1 commit
  14. 24 Oct, 2019 3 commits
  15. 07 Oct, 2019 1 commit
  16. 29 Sep, 2019 3 commits
  17. 26 Sep, 2019 1 commit
  18. 16 Sep, 2019 1 commit
  19. 07 Sep, 2019 1 commit
  20. 05 Sep, 2019 1 commit
  21. 02 Sep, 2019 1 commit
  22. 01 Sep, 2019 1 commit
    • Nikita Titov's avatar
      [docs][R] added R-package docs generation routines (#2176) · faba6caf
      Nikita Titov authored
      * added R-package docs generation routines
      
      * change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme
      
      * placed man folder with old Rd files back
      
      * specify full path to conda and make script more readable by one line - one pkg
      
      * removed commented lines from build_r_site script
      
      * made one line - one argument in build_reference() call
      
      * pin R package versions
      
      * fixed conflict
      faba6caf
  23. 21 Aug, 2019 2 commits
  24. 19 Aug, 2019 2 commits
  25. 13 Aug, 2019 1 commit
  26. 13 Jun, 2019 1 commit
  27. 27 May, 2019 1 commit
    • Laurae's avatar
      [R-package] Fix best_iter and best_score (#2159) · f70a0532
      Laurae authored
      * Callback for NA handling
      
      * lgb.Booster default score => NA
      
      * lgb.cv default best score => NA
      
      * Fix back callback
      
      * lgb.train with booster check at the end
      
      manual tests done: 
      * With early stopping + with validation set
      * With early stopping + without validation set
      * Without early stopping + with validation set
      * Without early stopping + without validation set
      
      And with multiple metrics / validation sets.
      
      * lgb.cv with booster check at the end
      
      manual tests done: 
      * With early stopping + with validation set
      * With early stopping + without validation set
      * Without early stopping + with validation set
      * Without early stopping + without validation set
      
      And with multiple metrics / validation sets.
      f70a0532
  28. 18 May, 2019 1 commit
  29. 12 May, 2019 1 commit
  30. 08 May, 2019 1 commit
  31. 29 Apr, 2019 1 commit