- 13 Jun, 2024 1 commit
-
-
Michael Mayer authored
-
- 11 May, 2024 1 commit
-
-
James Lamb authored
-
- 13 Nov, 2023 1 commit
-
-
James Lamb authored
-
- 02 Nov, 2023 1 commit
-
-
david-cortes authored
-
- 04 Sep, 2023 1 commit
-
-
david-cortes authored
-
- 03 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 04 Aug, 2023 1 commit
-
-
david-cortes authored
-
- 21 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 19 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 14 Feb, 2023 1 commit
-
-
david-cortes authored
-
- 31 Jan, 2023 1 commit
-
-
James Lamb authored
-
- 09 Oct, 2022 1 commit
-
-
James Lamb authored
-
- 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>
-
- 23 Jun, 2022 1 commit
-
-
CuriousCorrelation authored
-
- 31 May, 2022 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 23 May, 2022 1 commit
-
-
James Lamb authored
-
- 18 May, 2022 1 commit
-
-
James Lamb authored
* [R-package] stop automatically calculating eval metrics on training data in lightgbm() * update docs * update docs * roxygen cares about line breaks
-
- 11 May, 2022 1 commit
-
-
James Lamb authored
-
- 10 May, 2022 1 commit
-
-
James Lamb authored
* [R-package] ensure that callbacks respect verbosity from params * added tests on lgb.train() * add lgb.cv() tests * add fix for lightgbm() * fix early stopping tests * start reduucing duplication in tests * more simplification * more simplification * reduce more code duplication * centrallize more details * reuse more logic across tests * more code re-use * started condensing lgb.cv test code * further condense lgb.cv() tests * re-use more code lgb.cv() tests * more condensing
-
- 04 Apr, 2022 1 commit
-
-
James Lamb authored
-
- 01 Apr, 2022 1 commit
-
-
david-cortes authored
[R-package] Promote number of threads to top-level argument in `lightgbm()` and change default to number of cores (#4972)
-
- 31 Mar, 2022 1 commit
-
-
James Lamb authored
-
- 26 Mar, 2022 1 commit
-
-
david-cortes authored
* rename weight -> weights * add test for 'weights' argument * Update R-package/R/lightgbm.R * update docs Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 12 Mar, 2022 1 commit
-
-
José Morales authored
[python-package] [R-package] propagate the best iteration of cvbooster into the individual boosters (#5066)
-
- 23 Feb, 2022 2 commits
-
-
david-cortes authored
* promote objective and init_score to top-level arguments * follow comments * Update R-package/R/lightgbm.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * update docs * linter * comments * comments * comments * extend test for default objective * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
* factor out lgb.check.obj() * remove lgb.check.obj() * add test on lgb.cv()
-
- 18 Feb, 2022 1 commit
-
-
James Lamb authored
* [R-package] prefer params to keyword argument in lgb.train() * make test stricter * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 16 Feb, 2022 1 commit
-
-
david-cortes authored
* do not produce model files on disk by default * remove 'save_name' argument from 'lightgbm()'
-
- 09 Jan, 2022 1 commit
-
-
Nikita Titov authored
* Update lgb.cv.R * Update test_learning_to_rank.R * Update test_basic.R
-
- 06 Jan, 2022 1 commit
-
-
James Lamb authored
* fixes * revert debugging code * add test * check for LightGBM explicitly * empty commit * revert unnecessary line deletion * respect verbose everywhere and update params for constructted dataset * Update R-package/R/lgb.Dataset.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 05 Jan, 2022 1 commit
-
-
James Lamb authored
* [R-package] respect aliases for objective and metric * move eval code closer to eval processing * remove unnecessary diff * Update R-package/tests/testthat/test_basic.R
-
- 30 Dec, 2021 1 commit
-
-
James Lamb authored
-
- 29 Dec, 2021 2 commits
-
-
James Lamb authored
-
Michael Mayer authored
* added argument eval_train_metric * remove unnecessary whitespace * removed further trailing whitespace * move new argument to the last position * update R docu * unit tests for eval_train_metric * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] update parameter 'verbosity' based on keyword arg 'verbose' * add tests
-
- 22 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] fix CVBooster reset_parameter() method (fixes #4900) * make it clear that there should be one booster per fold
-
- 21 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] reduce verbosity in tests using lgb.train() * Update R-package/tests/testthat/test_lgb.Booster.R
-
- 10 Dec, 2021 1 commit
-
-
James Lamb authored
-
- 07 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] remove support for '...' in lgb.train() * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-