- 11 Nov, 2021 1 commit
-
-
Michael Mahoney authored
* Add 'nrounds' as an alias for 'num_iterations' * Improve tests * Compare against nrounds directly * Fix whitespace lints
-
- 10 Nov, 2021 2 commits
-
-
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>
-
Nikita Titov authored
* respect objective aliases * Update test_sklearn.py * revert removal of blank lines * add argument name which is being overwritten in warning message
-
- 08 Nov, 2021 3 commits
-
-
Zhiyuan He authored
-
James Lamb authored
* [docs] [dask] Add return information to Dask fit() docs (fixes #4402) * put return before note
-
James Lamb authored
-
- 05 Nov, 2021 2 commits
-
-
Nikita Titov authored
* add n_estimators_ and n_iter_ post-fit attributes * address review comments
-
Nikita Titov authored
-
- 30 Oct, 2021 2 commits
-
-
Nikita Titov authored
* in predict(), respect params set via `set_params()` after fit() * extract docs changes
-
Nikita Titov authored
* Make dummy classes constructible with any arguments * Update compat.py
-
- 27 Oct, 2021 1 commit
-
-
Nikita Titov authored
-
- 26 Oct, 2021 1 commit
-
-
Jacob Stevenson authored
* Improve error message for plot_metric with Booster * Update error message
-
- 15 Oct, 2021 1 commit
-
-
Rakshit P authored
-
- 13 Oct, 2021 2 commits
-
-
Rakshit P authored
-
Nikita Titov authored
* update Guolin's e-mail in `setup.py` * change maintainer's info
-
- 09 Oct, 2021 1 commit
-
-
Nikita Titov authored
-
- 07 Oct, 2021 1 commit
-
-
strobel authored
Co-authored-by:
strobel <thaddaeus.strobel@ai4bd.com> Co-authored-by:
Nikita Titov <nekit94-12@hotmail.com>
-
- 05 Oct, 2021 2 commits
-
-
Nikita Titov authored
[python][sklearn] add `__sklearn_is_fitted__()` method to be better compatible with scikit-learn API (#4636)
-
Nikita Titov authored
-
- 25 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 23 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 21 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 20 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 17 Sep, 2021 2 commits
-
-
Nikita Titov authored
* Update README.rst * Update README.md * Update Installation-Guide.rst
-
José Morales authored
[python-package] Support 2d collections as input for `init_score` in multiclass classification task (#4150) * initial implementation of init_score for multiclass classification * check for 1d or 2d collection in init_score * remove dataset import * initial comments * update dask test and docstrings * update docstrings * move logic to set_field. reshape back on get_field * add type hints and update docstrings for dask. fix Dataset.set_field * revert wrong docstrings and type hints * add extra comma for consistency * prefix private functions with underscore add type hints to new functions make commas consistent in dask and basic * add missing spaces after type hint * remove shape condition for dataframe in is_2d_collection 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
-
- 10 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 04 Sep, 2021 1 commit
-
-
Nikita Titov authored
* deprecate `silent` and standalone `verbose` args. Prefer global `verbose` param * simplify code * Rephrase warning messages
-
- 01 Sep, 2021 1 commit
-
-
Nikita Titov authored
-
- 30 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 29 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 28 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 27 Aug, 2021 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* Reffer to string type as `str` and and commas in `list of ...` types * update `libpath.py` too
-
Nikita Titov authored
* Update callback.py * Update engine.py
-
- 25 Aug, 2021 2 commits
-
-
James Lamb authored
* [python] add type hints on train() in engine.py * revert dask.py and sklearn.py changes * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update docs on evals_result contents * Update python-package/lightgbm/engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
[docs] Clarify the fact that predict() on a file does not support saved Datasets (fixes #4034) (#4545) * documentation changes * add list of supported formats to error message * add unit tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update per review comments * make references consistent Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 23 Aug, 2021 1 commit
-
-
Xavier Dupré authored
* add parameter object_hook to function dump_model (python API) * eol * fix syntax * lint * better documentation * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
xavier dupré <xavier.dupre@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 19 Aug, 2021 1 commit
-
-
James Lamb authored
* [python] add type hints to logging functions in basic.py * add hints on wrapper
-