1. 15 Aug, 2020 1 commit
  2. 11 Aug, 2020 1 commit
  3. 06 Aug, 2020 2 commits
  4. 05 Aug, 2020 1 commit
  5. 02 Aug, 2020 1 commit
  6. 01 Aug, 2020 1 commit
  7. 24 Jul, 2020 1 commit
  8. 22 Jul, 2020 1 commit
  9. 20 Jul, 2020 2 commits
  10. 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
  11. 23 Jun, 2020 1 commit
  12. 22 Jun, 2020 1 commit
  13. 04 Jun, 2020 2 commits
  14. 25 May, 2020 1 commit
  15. 16 May, 2020 1 commit
  16. 13 May, 2020 1 commit
  17. 11 May, 2020 1 commit
  18. 25 Apr, 2020 4 commits
  19. 10 Apr, 2020 1 commit
  20. 08 Apr, 2020 1 commit
  21. 22 Mar, 2020 2 commits
  22. 21 Mar, 2020 2 commits
  23. 17 Mar, 2020 1 commit
  24. 14 Mar, 2020 1 commit
  25. 04 Mar, 2020 1 commit
  26. 03 Mar, 2020 1 commit
  27. 02 Mar, 2020 1 commit
  28. 26 Feb, 2020 1 commit
  29. 23 Feb, 2020 1 commit
  30. 20 Feb, 2020 1 commit
  31. 19 Feb, 2020 2 commits
    • Nikita Titov's avatar
      [R-package] fixed R Dataset aliases (#2775) · 25d149d8
      Nikita Titov authored
      
      
      * fixed R Dataset aliases
      
      * Update R-package/R/aliases.R
      Co-Authored-By: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * fix one more typo
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      25d149d8
    • Guolin Ke's avatar
      [python] [R-package] refine the parameters for Dataset (#2594) · 9f79e840
      Guolin Ke authored
      
      
      * reset
      
      * fix a bug
      
      * fix test
      
      * Update c_api.h
      
      * support to no filter features by min_data
      
      * add warning in reset config
      
      * refine warnings for override dataset's parameter
      
      * some cleans
      
      * clean code
      
      * clean code
      
      * refine C API function doxygen comments
      
      * refined new param description
      
      * refined doxygen comments for R API function
      
      * removed stuff related to int8
      
      * break long line in warning message
      
      * removed tests which results cannot be validated anymore
      
      * added test for warnings about unchangeable params
      
      * write parameter from dataset to booster
      
      * consider free_raw_data.
      
      * fix params
      
      * fix bug
      
      * implementing R
      
      * fix typo
      
      * filter params in R
      
      * fix R
      
      * not min_data
      
      * refined tests
      
      * fixed linting
      
      * refine
      
      * pilint
      
      * add docstring
      
      * fix docstring
      
      * R lint
      
      * updated description for C API function
      
      * use param aliases in Python
      
      * fixed typo
      
      * fixed typo
      
      * added more params to test
      
      * removed debug print
      
      * fix dataset construct place
      
      * fix merge bug
      
      * Update feature_histogram.hpp
      
      * add is_sparse back
      
      * remove unused parameters
      
      * fix lint
      
      * add data random seed
      
      * update
      
      * [R-package] centrallized Dataset parameter aliases and added tests on Dataset parameter updating (#2767)
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      9f79e840