- 17 Oct, 2025 1 commit
-
-
Nikita Titov authored
-
- 14 Oct, 2025 1 commit
-
-
Nikita Titov authored
* dev * dev * dev * dev * dev --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 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)
-
- 10 Oct, 2025 1 commit
-
-
Jeff Daily authored
-
- 25 Sep, 2025 2 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
-
- 23 Sep, 2025 2 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
Instead of replacing all #ifdef USE_CUDA, just add USE_CUDA define to ROCm build.
-
- 22 Sep, 2025 3 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
-
Jeff Daily authored
Previously #6086 added ROCm support but after numerous rebases it lost critical changes. This PR restores the ROCm build. There are many source file changes but most were automated using the following: ```bash for f in `grep -rl '#ifdef USE_CUDA'` do sed -i 's@#ifdef USE_CUDA@#if defined(USE_CUDA) || defined(USE_ROCM)@g' $f done for f in `grep -rl '#endif // USE_CUDA'` do sed -i 's@#endif // USE_CUDA@#endif // USE_CUDA || USE_ROCM@g' $f done ```
-
- 24 Aug, 2025 1 commit
-
-
James Lamb authored
* [ci] [c++] use 'pre-commit' to run 'cpplint', upgrade to 'cpplint' 2.0.2 * remove bashisms * one more pipefail use * another pipefail
-
- 28 Jul, 2025 1 commit
-
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 24 Jul, 2025 1 commit
-
-
Jeff Daily authored
* [ROCm] add support for ROCm/HIP - CMakeLists.txt ROCm updates, also replace glob with explicit file list - initial warpSize interop changes - helpers/hipify.sh script added - .gitignore to ignore generated hip source files * more rocm updates - disable compiler warnings - move PercentileDevice __device__ template function into header - bug fixes for __host__ __define__ and __HIP__ preprocessor symbols * more bug fixes * warp 32 vs 64 updates * lint fixes * missing device_index variable * accidental inclusion of hip headers * copyright notice compliance * Update CMakeLists.txt Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix lint issue * clean up * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * clean up CMakeLists.txt use WARPSIZE * use WARPSIZE * fix share buffer size --------- Co-authored-by:
shiyu1994 <shiyu_k1994@qq.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Yu Shi <yushi2@microsoft.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>
-
- 26 Jan, 2025 1 commit
-
-
José Morales authored
[python-package] do not copy column-major numpy arrays when creating Dataset from list of arrays (#6773) Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 05 Dec, 2024 1 commit
-
-
James Lamb authored
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 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>
-
- 13 Oct, 2024 1 commit
-
-
Atanas Dimitrov authored
Co-authored-by:
Atanas Dimitrov <nasko119@abv.bg> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 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>
-
- 27 Aug, 2024 1 commit
-
-
Nikita Titov authored
-
- 25 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 14 Jul, 2024 1 commit
-
-
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
-
- 10 Jul, 2024 2 commits
-
-
Christian Bourjau authored
-
Nikita Titov authored
-
- 09 Jul, 2024 1 commit
-
-
shiyu1994 authored
fix documentation for quantized training
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 05 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 04 May, 2024 1 commit
-
-
James Lamb authored
-
- 01 May, 2024 1 commit
-
-
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>
-
- 20 Apr, 2024 1 commit
-
-
Parsiad Azimzadeh authored
-
- 19 Mar, 2024 2 commits
-
-
James Lamb authored
-
Oliver Borchert authored
-
- 18 Mar, 2024 1 commit
-
-
Thomas B authored
-
- 22 Feb, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 14 Dec, 2023 1 commit
-
-
Oliver Borchert authored
-
- 13 Dec, 2023 1 commit
-
-
June Liu authored
-
- 10 Dec, 2023 1 commit
-
-
Oliver Borchert authored
-