- 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>
-
- 29 Sep, 2025 1 commit
-
-
Nikita Titov authored
-
- 24 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 28 Jul, 2025 1 commit
-
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 21 Jun, 2025 1 commit
-
-
Nick Miller authored
-
- 20 Jun, 2025 1 commit
-
-
Nick Miller authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 24 Apr, 2025 1 commit
-
-
Chris authored
* Handling NULL objective when booster is printed, moving test functions out of method tests, creating unique tests for different method situations * Correcting whitespace * Adding types for integer slices * Moving test functions nearer to relevant tests, setting print to be default * Update R-package/tests/testthat/test_lgb.Booster.R --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 04 Mar, 2025 1 commit
-
-
James Lamb authored
* [python-package] add a note about DART in early_stopping docstring * add note in R docs too
-
- 17 Feb, 2025 1 commit
-
-
James Lamb authored
-
- 16 Feb, 2025 1 commit
-
-
James Lamb authored
* bump development version to v4.6.0.99 * Auto-update configure * Update python-package/pyproject.toml --------- Co-authored-by:GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
-
- 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>
-
- 13 Feb, 2025 1 commit
-
-
James Lamb authored
[R-package] require lgb.Dataset, remove support for passing 'colnames' and 'categorical_feature' for lgb.train() and lgb.cv() (#6714)
-
- 10 Feb, 2025 1 commit
-
-
James Lamb authored
-
- 20 Jan, 2025 1 commit
-
-
Nikita Titov authored
-
- 15 Dec, 2024 1 commit
-
-
Nikita Titov authored
* Update append-comment.sh * Update static_analysis.yml * Update static_analysis.yml * Update basic.py * Update basic.py * Update .pre-commit-config.yaml * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * Update interactive_plot_example.ipynb * Update pyproject.toml * Update append-comment.sh * Update basic.py * Update basic.py * Update pyproject.toml * Update .pre-commit-config.yaml * Update basic.py * Update basic.py * Update test_basic.R * Update rank_objective.hpp * Update histogram_16_64_256.cu * Update static_analysis.yml * ensure alphabetical order of rules
-
- 12 Dec, 2024 1 commit
-
-
Scott Moser authored
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 07 Oct, 2024 1 commit
-
-
Nikita Titov authored
-
- 03 Sep, 2024 1 commit
-
-
vnherdeiro authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 21 Aug, 2024 1 commit
-
-
Serkan Korkmaz authored
[R-package] only warn about early stopping and DART boosting being incompatible if early stopping was requested (#6619)
-
- 06 Aug, 2024 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 30 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 29 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 25 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2024 1 commit
-
-
Axel Durand authored
-
- 14 Jul, 2024 2 commits
-
-
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>
-
James Lamb authored
[ci] [R-package] add CI jobs covering more CRAN "additional checks", fix R_NO_REMAP warnings (fixes #6369) (#6523) * [ci] [R-package] add CI jobs testing newer compilers * set up vignette-processing dependencies * remove tinytex * set up pandoc * allow NOTEs, one more R_NO_REMAP guard * restore other CI * one more R_NO_REMAP guard * fail builds producing more than 1 NOTE * update approach for running R CMD check * fix filepath * fix paths * fix variable name * echo lines * fix piping * fix file extension * clean up * make R CMD check stricter
-
- 03 Jul, 2024 1 commit
-
-
Michael Mayer authored
-
- 21 Jun, 2024 2 commits
-
-
david-cortes authored
-
James Lamb authored
-
- 17 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 13 Jun, 2024 2 commits
-
-
Michael Mayer authored
-
José Morales authored
[R-package] skip integer categorical feature check when building dataset subset (fixes #6412) (#6442)
-
- 29 May, 2024 1 commit
-
-
david-cortes authored
-
- 16 May, 2024 1 commit
-
-
Michael Mayer authored
-
- 11 May, 2024 1 commit
-
-
James Lamb authored
-
- 06 May, 2024 1 commit
-
-
James Lamb authored
-
- 01 May, 2024 2 commits
-
-
Oliver Borchert authored
* [python-package] Allow to pass early stopping min delta in params * Fix test * Add separate test * Fix * Add to cpp config * Adjust test * Adjust test * Debug * Revert * Apply suggestions from code review --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
-