- 30 Jul, 2022 2 commits
-
-
Miguel Ángel Cárdenas authored
* refactor:
🎨 add statuc typing to a subset of basic functions * refactor:🎨 add statuc typing to a subset of basic functions * revert black format on python basic functions file * style:🎨 updating typing for c_array function * branch rebase * fix number of changed lines * Update python-package/lightgbm/basic.py 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>
-
José Morales authored
* dump sorted parameter aliases * update lgb.check.wrapper_param * update _choose_param_value to look like lgb.check.wrapper_param * apply suggestions from review * reduce diff * move DumpAliases to config * remove unnecessary check * restore parameter check
-
- 29 Jul, 2022 5 commits
-
-
James Lamb authored
* [R-package] [docs] clarify shape of predictions * Apply suggestions from code review Co-authored-by:
Michael Mayer <mayermichael79@gmail.com> * regenerate docs * apply suggestions from code review * fix linting error abouut long lines Co-authored-by:
Michael Mayer <mayermichael79@gmail.com>
-
Belinda Trotta authored
-
shiyu1994 authored
* initial work for boosting and evaluation with CUDA * fix compatibility with CPU code * fix creating objective without USE_CUDA_EXP * fix static analysis errors * fix static analysis errors
-
Thomas Aarholt authored
* Improve readme on experimental cuda usage * Revert header style change
-
James Lamb authored
-
- 28 Jul, 2022 5 commits
-
-
James Lamb authored
* [python-package] add more type hints on Booster * add return to Callable * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
Sebastian Fischer authored
* docs: typo in documentation of parameter init_model * docs: actually fix typo and build docs Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
-
James Lamb authored
-
- 21 Jul, 2022 1 commit
-
-
Scott Votaw authored
* Adjust LGBM_DatasetCreateFromSampledColumn to handle distributed data better * linting fix * switch to 1 API with breaking change * Fix pything native call * more python test fixes
-
- 12 Jul, 2022 1 commit
-
-
José Morales authored
[R-package] raise an informative error when custom objective produces incorrect output (fixes #5323) (#5329)
-
- 10 Jul, 2022 1 commit
-
-
James Lamb authored
* [python-package] add type hints on Booster.update() * add __boost()
-
- 07 Jul, 2022 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 03 Jul, 2022 1 commit
-
-
José Morales authored
add validate_features to refit
-
- 01 Jul, 2022 2 commits
-
-
James Lamb authored
* [python-package] remove inner function _construct_dataset() in LGBMModel.fit() * switch order
-
James Lamb authored
* [python-package] add type hints on predict() methods * formatting
-
- 28 Jun, 2022 1 commit
-
-
James Lamb authored
-
- 27 Jun, 2022 3 commits
-
-
José Morales authored
* allow custom weighing in sklearn api * add suggestions from review Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
david-cortes authored
* switch to single prediction type argument * linter * missing piece of code * comments * linter * fix test * revert incorrect 'fix' * fix failing test * fix test again * modify recently introduced tests after changes here * rename prediction types * rebase * restore tests for prediction type in params * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
José Morales authored
* check feature names and order in predict with dataframe * slice df in predict to remove the target * scramble features * handle int column names * only change column order when needed * include validate_features param in booster and sklearn estimators * document validate_features argument * use all_close in preds checks and check for assertion error to compare different arrays * perform remapping and checks in cpp * remove extra logs * fixes * revert cpp * proposal * remove extra arg * lint * restore _data_from_pandas arguments * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * move data conversion to Predictor.predict * use Vector2Ptr Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Jun, 2022 2 commits
-
-
Nikita Titov authored
Update basic.py
-
Nikita Titov authored
* Update utils.R * Update lint_r_code.R * Update lint_r_code.R * Update lint_r_code.R * Update lint_r_code.R
-
- 25 Jun, 2022 1 commit
-
-
James Lamb authored
* [python-package] add more type hints in engine.py * Update python-package/lightgbm/engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 23 Jun, 2022 2 commits
-
-
CuriousCorrelation authored
-
James Lamb authored
[python-package] add more hints on Booster
-
- 22 Jun, 2022 2 commits
-
-
CuriousCorrelation authored
[ci] [R-package] Add paste_linter (#5303)
-
James Lamb authored
-
- 20 Jun, 2022 5 commits
-
-
Saumya authored
* Add duplicate_argument_linter * Add duplicate_argument_linter * added acomment for duplicate argument * Update R-package/tests/testthat/test_utils.R Co-authored-by:
José Morales <jmoralz92@gmail.com> Co-authored-by:
José Morales <jmoralz92@gmail.com>
-
CuriousCorrelation authored
* [ci] Fix any_is_na linter key * [ci] Add several linter checks (#5303) Includes following linters - any_duplicated_linter() - inner_combine_linter() - literal_coercion_linter() - missing_argument_linter() - numeric_leading_zero_linter() - outer_negation_linter() - package_hooks_linter() - sprintf_linter() - regex_subset_linter() - unreachable_code_linter() - vector_logic_linter() These required no changes to the code base
-
CuriousCorrelation authored
-
Nikita Titov authored
Simplify params handling in `predict()` with `_choose_param_value()`
-
CuriousCorrelation authored
-
- 19 Jun, 2022 4 commits
-
-
James Lamb authored
-
James Lamb authored
* [python] preserve None in _choose_param_value() * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
* Install PoCL in Docker for old Ubuntu 14.04 * Update .vsts-ci.yml * Try with Clang * switch back to gcc * Switch from dev container to stable one
-
Nikita Titov authored
* Update make-r-def.R * Update make-r-def.R * Update build_r.R * Update utils.R * Update install.libs.R
-