- 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 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 5 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
-
James Lamb authored
* [R-package] remove Dataset getinfo() * fix docs
-
- 06 Dec, 2021 5 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
-
James Lamb authored
* [python-package][dask] handle failures parsing work host names * add tests * revert local testing changes
-
James Lamb authored
-
James Lamb authored
* [R-package] remove support for '...' in predict() * restore ... in S3 method
-
- 05 Dec, 2021 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
-