- 26 Apr, 2021 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
* chanche MRO * fix MRO resolution
-
- 25 Apr, 2021 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
This reverts commit 536946e3.
-
- 23 Apr, 2021 1 commit
-
-
Nikita Titov authored
-
- 22 Apr, 2021 3 commits
-
-
James Lamb authored
* [R-package] raise errors from C++ side * working but a lot of warnings * more changes * simplify * cleanup * linting * fix valgrind issues * revert unnecessary change
-
shiyu1994 authored
-
david-cortes authored
-
- 21 Apr, 2021 1 commit
-
-
Frank Fineis authored
* fix typo in dask _train as mentioned in 4101 * Update python-package/lightgbm/dask.py Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 20 Apr, 2021 1 commit
-
-
James Lamb authored
* [ci] parallelize R package installs in CI jobs * build 2 * build 3 * add ncpus in static_analysis
-
- 19 Apr, 2021 4 commits
-
-
James Lamb authored
* [R-package] clarify parameter documentation * fixes to braces * linting
-
Akshita Dixit authored
* Migrate to f-strings in python-package/lightgbm/sklearn.py * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/sklearn.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Add suggestions from code review * resolve conflicts * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update sklearn.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
david-cortes authored
* use same default arguments as python * Update R-package/R/lgb.cv.R Changed. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * revert change in docs Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Issac Lee authored
* update the explanation of num_threads in lightgbm.R * adjusted sentences for linting. * remove white space for lintr pass * add note about num_thread param in files
-
- 18 Apr, 2021 2 commits
-
-
david-cortes authored
* Return feature importances as visible Feature importances are returned as invisible. I don't get why would anyone want them invisible. This PR fixes it. * Update R-package/R/lgb.importance.R Thanks, didn't realize that, changed now. Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
-
- 17 Apr, 2021 2 commits
-
-
Nikita Titov authored
-
Akshita Dixit authored
* Add changes to gcc-tips * Update docs/gcc-Tips.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update docs/gcc-Tips.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Remove image files for gcc-tips Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 16 Apr, 2021 3 commits
-
-
Nikita Titov authored
* run cpp tests at CI * Update docs/Installation-Guide.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
This reverts commit ab474dc4.
-
Nikita Titov authored
This reverts commit e98da99d.
-
- 15 Apr, 2021 3 commits
-
-
Roman Grebennikov authored
-
Chen Yufei authored
-
Nikita Titov authored
This reverts commit 36454a3b.
-
- 12 Apr, 2021 4 commits
-
-
Nikita Titov authored
* Bump version for development * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
James Lamb authored
* v3.2.1 release * Auto-update configure Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
Nishit Jain authored
* Migrated to f-strings for .\.nuget\create_nuget.py #4136 * Migrate to f-strings for the Python code for docs/conf.py #4136 * add missing whitespace at ./docs/conf.py:79:14 * Revert "add missing whitespace at ./docs/conf.py:79:14" This reverts commit 60200849b1a2bd911cc426014ecf1d6e319861b4. * Revert "Migrate to f-strings for the Python code for docs/conf.py #4136" This reverts commit 6f28bd11d530c18d7937588469484499b3ab0862. * added the requested changes in .nuget/create_nuget.py * added the requested changes * Update .nuget/create_nuget.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .nuget/create_nuget.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .nuget/create_nuget.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [ci] Add debian-clang-devel CI job for the R package * [ci] Add debian-clang-devel CI job for the R package * fixes * fix test * update cran-comments * re-trigger CI * catch warnings and notes * fail with only a NOTE * uncomment CI code * remove env vars in windows tests * Update R-package/cran-comments.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
StrikerRUS <nekit94-12@hotmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 11 Apr, 2021 1 commit
-
-
Christoph Aymanns authored
* add test for interaction constraints and monotone constraints * enforce interaction constraints in RecomputeBestSplitForLeaf * code formatting * code formatting * move interaction constraint test to test_engine * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Apr, 2021 1 commit
-
-
Deddy Jobson authored
* added type hints; implemented one workaround * resolving some linting errors * Added doc strings * fixed more linting errors * Made documentation more imperative. * removed one type hint * more specific type hinting Co-authored-by:
James Lamb <jaylamb20@gmail.com> * added import * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * made a class and function private * Apply suggestions from code review Make the documentation clearer. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * linting error fix * more linting errors * removing the decorator * ignore mypy function attribute errors * fix lints Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 09 Apr, 2021 3 commits
-
-
Nikita Titov authored
* Restrict Doxygen version at CI * fix typo in version number * Update requirements.txt * Update test.sh
-
James Lamb authored
* [ci] upgrade R to 4.0.5 * get R 4.0.5 from focal repo
-
Nikita Titov authored
-
- 05 Apr, 2021 5 commits
-
-
Nikita Titov authored
-
jmoralez authored
* replace client fixture with cluster fixture * wait on persist before rebalance
-
NovusEdge authored
* Added f-strings to docs/conf.py * fixed some linting errors * fixed indent on 210:25 * YAF * yet another try at fixing the linting * Try: 1 * Try 2 * Update docs/conf.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update docs/conf.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update docs/conf.py 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
* [ci] run 'brew update' in macOS jobs (fixes #4160) * move update
-
James Lamb authored
* clarify DEBUG-level log about tree depth * more places
-
- 01 Apr, 2021 2 commits
-
-
jmoralez authored
* include voting_parallel tree_learner in test_regressor, test_classifier and test_ranker * remove test for warnings and test for error when using feature_parallel * use real names for tree_learner intest and include test for aliases. use the error message in the test for error in feature parallel * split all tests with rf in test_classifier * remove task parametrization for tree_learner aliases test. smaller input data from feature_parallel error * define task for tree_learner aliases
-
jmoralez authored
-