- 24 Jan, 2020 3 commits
-
-
James Lamb authored
* [R-package] clarified error messages and documentation for lgb.get.eval.result() * fixed bad link * Update R-package/man/lgb.get.eval.result.Rd Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * [R-package] added fixes from codereview back in Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
James Lamb authored
-
- 16 Jan, 2020 1 commit
-
-
James Lamb authored
[R-package] fixed sorting issues in lgb.cv() when using a model with observation weights (fixes #2572) (#2573)
-
- 12 Jan, 2020 1 commit
-
-
James Lamb authored
-
- 15 Dec, 2019 1 commit
-
-
James Lamb authored
-
- 05 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 25 Nov, 2019 1 commit
-
-
James Lamb authored
-
- 16 Nov, 2019 1 commit
-
-
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:Nikita 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
-
- 25 Oct, 2019 1 commit
-
-
James Lamb authored
-
- 24 Oct, 2019 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 19 Aug, 2019 1 commit
-
-
James Lamb authored
-
- 09 Sep, 2018 1 commit
-
-
James Lamb authored
* [R-package] removed horizontal whitespace (fixes #1642) * [R-package] fixed missing newline in test file
-
- 29 Aug, 2018 1 commit
-
-
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
-
- 04 Jul, 2018 1 commit
-
-
rgranvil authored
* Fix lgb.Dataset construct issue with 1:n sequence in R v 3.5 * Add tests for feature penalties
-
- 04 Mar, 2018 1 commit
-
-
Rand Xie authored
-
- 11 Jan, 2017 1 commit
-
-
Kirill Sevastyanenko authored
* src & callbacks * lgb.Booster and utils * cv * wip lgb.Dataset * lgb.Dataset * lgb.Predictor * lgb.train * typos * add flags to facilitate macosx compilation * fix basic_string template error with clang * most unfortunate mode of development * fixup tests * last test * roxygen * roxygen v5.x.x
-
- 08 Jan, 2017 2 commits
-
-
Guolin Ke authored
-
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
-