- 17 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] remove unnecessary comments * Update R-package/R/lgb.Booster.R
-
- 16 Jun, 2021 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
* [R-package] consolidate duplicate lists of Dataset info keys * remove extra parentheses
-
- 15 Jun, 2021 5 commits
-
-
Nikita Titov authored
* replace pytest.parametrize * add informative message for assert
-
James Lamb authored
* [R-package] add unit tests on monotone constraints * testing without skip() * put skip() back * make tests consistent with Python * Update R-package/tests/testthat/test_basic.R * more changes for consistency with Python tests
-
Frank Fineis authored
-
Grey authored
-
Grey authored
* add type hints to python-package/setup.py * fix return type hints on python-package/setup.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 14 Jun, 2021 1 commit
-
-
Nikita Titov authored
* document sanitizers * rephrase
-
- 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>
-
- 12 Jun, 2021 3 commits
-
-
James Lamb authored
* [R-package] avoid unnecessary computation of std deviations in lgb.cv() * use expect_equal()
-
Nikita Titov authored
-
Nikita Titov authored
-
- 11 Jun, 2021 1 commit
-
-
Nikita Titov authored
-
- 09 Jun, 2021 4 commits
-
-
James Lamb authored
-
James Lamb authored
* [R-package] add docs and tests on monotone constraints (fixes #4345) * remove tests * move doc to top level * slightly more specific * Update docs/Parameters.rst Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
sayantan sadhu authored
[python] improving the syntax of the fstring in the file : tests/python_package_test/test_dask.py (#4358) * updated the old syntax with fstrings * Updated the strings with + catenation to fstrings * Updated the strings with + catenation to fstrings * Update tests/python_package_test/test_dask.py Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Weston King-Leatham authored
-
- 08 Jun, 2021 2 commits
-
-
James Lamb authored
-
Sagnik Roy authored
[python-package] use f-strings for concatenation in examples/python-guide/logistic_regression.py (#4356) * updated with f-string migration * Update logistic_regression.py * Update logistic_regression.py * Update logistic_regression.py * Update logistic_regression.py
-
- 07 Jun, 2021 1 commit
-
-
sayantan sadhu authored
-
- 06 Jun, 2021 1 commit
-
-
James Lamb authored
-
- 05 Jun, 2021 3 commits
-
-
James Lamb authored
* [R-package] factor out lgb.check.r6.class() * Predictor
-
James Lamb authored
-
James Lamb authored
-
- 04 Jun, 2021 3 commits
-
-
Nikita Titov authored
-
James Lamb authored
-
James Lamb authored
-
- 03 Jun, 2021 2 commits
-
-
Belinda Trotta authored
* Add linear leaf models to json output * Add closing bracket * Move test into test_engine.py and add asserts * Update tests/python_package_test/test_engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update tests/python_package_test/test_engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update tests/python_package_test/test_engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
shiyu1994 authored
-
- 28 May, 2021 2 commits
-
-
Nikita Titov authored
* Update test_r_package_windows.ps1 * Update test_r_package.sh * Update r_package.yml * Update r_package.yml
-
Chen Yufei authored
Adding compiler flag will automatically link to the required libraries. Besides, clang static links to sanitizer libraries by default. Thus linking to dynamic library must be removed in order to use clang.
-
- 26 May, 2021 2 commits
-
-
Nikita Titov authored
-
shiyu1994 authored
-
- 21 May, 2021 5 commits
-
-
sayantan sadhu authored
[python] improving the syntax of the fstring in the file : tests/python_package_test/test_basic.py (#4312)
-
Nikita Titov authored
* run Dask tests on aarch64 architecture * make random Dask test to fail * Revert "make random Dask test to fail" This reverts commit c43c98507f818994bb08b4f7d289ecad3b3449eb. * empty commit * empty commit * empty commit * empty commit Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Michael Mayer authored
* fixed weighted gamma obj * added unit tests * fixing linter errors * another linter * set seed * fix linter (integer seed)
-
Nikita Titov authored
* handle arbitrary length feature names in Python-package * added tests
-
Nikita Titov authored
-
- 20 May, 2021 1 commit
-
-
Nikita Titov authored
-