- 28 Oct, 2025 1 commit
-
-
James Lamb authored
* [docs] [R-package] fix HTML generation errors in R docs, update to roxygen2 7.3.3 * fix conda env * Update R-package/R/lgb.Dataset.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update docs --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 20 Jun, 2025 1 commit
-
-
Nick Miller authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 24 Apr, 2025 1 commit
-
-
Chris authored
* Handling NULL objective when booster is printed, moving test functions out of method tests, creating unique tests for different method situations * Correcting whitespace * Adding types for integer slices * Moving test functions nearer to relevant tests, setting print to be default * Update R-package/tests/testthat/test_lgb.Booster.R --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 17 Feb, 2025 1 commit
-
-
James Lamb authored
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 03 Jul, 2024 1 commit
-
-
Michael Mayer authored
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 16 May, 2024 1 commit
-
-
Michael Mayer authored
-
- 07 Dec, 2023 1 commit
-
-
James Lamb authored
[R-package] [c++] add tighter multithreading control, avoid global OpenMP side effects (fixes #4705, fixes #5102) (#6226)
-
- 13 Nov, 2023 1 commit
-
-
James Lamb authored
-
- 08 Nov, 2023 1 commit
-
-
James Lamb authored
-
- 19 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 06 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 14 Feb, 2023 1 commit
-
-
david-cortes authored
-
- 11 Oct, 2022 1 commit
-
-
José Morales authored
-
- 31 Aug, 2022 1 commit
-
-
James Lamb authored
-
- 23 Aug, 2022 1 commit
-
-
david-cortes authored
-
- 29 Jul, 2022 1 commit
-
-
James Lamb authored
* [R-package] [docs] clarify shape of predictions * Apply suggestions from code review Co-authored-by:
Michael Mayer <mayermichael79@gmail.com> * regenerate docs * apply suggestions from code review * fix linting error abouut long lines Co-authored-by:
Michael Mayer <mayermichael79@gmail.com>
-
- 12 Jul, 2022 1 commit
-
-
José Morales authored
[R-package] raise an informative error when custom objective produces incorrect output (fixes #5323) (#5329)
-
- 27 Jun, 2022 1 commit
-
-
david-cortes authored
* switch to single prediction type argument * linter * missing piece of code * comments * linter * fix test * revert incorrect 'fix' * fix failing test * fix test again * modify recently introduced tests after changes here * rename prediction types * rebase * restore tests for prediction type in params * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 22 Jun, 2022 1 commit
-
-
CuriousCorrelation authored
[ci] [R-package] Add paste_linter (#5303)
-
- 23 May, 2022 1 commit
-
-
James Lamb authored
-
- 24 Apr, 2022 1 commit
-
-
James Lamb authored
* fix predict() params * [R-package] ensure values in params override keyword arguments to predict() (fixes #4670) * revert accidentally-introduced unrelated test changes * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
José Morales <jose.morales@kavak.com> * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
José Morales <jose.morales@kavak.com> * linting * remove nammes in shap test * changes to tests Co-authored-by:
José Morales <jose.morales@kavak.com>
-
- 01 Apr, 2022 1 commit
-
-
david-cortes authored
* change prediction default to reshape=TRUE * remove reshape argument * comments
-
- 12 Mar, 2022 1 commit
-
-
david-cortes authored
-
- 19 Feb, 2022 1 commit
-
-
James Lamb authored
-
- 09 Jan, 2022 1 commit
-
-
Nikita Titov authored
* Update lgb.Booster.R * Update lgb.cv.R * Update lgb.train.R * Update lgb.Booster.R
-
- 06 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] remove support for '...' in predict() * restore ... in S3 method
-
- 05 Dec, 2021 1 commit
-
-
James Lamb authored
-
- 04 Dec, 2021 1 commit
-
-
david-cortes authored
[R-package] enable saving Booster with saveRDS() and loading it with readRDS() (fixes #4296) (#4685) * idiomatic serialization * linter * linter, namespace * comments, linter, fix failing test * standardize error messages for null handles * auto-restore handle in more functions * linter * missing declaration * correct wrong signature * fix docs * Update R-package/R/lgb.train.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.drop_serialized.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.restore_handle.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.restore_handle.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.make_serializable.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * move 'restore_handle' from feature importance to dump method * missing header * move arguments order, update docs * linter * avoid leaving files in working directory * add test for save_model=NULL * missing comma * Update R-package/R/lgb.restore_handle.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/lightgbm_R.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * change name of error function * update comment * restore old serialization functions but set as deprecated * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/R/saveRDS.lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update docs * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/saveRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * comments * fix variable name * restore serialization test for linear models * Update R-package/R/lightgbm.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * update docs * fix issues with null terminator Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 13 Nov, 2021 1 commit
-
-
david-cortes authored
* add print and summary S3 method * correct wrong signature * attempt at bypassing linter * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/src/lightgbm_R.h Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update include/LightGBM/c_api.h Co-authored-by:
James Lamb <jaylamb20@gmail.com> * add more tests * linter * don't pluralize single tree * remove duplicated function * update changed function name * missing declaration * Update lightgbm_R.h * Update R-package/tests/testthat/test_lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * accommodate custom objectives in print * linter * linter Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 22 Oct, 2021 1 commit
-
-
david-cortes authored
-
- 29 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] fix warnings in examples * fix silently-ignored parameter
-
- 25 Aug, 2021 2 commits
-
-
James Lamb authored
* [R-package] add deprecation warnings on uses of '...' in predict() * add importFrom(utils, modifyList) in NAMESPACE
-
James Lamb authored
[docs] Clarify the fact that predict() on a file does not support saved Datasets (fixes #4034) (#4545) * documentation changes * add list of supported formats to error message * add unit tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update per review comments * make references consistent Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 18 Aug, 2021 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 17 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] remove unnecessary comments * Update R-package/R/lgb.Booster.R
-
- 13 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] move more finalizer logic intoo C++ side * add C finalizers * use gc() * put skip() back * Update R-package/tests/testthat/test_lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 05 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] factor out lgb.check.r6.class() * Predictor
-
- 04 Jun, 2021 1 commit
-
-
James Lamb authored
-