- 28 Oct, 2025 1 commit
-
-
Nikita Titov authored
* Update test_basic.py * dev * dev * dev * dev * dev * dev * Update test_basic.py * Update test_basic.py * Update test_basic.py * Update test_basic.py * Update test_basic.py * dev * dev * dev * dev * 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>
-
- 08 Oct, 2025 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update .appveyor.yml * Update test_arrow.py * Update test_arrow.py * Update .appveyor.yml * Update test_arrow.py
-
- 21 Sep, 2025 1 commit
-
-
Thomas J. Fan authored
-
- 12 Sep, 2025 1 commit
-
-
Yusuke Horibe authored
Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 11 Aug, 2025 1 commit
-
-
James Lamb authored
-
- 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)
-
- 14 Jul, 2025 1 commit
-
-
Nick Miller authored
* Add "PT" ruff code to pyproject.toml plus some exceptions * Extend PT011 for Exception, IndexError, TypeError * Fix PT001: Use `@pytest.fixture` over `@pytest.fixture()` * Fix PT011: pytest.raises({exception}) is too broad, set the match parameter or use a more specific exception * Fix PT012: `pytest.raises()` block should contain a single simple statement * Fix PT017: Found assertion on exception {name} in except block, use pytest.raises() instead * Fix PT018: Assertion should be broken down into multiple parts * Remove PT006 and PT007 from ignore list and fixup * Use *Exception and *Error glob to apply PT011 and ignore AssertionErrors --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 28 Jun, 2025 1 commit
-
-
Nick Miller authored
-
- 27 May, 2025 1 commit
-
-
Nikita Titov authored
-
- 25 May, 2025 1 commit
-
-
Nick Miller authored
add error messages to test_sklearn.py
-
- 23 May, 2025 1 commit
-
-
Nick Miller authored
add error messages to test_plotting.py
-
- 22 May, 2025 2 commits
-
-
Nick Miller authored
add error messages to test_get_split_value_histogram
-
Nick Miller authored
-
- 21 May, 2025 1 commit
-
-
Nick Miller authored
* add error messages to test_list_to_1d_numpy * add error messages to test_training_works_if_client_not_provided_or_set_after_construction * ensure name value is captured in error message, update name for all _list_to_1d_numpy calls --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 27 Apr, 2025 1 commit
-
-
James Lamb authored
-
- 25 Apr, 2025 1 commit
-
-
Nick Miller authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 24 Apr, 2025 2 commits
-
-
Joaquín Ignacio Aramendía authored
* [python-package] Test serialization and deserialization from in-memory string Test case for #6851 * [python-package] Fill in `params` when loading from in-memory string This fixes #6851 by using the same workaround as when loading the model from a file. * test_basic: use rng instead of legacy numpy RandomState * test_basic: remove debug prints leftovers Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_basic: add boolean, array of float and array of integers to testcase Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_basic: make a cheaper model (2 rounds with 7 leaves each) Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_basic: bugfix typos * python_package_test: move string load test from basic to engine * test_engine: catch params ignored warnings * test_engine: be explicit about parameters assertion * test_engine: shush linter complaint * test_basic: delete empty line Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_engine: even cheaper model with less features Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_engine: delete redundant assert Co-authored-by:
James Lamb <jaylamb20@gmail.com> * test_engine: run pre-commit and take it's word for it * test_engine: be explicit in an E712 compliant way * test_engine.py: pass different value as argument to make sure it is ignored --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [python-package] enforce keyword args in internal functions * fix * fixes * empty commit
-
- 17 Apr, 2025 1 commit
-
-
James Lamb authored
-
- 30 Mar, 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
-
- 12 Feb, 2025 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 07 Feb, 2025 1 commit
-
-
James Lamb authored
-
- 05 Feb, 2025 1 commit
-
-
Malte Londschien authored
Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 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
-
- 03 Jan, 2025 1 commit
-
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 22 Dec, 2024 2 commits
-
-
RektPunk authored
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 15 Dec, 2024 1 commit
-
-
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>
-
- 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>
-
- 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>
-