- 25 May, 2020 1 commit
-
-
James Lamb authored
* [R-package] fix issue where early stopping thinks higher MAPE is desirable (fixes #3099) * fix linting * only use main metrics * fix tests
-
- 25 Apr, 2020 1 commit
-
-
James Lamb authored
[R-package] fixed best_iter and best_score when training data is passed (fixes #2295, #2525) (#2961) * [R-package] fixed best_iter and best_score when early_stopping is not used (fixes #2295) * fixed tests
-
- 17 Mar, 2020 1 commit
-
-
James Lamb authored
* [R-package] [ci] added more linters * Update R-package/tests/testthat/test_parameters.R Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * added cbind() to undesirable_function_linter * fixed linting * Update .ci/lint_r_code.R * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 03 Feb, 2020 1 commit
-
-
Nikita Titov authored
* removed duplicated code from language wrappers * removed check for resetting metric
-
- 25 Jan, 2020 1 commit
-
-
James Lamb authored
-
- 06 Jan, 2020 1 commit
-
-
James Lamb authored
* [R-package] removed TODOs in code * [ci] added to-do to TODO comment linter
-
- 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 1 commit
-
-
James Lamb authored
-
- 07 Oct, 2019 1 commit
-
-
James Lamb authored
* fixed miscellaneous typos in documentation * fix typo introduced in typo-fixing PR
-
- 19 Aug, 2019 1 commit
-
-
James Lamb authored
-
- 27 May, 2019 1 commit
-
-
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.
-
- 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
-
- 27 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 23 Dec, 2017 1 commit
-
-
Guolin Ke authored
* fix early stopping edge case * fix message. * fix tests * fix GPU tests.
-
- 30 Sep, 2017 1 commit
-
-
Bernie Gray authored
fix typos in callback.R and lgb.cv.R, closing #946 and #947
-
- 29 Sep, 2017 1 commit
-
-
Bernie Gray authored
* minor changes for robustness and efficiency * fix charcter typo * don't use lgb.is.* in filter * revert to cat instead of message; don't use mget * fix bugs in previous commits * should be good to go now
-
- 23 Jul, 2017 1 commit
-
-
Laurae authored
* Try to store best scores in R package Microsoft/LightGBM#686 * Add binding for best_score (unlock environment) * Fix double comma * Add best_score to lgb.Booster
-
- 03 Apr, 2017 1 commit
-
-
Laurae authored
* Define environment in examples (xgboost clash) * Large R code changes
-
- 11 Jan, 2017 2 commits
-
-
Guolin Ke authored
-
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
-