- 12 Jun, 2022 1 commit
-
-
James Lamb authored
-
- 08 Jun, 2022 1 commit
-
-
shiyu1994 authored
Clear split info buffer in cost efficient gradient boosting before every iteration (fix partially #3679) (#5164) * clear split info buffer in cegb_ before every iteration * check nullable of cegb_ in serial_tree_learner.cpp * add a test case for checking the split buffer in CEGB * swith to Threading::For instead of raw OpenMP * apply review suggestions * apply review comments * remove device cpu
-
- 05 Jun, 2022 5 commits
-
-
Nikita Titov authored
* Update test_basic.py * Address review comment
-
James Lamb authored
* [python] add more type hints in basic.py * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
[R-package] upgrade docs to roxygen2==7.2.0
-
José Morales authored
* dont copy dataframe on rename * test with feature_name and 'auto'
-
Nikita Titov authored
Update GPU-Windows.rst
-
- 04 Jun, 2022 1 commit
-
-
James Lamb authored
-
- 02 Jun, 2022 1 commit
-
-
shiyu1994 authored
check nullable of bin mappers
-
- 31 May, 2022 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 29 May, 2022 1 commit
-
-
Nikita Titov authored
* Update tree.cpp * Update common.h * Update common.h
-
- 25 May, 2022 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 24 May, 2022 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
* Update basic.py * Update test_engine.py * Add return type annotation
-
- 23 May, 2022 5 commits
-
-
shiyu1994 authored
* check existence of inet_pton for win32 in CMakeLists.txt (fix #5019) * remove extra spaces * add check for inet_pton in configure.win * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update src/network/socket_wrapper.hpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update src/network/socket_wrapper.hpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/configure.win Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update CMakeLists.txt Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix comments in CMakeLists.txt * include check for WIN64 * remove WIN64 flag checks * fix #ifdef * Update R-package/configure.win Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 22 May, 2022 2 commits
-
-
José Morales authored
[python-package] make a shallow copy when replacing categorical features with codes (fixes #4596) (#5225)
-
James Lamb authored
-
- 18 May, 2022 2 commits
-
-
James Lamb authored
* [R-package] stop automatically calculating eval metrics on training data in lightgbm() * update docs * update docs * roxygen cares about line breaks
-
Nikita Titov authored
* Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS
-
- 17 May, 2022 2 commits
-
-
José Morales authored
* allow using feature names when retrieving number of bins * unname vector * use default feature names when not defined * lint * apply suggestions * remove extra comma * add test with categorical feature * make feature names sync more transparent
-
José Morales authored
minor improvements on weight demo
-
- 14 May, 2022 1 commit
-
-
James Lamb authored
-
- 11 May, 2022 1 commit
-
-
James Lamb authored
-
- 10 May, 2022 3 commits
-
-
James Lamb authored
* [R-package] remove lgb.unloader() * update version reference
-
Nikita Titov authored
* Update dataset_loader.cpp * Update gbdt.h * Update regression_objective.hpp * Update linker_topo.cpp * Update xentropy_objective.hpp * Update regression_objective.hpp * investigate inf test failure * avoid overflow in regression objective * remove `test_inf_handle` test Co-authored-by:Guolin Ke <guolin.ke@outlook.com>
-
James Lamb authored
* [R-package] ensure that callbacks respect verbosity from params * added tests on lgb.train() * add lgb.cv() tests * add fix for lightgbm() * fix early stopping tests * start reduucing duplication in tests * more simplification * more simplification * reduce more code duplication * centrallize more details * reuse more logic across tests * more code re-use * started condensing lgb.cv test code * further condense lgb.cv() tests * re-use more code lgb.cv() tests * more condensing
-
- 05 May, 2022 1 commit
-
-
Nikita Titov authored
* Update test_windows.ps1 * Update .appveyor.yml * Update test_windows.ps1 * Update test_windows.ps1 * Update test_windows.ps1 * Update test_windows.ps1 * Update test_windows.ps1 * Update .appveyor.yml
-
- 04 May, 2022 2 commits
-
-
Nikita Titov authored
* Update test_windows.ps1 * Update .appveyor.yml * Update .appveyor.yml
-
Nikita Titov authored
-
- 01 May, 2022 3 commits
-
-
James Lamb authored
* [ci] fix git checkout for comment-triggered CI jobs * set locale prior to installing packages * comment out cuda * change strategy for setting locale * comment out R jobs * comment out more CI jobs * update locales before installing other packages * remove unnecessary packages * add libc6 back * restore libicu and libssl * Revert "comment out more CI jobs" This reverts commit 8fd92144ad1dafc33ae699d7c3e159d8846e41b2. * uncomment CI jobs * revert more changes * more reverting * remove r_package.yml from diff
-
Lipson authored
-
Nikita Titov authored
* Update dataset_loader.cpp * Update config.cpp * Update application.cpp * Update linkers_socket.cpp
-
- 30 Apr, 2022 1 commit
-
-
Nikita Titov authored
-