1. 23 Jun, 2020 1 commit
  2. 21 Apr, 2020 1 commit
  3. 15 Apr, 2020 1 commit
  4. 17 Mar, 2020 1 commit
  5. 19 Feb, 2020 1 commit
    • 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
  6. 25 Jan, 2020 1 commit
  7. 20 Jan, 2020 1 commit
  8. 14 Jan, 2020 1 commit
  9. 29 Dec, 2019 1 commit
  10. 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
  11. 24 Oct, 2019 2 commits
  12. 07 Oct, 2019 1 commit
  13. 05 Sep, 2019 1 commit
  14. 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
  15. 23 Jan, 2019 1 commit
  16. 09 Sep, 2018 1 commit
  17. 31 Aug, 2018 1 commit
  18. 29 Aug, 2018 1 commit
    • James Lamb's avatar
      [R-package] CRAN fixes (#1499) · eded794e
      James Lamb authored
      * Fixed typos in docs
      
      * Fixed inconsistencies in documentation
      
      * Updated strategy for registering routines
      
      * Fixed issues caused by smashing multiple functions into one Rd
      
      * Fixed issues with documentation
      
      * Removed VignetteBuilder and updated Rbuildignore
      
      * Added R build artefacts to gitignore
      
      * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check.
      
      * Updated build instructions
      
      * Added R build script
      
      * Removed build_r.sh script and updated R-package install instructions
      eded794e
  19. 27 Aug, 2018 1 commit
  20. 04 Jul, 2018 1 commit
  21. 29 Apr, 2018 1 commit
  22. 04 Mar, 2018 1 commit
  23. 22 Dec, 2017 1 commit
  24. 24 Nov, 2017 1 commit
  25. 29 Sep, 2017 1 commit
  26. 18 Aug, 2017 3 commits
    • Laurae's avatar
      Fix [R-package] Prevent remembering parameters (#799) · 3ec345e2
      Laurae authored
      * Revert "[R-package] Prevent remembering parameters (#796)"
      
      This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814.
      
      * Use model load/unload trick for free-ing up memory
      
      * Missing comma
      
      * Hand copy manual update (1/2)
      
      * Hand copy manual update (2/2)
      3ec345e2
    • Laurae's avatar
      [R-package] Prevent remembering parameters (#796) · 09ac3485
      Laurae authored
      * Enable simple cloning of dataset
      
      * Add remodel logical to Dataset
      
      * Allow remodeling of data
      
      * Missing comma
      
      * Use name instead of assignment for R6 class
      
      * There should be no need to deep copy ALL objects
      09ac3485
    • Guolin Ke's avatar
      fix R crash problem. (#784) · 2367b463
      Guolin Ke authored
      * fix r random crash problem.
      
      * fix R error msg.
      2367b463
  27. 27 May, 2017 1 commit
  28. 03 Apr, 2017 1 commit
  29. 17 Mar, 2017 1 commit
  30. 01 Mar, 2017 2 commits
  31. 17 Jan, 2017 1 commit
  32. 16 Jan, 2017 1 commit
  33. 11 Jan, 2017 2 commits
  34. 08 Jan, 2017 1 commit
    • Guolin Ke's avatar
      R package (#168) · 551d59ca
      Guolin Ke authored
      * finish R's c_api
      
      * clean code
      
      * fix sizeof pointer in 32bit system.
      
      * add predictor class
      
      * add Dataset class
      
      * format code
      
      * add booster
      
      * add type check for expose function
      
      * add a simple callback
      
      * add all callbacks
      
      * finish the basic training logic
      
      * update docs
      
      * add an simple training interface
      
      * add basic test
      
      * adapt the changes in c_api
      
      * add test for Dataset
      
      * add test for custom obj/eval functions
      
      * fix python test
      
      * fix bug in metadata init
      
      * fix R CMD check
      551d59ca