- 09 Jan, 2022 2 commits
-
-
Nikita Titov authored
* Update lgb.cv.R * Update test_learning_to_rank.R * Update test_basic.R
-
Nikita Titov authored
* Update lgb.Booster.R * Update lgb.cv.R * Update lgb.train.R * Update lgb.Booster.R
-
- 08 Jan, 2022 2 commits
-
-
Nikita Titov authored
-
文佳鹏 authored
-
- 07 Jan, 2022 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update VERSION.txt * Update cran-comments.md * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 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 3 commits
-
-
shiyu1994 authored
-
James Lamb authored
* [R-package] [docs] fix calculation of R test coverage (fixes #4919) * use quotes * use in_covr() instead of env variable * Update R-package/README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * check that covr exists * add covr to suggests * use R_COVR environment variable * Update R-package/tests/testthat/test_lgb.unloader.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
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 2 commits
-
-
Yaqub Alwan authored
[python] raise an informative error instead of segfaulting when custom objective produces incorrect output (#4815) * fix for bad grads causing segfault * adjust checking criteria to properly reflect reality of multi-class classifiers * fix styling * Line break before operator * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add a note to the C-API docs * rearrange text s;ightly * add some tests to python package * Update include/LightGBM/c_api.h Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * PR comments * match argument is a regex and our expression has brackets .. * rework tests * isorting imports * updating test to relfect that the python APi does not take pres/labels as a fobj function Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
- 29 Dec, 2021 3 commits
-
-
James Lamb authored
* [R-package] fix handling of duplicate parameters (fixes #4521) * add gsub stuff back in for now
-
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>
-
- 26 Dec, 2021 1 commit
-
-
Nikita Titov authored
-
- 23 Dec, 2021 3 commits
-
-
James Lamb authored
* [R-package] update parameter 'verbosity' based on keyword arg 'verbose' * add tests
-
xuchuanyin authored
Sample data is useless after BinMapper is constructed, but the corresponding memory is still there before feature extraction is finished.
-
Nikita Titov authored
-
- 22 Dec, 2021 2 commits
-
-
James Lamb authored
* [R-package] fix CVBooster reset_parameter() method (fixes #4900) * make it clear that there should be one booster per fold
-
James Lamb authored
-
- 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
-
- 20 Dec, 2021 1 commit
-
-
José Morales authored
[tests][python-package] change boston dataset to synthetic dataset in tests that don't check score (#4895) * change boston dataset to synthetic dataset in tests that don't evaluate score * format imports
-
- 18 Dec, 2021 4 commits
-
-
Nikita Titov authored
* Update test_sklearn.py * Update python_package.yml * Update python_package.yml * Update callback.py * Update callback.py
-
Nikita Titov authored
* Update sklearn.py * Update sklearn.py * Update test_sklearn.py
-
Nikita Titov authored
* Update .appveyor.yml * Update .vsts-ci.yml * Update python_package.yml * Update setup.py * Update test.sh
-
James Lamb authored
* [R-package] reduce verbosity in some unit tests * simplify * Update R-package/tests/testthat/test_lgb.plot.interpretation.R
-
- 17 Dec, 2021 1 commit
-
-
Qingyun Wu authored
* update flaml link to lgbm example * Update README.md Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 15 Dec, 2021 1 commit
-
-
Nikita Titov authored
* Update .vsts-ci.yml * Update .vsts-ci.yml * Update Installation-Guide.rst * Update install.libs.R * Update setup.py * Update r_package.yml * Update install.libs.R
-
- 12 Dec, 2021 1 commit
-
-
Nikita Titov authored
* remove `verbose_eval` argument * update example Notebook
-
- 11 Dec, 2021 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
-
- 10 Dec, 2021 5 commits
-
-
Nikita Titov authored
-
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 '...'
-
Nikita Titov authored
-
- 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
-