- 13 Oct, 2025 1 commit
-
-
Nick Miller authored
* Add R-squared metric, documentation, and tests * Fix static ci checks: correct Sklearn r2_score URL link, fix cpp linting errors * Replace non-static data members from pragma reduction with variables * Update src/metric/metric.cpp * Add additional asserts, remove needless y.copy() * Add back y.copy() --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 11 Oct, 2025 1 commit
-
-
Nikita Titov authored
[ci][docs] fix link checking action by switching from linkchecker to lychee and update some links (#7027)
-
- 09 Oct, 2025 1 commit
-
-
Nikita Titov authored
-
- 02 Oct, 2025 1 commit
-
-
Nikita Titov authored
* Update setup.sh * Update build-docs.sh * Update test-windows.ps1
-
- 01 Oct, 2025 1 commit
-
-
James Lamb authored
* [ci] [C++] drop support for Visual Studio 2015 (fixes #6803) * update more references * [ci] some additional changes to drop VS2015 and make it work from solution file (#7046) * Update LightGBM.vcxproj * Update LightGBM.vcxproj.filters * Update Installation-Guide.rst --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 23 Sep, 2025 1 commit
-
-
Jeff Daily authored
-
- 10 Sep, 2025 1 commit
-
-
Sota Goto authored
* [docs] update Ray section * [docs] add Ray to external repositories * [docs] simplify Ray note
-
- 13 Aug, 2025 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 04 Aug, 2025 1 commit
-
-
James Lamb authored
-
- 27 Jul, 2025 1 commit
-
-
James Lamb authored
[docs] [ci] skip scikit-learn 1.7.1 in docs build, make tests compatible with pandas 3.0, use new Azure DevOps pool (#6979)
-
- 16 Jun, 2025 1 commit
-
-
Akshay Priyadarshi authored
* Update README.md Current hyperlink for Meng et al. 2016 points to an incorrect proceeding at NeurIPS * update one more link --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 21 May, 2025 1 commit
-
-
James Lamb authored
* [docs] document use of EffVer * change heading * move nightly builds note --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 29 Apr, 2025 1 commit
-
-
Yusuke Horibe authored
* [python-package] Add superfluous-else-raise rule to ruff lint configuration * [python-package] Fix code to follow superfluous-else-raise rule * [python-package] Move RET506 after RET504 to maintain alphabetical order and add source rule set comment * [python-package] Revert unintended change to preserve original formatting
-
- 27 Apr, 2025 1 commit
-
-
James Lamb authored
-
- 02 Mar, 2025 1 commit
-
-
James Lamb authored
* [ci] [Dask] enable Dask tests on macOS * fix windows condition * fix merge conflicts
-
- 14 Feb, 2025 1 commit
-
-
James Lamb authored
Co-authored-by:
shiyu1994 <shiyu_k1994@qq.com> Co-authored-by:
GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 12 Feb, 2025 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 27 Jan, 2025 1 commit
-
-
James Lamb authored
* [python-package] support Python 3.13 * update everything in the base conda environment, not just conda * python packages now use 'cp' instead of 'cpython' * fix python_package * get more logs * try to force a better solver error * merge latest * use build= explicitly * restore all CI, revert debugging changes * Update .ci/test.sh * empty commit to re-trigger CI * update docs conda env * pin to specific OS and mambaforge * Update .github/workflows/python_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update default Python version in .vsts-ci.yml * remove upper-version pins * update RTD image --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 16 Dec, 2024 1 commit
-
-
James Lamb authored
-
- 03 Dec, 2024 1 commit
-
-
Nikita Titov authored
* Update Installation-Guide.rst * Update script.js * replace all Ninja sections with one paragraph --------- Co-authored-by:shiyu1994 <shiyu_k1994@qq.com>
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 03 Nov, 2024 1 commit
-
-
Nikita Titov authored
* lint js code * hotfix * Update .editorconfig Co-authored-by:
James Lamb <jaylamb20@gmail.com> --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 29 Oct, 2024 1 commit
-
-
Nikita Titov authored
* Update script.js * Update script.js * Update script.js * Update script.js * replace url at build time * manipulate with raw files
-
- 25 Oct, 2024 1 commit
-
-
Jirair Aroyan authored
* Remove only cpu note * Change Note for linear tree --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 15 Oct, 2024 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 07 Oct, 2024 1 commit
-
-
Nikita Titov authored
-
- 02 Oct, 2024 1 commit
-
-
shiyu1994 authored
* add bagging by query for lambdarank * fix pre-commit * fix bagging by query with cuda * fix bagging by query test case * fix bagging by query test case * fix bagging by query test case * add #include <vector> * Update include/LightGBM/objective_function.h 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>
-
- 24 Sep, 2024 1 commit
-
-
James Lamb authored
[ci] [python-package] temporarily stop testing against scikit-learn nightlies, load lib_lightgbm earlier (#6654)
-
- 03 Sep, 2024 2 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
vnherdeiro authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 27 Aug, 2024 1 commit
-
-
Nikita Titov authored
-
- 31 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 25 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2024 1 commit
-
-
Axel Durand authored
-
- 20 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 19 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 14 Jul, 2024 1 commit
-
-
James Lamb authored
* [docs] update and simplify installation docs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove more references to CMake and GLIBC versions --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 09 Jul, 2024 1 commit
-
-
shiyu1994 authored
fix documentation for quantized training
-
- 04 Jul, 2024 1 commit
-
-
Nikita Titov authored
-