- 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>
-
- 11 Jan, 2025 1 commit
-
-
Malte Londschien authored
-
- 22 Dec, 2024 2 commits
-
-
RektPunk authored
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 17 Dec, 2024 1 commit
-
-
Claudio Salvatore Arcidiacono authored
-
- 16 Dec, 2024 1 commit
-
-
James Lamb authored
Co-authored-by:José Morales <jmoralz92@gmail.com>
-
- 15 Dec, 2024 2 commits
-
-
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
-
José Morales authored
-
- 10 Dec, 2024 1 commit
-
-
José Morales authored
* do not copy column-major numpy arrays when creating Dataset * fix logic * lint * code review * update test * move dataset test to basic * increase features * assert single layout --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 04 Dec, 2024 1 commit
-
-
James Lamb authored
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 30 Nov, 2024 1 commit
-
-
James Lamb authored
[ci] [python-package] [R-package] adapt to scikit-learn check_sample_weight_equivalence changes, stop testing against R 3.6 on Linux (#6733)
-
- 15 Nov, 2024 1 commit
-
-
James Lamb authored
[python-package] adapt to scikit-learn 1.6 testing changes, pin more packages in R 3.6 CI jobs (#6718)
-
- 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>
-
- 31 Oct, 2024 1 commit
-
-
James Lamb authored
[python-package] remove support for passing 'feature_name' and 'categorical_feature' through train() and cv() (#6706)
-
- 17 Oct, 2024 1 commit
-
-
James Lamb authored
-
- 15 Oct, 2024 2 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
[python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) (#6679) * [python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) * pin pyparsing in Python 3.8 environment
-
- 13 Oct, 2024 1 commit
-
-
Atanas Dimitrov authored
Co-authored-by:
Atanas Dimitrov <nasko119@abv.bg> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 09 Oct, 2024 1 commit
-
-
vnherdeiro authored
[python-package] require `scikit-learn>=0.24.2`, make scikit-learn estimators compatible with `scikit-learn>=1.6.0dev` (#6651) Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Oct, 2024 1 commit
-
-
Nikita Titov authored
-
- 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 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 27 Aug, 2024 1 commit
-
-
James Lamb authored
-
- 09 Aug, 2024 1 commit
-
-
James Lamb authored
-
- 02 Aug, 2024 1 commit
-
-
Nikita Titov authored
[ci] Require CMake 3.28 and replace `FetchContent_Populate` with `FetchContent_MakeAvailable` (#6550) * Replace `FetchContent_Populate` with `FetchContent_MakeAvailable` * Test with VS 2022 * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update IntegratedOpenCL.cmake * Update .vsts-ci.yml * bump minimum CMake version * force symlinking * fix line length * install curl * install sudo * install certs * install CMake for R Windows jobs * debug cmake * new try * remove CMake from RTools * cleanup * remove duplicted curl installation * CMake version as variable
-
- 29 Jul, 2024 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
-
- 25 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2024 1 commit
-
-
Axel Durand authored
-
- 16 Jul, 2024 2 commits
-
-
RektPunk authored
[python-package] Correctly recognize LGBMClassifier(num_class=2, objective="multiclass") as multiclass classification (#6524)
-
Nikita Titov authored
* Update README.rst * Update README.rst
-
- 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
-
- 10 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 03 Jul, 2024 1 commit
-
-
Nick Miller authored
[python-package] Add `feature_names_in_` attribute for scikit-learn estimators (fixes #6279) (#6310)
-
- 21 Jun, 2024 1 commit
-
-
Jorrick Sleijster authored
-
- 18 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 17 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-