- 08 Jun, 2021 1 commit
-
-
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 4 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
AngelikaAntsmae authored
-
James Lamb authored
-
- 18 May, 2021 1 commit
-
-
Christian Lorentzen authored
-
- 17 May, 2021 1 commit
-
-
Nikita Titov authored
-
- 16 May, 2021 2 commits
-
-
sayantan sadhu authored
-
Robin Dong authored
-
- 15 May, 2021 4 commits
-
-
Nikita Titov authored
* Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * Update lightgbm_R.cpp * fix typos
-
James Lamb authored
[R-package] suppress Wcast-function-type warning in CMake-based gcc and MinGW builds (fixes #4273) (#4274) * [R-package] suppress Wcast-function-type warning in CMake-based gcc and MinGW builds (fixes #4273) * suppress warning from CMake side
-
NovusEdge authored
* added f-string * fix missing parentheses and other string formatting * remove extra trailing parenthesis * one more missing parenthesis * fix pandas categoricals * update uses of + * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
NovusEdge authored
* added f-string to dask.py * Update python-package/lightgbm/dask.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/dask.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Updated branch * Updated file as per specifications * Removed warning as per specification * update other places * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * revert unnecessary change * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 14 May, 2021 1 commit
-
-
James Lamb authored
* [ci] pin dask and distributed in CI jobs * fix for Python 3.6 * fix control flow mistake * Update .ci/test.sh Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 13 May, 2021 1 commit
-
-
Akshita Dixit authored
* Migrate to f-strings in python-package\lightgbm\plotting.py * Apply suggestion from review * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 12 May, 2021 3 commits
-
-
NovusEdge authored
* added f-strings to parameter_generator.py * fix brace escaping * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update helpers/parameter_generator.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update * escaping Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
NovusEdge authored
* added f-string * fixed indent issues * fixed some linting issues * trying to fix E225 for 233:65 * Update python-package/lightgbm/callback.py * first_metric_only log message * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* started converting handles * more changes * sort of working for Dataset * yay all the tests are passing for Dataset handle changes * working for other handle types * remove debugging logging * remove unnecessary spaces * fix null logic * more NULL * updates * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * consolidate steps Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 11 May, 2021 1 commit
-
-
Nikita Titov authored
This reverts commit a421217e.
-
- 10 May, 2021 2 commits
-
-
James Lamb authored
[docs] clarify docs for LGBM_BoosterGetEvalNames and LGBM_BoosterGetEvalCounts (fixes #4264) (#4270)
-
James Lamb authored
-