- 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>
-
- 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)
-
- 31 Oct, 2024 1 commit
-
-
James Lamb authored
[python-package] remove support for passing 'feature_name' and 'categorical_feature' through train() and cv() (#6706)
-
- 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
-
- 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>
-
- 04 Sep, 2024 1 commit
-
-
James Lamb authored
-
- 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>
-
- 15 Aug, 2024 2 commits
-
-
Bilyana Indzheva authored
[ci] prevent `train.binary.bin` and `lgb_train_data.bin` files being left behind after testing (#6606) Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
- 06 Aug, 2024 1 commit
-
-
Atanas Dimitrov authored
-
- 16 Jul, 2024 1 commit
-
-
RektPunk authored
[python-package] Correctly recognize LGBMClassifier(num_class=2, objective="multiclass") as multiclass classification (#6524)
-
- 12 Jul, 2024 1 commit
-
-
James Lamb authored
[python-package] respect 'verbose' setting when using custom objective function (fixes #6014) (#6428)
-
- 10 Jul, 2024 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 05 Jul, 2024 1 commit
-
-
Nick Miller authored
-
- 03 Jul, 2024 1 commit
-
-
Nick Miller authored
[python-package] Add `feature_names_in_` attribute for scikit-learn estimators (fixes #6279) (#6310)
-
- 13 Jun, 2024 1 commit
-
-
James Lamb authored
[python-package] Add support for NumPy 2.0, test against nightly versions of dependencies (fixes #6454) (#6467)
-
- 05 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 04 Jun, 2024 1 commit
-
-
James Lamb authored
[python-package] remove uses of deprecated NumPy random number generation APIs, require 'numpy>=1.17.0' (#6468)
-
- 11 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>
-
- 29 Apr, 2024 1 commit
-
-
Oliver Borchert authored
[ci] Skip Arrow tests on AppVeyor, use Intel macOS runners, upgrade to XCode 14.3 on macOS jobs, disable MacOS MPI jobs (#6425)
-
- 23 Apr, 2024 1 commit
-
-
Yohei Kishimoto authored
-
- 20 Apr, 2024 1 commit
-
-
Darcie Delzell authored
[python-package] allow use of early_stopping_round<=0 to turn off early stopping (fixes #6401) (#6406)
-
- 20 Mar, 2024 1 commit
-
-
James Lamb authored
-
- 19 Mar, 2024 2 commits
-
-
James Lamb authored
-
Oliver Borchert authored
-
- 18 Mar, 2024 2 commits
-
-
Thomas B authored
-
Oliver Borchert authored
-
- 24 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 23 Feb, 2024 1 commit
-
-
shiyu1994 authored
* support quantized training with categorical features on cpu * remove white spaces * add tests for quantized training with categorical features * skip tests for cuda version * fix cases when only 1 data block in row-wise quantized histogram construction with 8 inner bits * remove useless capture * fix compilation warnings revert useless changes * revert useless change * separate functions in feature histogram into cpp file * add feature_histogram.o in Makevars
-
- 21 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 14 Dec, 2023 1 commit
-
-
Oliver Borchert authored
-
- 10 Dec, 2023 1 commit
-
-
Oliver Borchert authored
-
- 07 Dec, 2023 1 commit
-
-
James Lamb authored
[R-package] [c++] add tighter multithreading control, avoid global OpenMP side effects (fixes #4705, fixes #5102) (#6226)
-