- 27 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 21 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 05 Oct, 2023 1 commit
-
-
James Lamb authored
-
- 19 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 13 Sep, 2023 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 21 Aug, 2023 1 commit
-
-
James Lamb authored
-
- 06 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 16 May, 2023 1 commit
-
-
James Lamb authored
-
- 30 Mar, 2023 1 commit
-
-
James Lamb authored
-
- 09 Mar, 2023 1 commit
-
-
IdoKendo authored
-
- 26 Feb, 2023 1 commit
-
-
James Lamb authored
-
- 14 Feb, 2023 1 commit
-
-
James Lamb authored
-
- 12 Jan, 2023 1 commit
-
-
James Lamb authored
-
- 28 Aug, 2022 1 commit
-
-
José Morales authored
* ignore training set on early stopping callback * fixes * lint * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * trigger ci Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 25 Aug, 2022 1 commit
-
-
James Lamb authored
* [python-package] add type hints on Booster eval methods * remove unnecessary changes * fix hints
-
- 31 Mar, 2022 1 commit
-
-
Nikita Titov authored
-
- 30 Mar, 2022 2 commits
-
-
Nikita Titov authored
* make `log_evaluation` callback pickleable * make callback tests stricter * make `record_evaluation` callback picklable
-
Nikita Titov authored
* make `log_evaluation` callback pickleable * make callback tests stricter
-
- 17 Mar, 2022 1 commit
-
-
Antoni Baum authored
* Turn `early_stopping` into a Callable class * Fix * Lint * Remove print * Fix order * Revert "Lint" This reverts commit 7ca8b557572446888cf793c0082d9a7efd1e29a7. * Apply suggestion from code review * Nit * Lint * Move callable class outside the func for pickling * Move _pickle and _unpickle to tests utils * Add early stopping callback picklability test * Nit * Fix * Lint * Improve type hint * Lint * Lint * Add cloudpickle to test_windows * Update tests/python_package_test/test_engine.py * Fix * Apply suggestions from code review
-
- 15 Feb, 2022 1 commit
-
-
José Morales authored
* make record_evaluation compatible with cv * test multiple metrics in cv * lint * fix cv with train metric. save stdv as well * always add dataset prefix to cv_agg * remove unused function
-
- 26 Dec, 2021 1 commit
-
-
Nikita Titov authored
-
- 18 Dec, 2021 1 commit
-
-
Nikita Titov authored
* Update test_sklearn.py * Update python_package.yml * Update python_package.yml * Update callback.py * Update callback.py
-
- 10 Dec, 2021 1 commit
-
-
Nikita Titov authored
-
- 05 Dec, 2021 1 commit
-
-
Nikita Titov authored
-
- 02 Dec, 2021 1 commit
-
-
James Lamb authored
* [python-package] fix mypy errors in engine.py * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * allow for stdv * whitespace Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Nov, 2021 1 commit
-
-
Nikita Titov authored
* Update __init__.py * Update callback.py
-
- 10 Nov, 2021 1 commit
-
-
José Morales authored
* initial changes * initial version * better handling of cases * warn only with positive threshold * remove early_stopping_threshold from high-level functions * remove remaining early_stopping_threshold * update test to use callback * better handling of cases * rename threshold to min_delta enhance parameter description update tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * reduce num_boost_round in tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * trigger ci Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-12@hotmail.com>
-
- 15 Sep, 2021 1 commit
-
-
Nikita Titov authored
* Update __init__.py * Update Python-API.rst * Update engine.py * Update test_utilities.py * Update sklearn.py * Update callback.py * Update callback.py * Update callback.py
-
- 12 Sep, 2021 1 commit
-
-
Nikita Titov authored
* deprecate advanced args of `train()` and `cv()` * update Dask test * improve deducing * address review comments
-
- 30 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 27 Aug, 2021 1 commit
-
-
Nikita Titov authored
* Update callback.py * Update engine.py
-
- 05 Jul, 2021 1 commit
-
-
Nikita Titov authored
* Update test_sklearn.py * Update test_basic.py * Update dask.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update callback.py
-
- 12 May, 2021 1 commit
-
-
NovusEdge authored
* added f-string * fixed indent issues * fixed some linting issues * trying to fix E225 for 233:65 * Update python-package/lightgbm/callback.py * first_metric_only log message * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Apr, 2021 1 commit
-
-
Deddy Jobson authored
* added type hints; implemented one workaround * resolving some linting errors * Added doc strings * fixed more linting errors * Made documentation more imperative. * removed one type hint * more specific type hinting Co-authored-by:
James Lamb <jaylamb20@gmail.com> * added import * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * made a class and function private * Apply suggestions from code review Make the documentation clearer. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * linting error fix * more linting errors * removing the decorator * ignore mypy function attribute errors * fix lints Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 15 Mar, 2021 1 commit
-
-
Alberto Ferreira authored
* Some mypy fixes * address James' comments * Re-introduce pass in empty classes * Update compat.py Remove extra lines
-
- 24 Jan, 2021 1 commit
-
-
Nikita Titov authored
* centralize Python-package logging in one place * continue * fix test name * removed unused import * enhance test * fix lint * hotfix test * workaround for GPU test * remove custom logger from Dask-package * replace one log func with flags by multiple funcs
-
- 09 Dec, 2020 1 commit
-
-
Nikita Titov authored
* Update setup.py * Update .appveyor.yml * Update .travis.yml * Update .vsts-ci.yml * Update __init__.py * Update test.sh * Update test_windows.ps1 * Update advanced_example.py * Update requirements_base.txt * Update conf.py * Update conf.py * Update test_engine.py * Update utils.py * Update dockerfile-r * Update README.md * Update dockerfile.gpu * Update test_consistency.py * Update basic.py * Update compat.py * Update engine.py * Update sklearn.py * Update sklearn.py * Update callback.py * Update setup.py * Update __init__.py * Update plotting.py * Update sklearn.py * Update engine.py * Update compat.py * Update callback.py * Update basic.py * Update compat.py * Update basic.py * Update basic.py * Update compat.py * Update compat.py * Update plotting.py * Update engine.py * Update basic.py * Update sklearn.py * Update compat.py * Update engine.py * Update engine.py * Update callback.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update sklearn.py * Update sklearn.py * Update plotting.py * Update sklearn.py * Update compat.py * Update compat.py * Update engine.py * Update plotting.py * Update sklearn.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update compat.py * Update compat.py * Update compat.py * Update engine.py * Update basic.py * Update compat.py * Update basic.py * Update basic.py * Update basic.py * Update compat.py * Update compat.py * Update basic.py * Update basic.py * Update .vsts-ci.yml * Update .vsts-ci.yml * Update conf.py * Revert "Update dockerfile-r" This reverts commit 4ff6ffc7e3eeda24cc6a59a3bb0c973f02d9d71c.
-
- 03 Feb, 2020 1 commit
-
-
Nikita Titov authored
* removed duplicated code from language wrappers * removed check for resetting metric
-