1. 04 Oct, 2020 1 commit
  2. 03 Oct, 2020 1 commit
  3. 27 Sep, 2020 1 commit
  4. 26 Sep, 2020 1 commit
  5. 25 Sep, 2020 1 commit
  6. 23 Sep, 2020 1 commit
    • Belinda Trotta's avatar
      Average precision score (#3347) · 28704900
      Belinda Trotta authored
      * Implement average precision score
      
      * Fix lint errors
      
      * Change name to average_precision
      
      * Add to R-package list of metrics
      
      * Empty commit to trigger CI jobs
      
      * Change name to average_precision
      28704900
  7. 14 Sep, 2020 1 commit
  8. 13 Sep, 2020 1 commit
  9. 11 Sep, 2020 1 commit
  10. 06 Sep, 2020 1 commit
  11. 04 Sep, 2020 1 commit
  12. 02 Sep, 2020 1 commit
  13. 30 Aug, 2020 1 commit
  14. 25 Aug, 2020 1 commit
  15. 23 Aug, 2020 1 commit
  16. 19 Aug, 2020 1 commit
  17. 18 Aug, 2020 1 commit
  18. 15 Aug, 2020 1 commit
  19. 13 Aug, 2020 1 commit
  20. 12 Aug, 2020 1 commit
  21. 11 Aug, 2020 1 commit
  22. 07 Aug, 2020 1 commit
    • Guolin Ke's avatar
      v3.0.0rc1 (#3071) · 63c82879
      Guolin Ke authored
      
      
      * Update VERSION.txt
      
      * Update VERSION.txt
      
      * Update setup.py
      
      * Update VERSION.txt
      
      * Update setup.py
      
      * Update VERSION.txt
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * Update DESCRIPTION
      
      * Apply suggestions from code review
      
      * Create VERSION.txt
      
      * Apply suggestions from code review
      
      * Update .gitignore
      
      * Update recreate-configure.sh
      
      * Update test_r_package.sh
      
      * Update build-cran-package.sh
      
      * Delete VERSION.txt
      
      * Create VERSION.txt
      
      * Update main.yml
      
      * Update test_r_package_windows.ps1
      
      * Update configure
      
      * Update test_r_package_windows.ps1
      
      * Update test_r_package.sh
      
      * Delete VERSION.txt
      
      * Apply suggestions from code review
      
      * update configure.ac
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      63c82879
  23. 06 Aug, 2020 3 commits
  24. 05 Aug, 2020 1 commit
  25. 02 Aug, 2020 1 commit
  26. 01 Aug, 2020 1 commit
  27. 29 Jul, 2020 2 commits
    • James Lamb's avatar
    • James Lamb's avatar
      [R-package] make package installable with CRAN toolchain (fixes #2960) (#3188) · aa933eb4
      James Lamb authored
      
      
      * [R-package] make package installable with CRAN toolchain (fixes #2960)
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * remove GPU stuff
      
      * use wildcard to find objects to build
      
      * use -lomp
      
      * build configure before moving files
      
      * using wildcard for objects
      
      * Update .github/workflows/main.yml
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * add explicit objects back
      
      * reduce allowed R CMD check NOTEs and catch stderr from build-cran-package on Windows
      
      * fixing things
      
      * pin autoconf version
      
      * show diff
      
      * add automake back
      
      * run less checks
      
      * command was in the wrong place
      
      * fix autoconf version
      
      * change strategy for handling configure
      
      * fix Rbuildignore
      
      * fix NOTEs
      
      * fix notes about unrecognized files
      
      * fixing extra files
      
      * remove USE_R35
      
      * add OpenMP check for Mac CRAN build
      
      * run all checks
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * suggestions from code review
      
      * undo indenting
      
      * remove 03 from Makevars.win.in
      
      * update language about OpenMP in configure script
      
      * checking if configure.ac check works
      
      * add autoconf back
      
      * remove testing code in configure.ac
      
      * more fixes for CI on configure script
      
      * print git diff
      
      * add VERSION.txt when checking configure
      
      * fix relative paths
      
      * remove git diff
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      aa933eb4
  28. 24 Jul, 2020 1 commit
  29. 22 Jul, 2020 1 commit
  30. 20 Jul, 2020 3 commits
  31. 15 Jul, 2020 1 commit
  32. 13 Jul, 2020 1 commit
  33. 12 Jul, 2020 1 commit
  34. 10 Jul, 2020 1 commit
  35. 02 Jul, 2020 1 commit
    • Belinda Trotta's avatar
      [R-package] Interface for interaction constraints (#3136) · 4f8c32d9
      Belinda Trotta authored
      * Add interaction constraints functionality.
      
      * Minor fixes.
      
      * Minor fixes.
      
      * Change lambda to function.
      
      * Fix gpu bug, remove extra blank lines.
      
      * Fix gpu bug.
      
      * Fix style issues.
      
      * Try to fix segfault on MACOS.
      
      * Fix bug.
      
      * Fix bug.
      
      * Fix bugs.
      
      * Change parameter format for R.
      
      * Fix R style issues.
      
      * Change string formatting code.
      
      * Change docs to say R package not supported.
      
      * Refactor check_interaction_constraints into separate function, add validation.
      
      * Fix error messages.
      
      * Add tests.
      
      * Update docs.
      
      * Fix tests, minor refactoring.
      
      * Fix style issues.
      
      * Fix R style issue.
      
      * Remove old code.
      
      * Fix existing test and add new one.
      
      * Fix R lint error.
      4f8c32d9