- 11 Oct, 2025 1 commit
-
-
Nikita Titov authored
[ci][docs] fix link checking action by switching from linkchecker to lychee and update some links (#7027)
-
- 04 Mar, 2025 1 commit
-
-
James Lamb authored
* [python-package] add a note about DART in early_stopping docstring * add note in R docs too
-
- 13 Feb, 2025 1 commit
-
-
James Lamb authored
[R-package] require lgb.Dataset, remove support for passing 'colnames' and 'categorical_feature' for lgb.train() and lgb.cv() (#6714)
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 24 Jul, 2024 1 commit
-
-
Axel Durand authored
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 16 May, 2024 1 commit
-
-
Michael Mayer authored
-
- 11 May, 2024 1 commit
-
-
James Lamb authored
-
- 03 Feb, 2024 1 commit
-
-
david-cortes authored
-
- 22 Dec, 2023 1 commit
-
-
James Lamb 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)
-
- 04 Sep, 2023 1 commit
-
-
david-cortes 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
-
- 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>
-
- 28 Jul, 2022 1 commit
-
-
Sebastian Fischer authored
* docs: typo in documentation of parameter init_model * docs: actually fix typo and build docs Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 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>
-
- 14 Jun, 2022 1 commit
-
-
James Lamb authored
* [R-package] [docs] document difference between lightgbm() and lgb.train() (fixes #5203) * clarify language * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 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
-
- 10 May, 2022 1 commit
-
-
James Lamb authored
* [R-package] remove lgb.unloader() * update version reference
-
- 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 2 commits
-
-
david-cortes authored
* change prediction default to reshape=TRUE * remove reshape argument * comments
-
david-cortes authored
[R-package] Promote number of threads to top-level argument in `lightgbm()` and change default to number of cores (#4972)
-
- 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
-
-
david-cortes authored
-
- 23 Feb, 2022 2 commits
-
-
Nikita Titov authored
* Update lightgbm.R * Update lightgbm.Rd
-
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>
-
- 16 Feb, 2022 1 commit
-
-
david-cortes authored
* do not produce model files on disk by default * remove 'save_name' argument from 'lightgbm()'
-
- 29 Dec, 2021 1 commit
-
-
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>
-
- 10 Dec, 2021 3 commits
-
-
James Lamb authored
* [R-package] remove support for '...' in slice() * remove all dots * update documentation
-
James Lamb authored
-
James Lamb authored
* [R-package] remove warning about uses of '...' in dim.lgb.Dataset() * remove '...'
-
- 07 Dec, 2021 4 commits
-
-
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>
-
James Lamb authored
* [R-package] remove support for '...' in create_valid() * remove importFrom
-
James Lamb authored
-
James Lamb authored
* [R-package] remove Dataset getinfo() * fix docs
-
- 06 Dec, 2021 2 commits
-
-
James Lamb authored
* [R-package] remove support for '...' in lgb.cv() * empty commit
-
James Lamb authored
* [R-package] remove Dataset setinfo() * revert unintended docs changes * fix examples * revert FAQ changes * empty commit
-