- 17 May, 2022 1 commit
-
-
José Morales authored
* allow using feature names when retrieving number of bins * unname vector * use default feature names when not defined * lint * apply suggestions * remove extra comma * add test with categorical feature * make feature names sync more transparent
-
- 11 May, 2022 1 commit
-
-
James Lamb authored
-
- 10 May, 2022 2 commits
-
-
James Lamb authored
* [R-package] remove lgb.unloader() * update version reference
-
James Lamb authored
* [R-package] ensure that callbacks respect verbosity from params * added tests on lgb.train() * add lgb.cv() tests * add fix for lightgbm() * fix early stopping tests * start reduucing duplication in tests * more simplification * more simplification * reduce more code duplication * centrallize more details * reuse more logic across tests * more code re-use * started condensing lgb.cv test code * further condense lgb.cv() tests * re-use more code lgb.cv() tests * more condensing
-
- 30 Apr, 2022 1 commit
-
-
José Morales authored
[R-package] allow use of `categorical_features` in Dataset when raw data does not have column names (fixes #4374) (#5184) * check for number of columns if data is matrixx for categorical indices check * check for error when using a greater index than the number of columns * apply suggestion Co-authored-by:
James Lamb <jaylamb20@gmail.com> * revert whitespace change * check if is filename instead of matrix Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 24 Apr, 2022 1 commit
-
-
James Lamb authored
* fix predict() params * [R-package] ensure values in params override keyword arguments to predict() (fixes #4670) * revert accidentally-introduced unrelated test changes * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
José Morales <jose.morales@kavak.com> * Update R-package/tests/testthat/test_Predictor.R Co-authored-by:
José Morales <jose.morales@kavak.com> * linting * remove nammes in shap test * changes to tests Co-authored-by:
José Morales <jose.morales@kavak.com>
-
- 13 Apr, 2022 1 commit
-
-
James Lamb authored
* [R-package] reduce cost of repeated parameter alias checks * formatting
-
- 05 Apr, 2022 1 commit
-
-
david-cortes authored
* keep row names in prediction output * fix test * fix test * fix test * more tests for row names * redo badly solved merge conflict * comments * update docs * missing closing parentheses * explicitly list assertions in each test * move assertions back into shared function Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 04 Apr, 2022 1 commit
-
-
James Lamb authored
-
- 01 Apr, 2022 2 commits
-
-
david-cortes authored
* change prediction default to reshape=TRUE * remove reshape argument * comments
-
david-cortes authored
[R-package] Promote number of threads to top-level argument in `lightgbm()` and change default to number of cores (#4972)
-
- 31 Mar, 2022 1 commit
-
-
James Lamb authored
-
- 26 Mar, 2022 1 commit
-
-
david-cortes authored
* rename weight -> weights * add test for 'weights' argument * Update R-package/R/lightgbm.R * update docs Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 15 Mar, 2022 1 commit
-
-
José Morales authored
* expose FeatureNumBin in C api * parametrize min_data_in_bin and add test with max_bin_by_feature * include feature_num_bin in R package * add suggestion from review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update error message and lint * lint * add call method * minor improvements in tests * add suggestions from review * lint * rename argument to feature in python and r packages Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Mar, 2022 2 commits
-
-
José Morales authored
[python-package] [R-package] propagate the best iteration of cvbooster into the individual boosters (#5066)
-
david-cortes authored
-
- 23 Feb, 2022 2 commits
-
-
david-cortes authored
* promote objective and init_score to top-level arguments * follow comments * Update R-package/R/lightgbm.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * update docs * linter * comments * comments * comments * extend test for default objective * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
* factor out lgb.check.obj() * remove lgb.check.obj() * add test on lgb.cv()
-
- 19 Feb, 2022 1 commit
-
-
James Lamb authored
-
- 18 Feb, 2022 1 commit
-
-
James Lamb authored
* [R-package] prefer params to keyword argument in lgb.train() * make test stricter * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 16 Feb, 2022 1 commit
-
-
david-cortes authored
* do not produce model files on disk by default * remove 'save_name' argument from 'lightgbm()'
-
- 09 Jan, 2022 1 commit
-
-
Nikita Titov authored
* Update lgb.cv.R * Update test_learning_to_rank.R * Update test_basic.R
-
- 06 Jan, 2022 1 commit
-
-
James Lamb authored
* fixes * revert debugging code * add test * check for LightGBM explicitly * empty commit * revert unnecessary line deletion * respect verbose everywhere and update params for constructted dataset * Update R-package/R/lgb.Dataset.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 05 Jan, 2022 2 commits
-
-
James Lamb authored
* [R-package] [docs] fix calculation of R test coverage (fixes #4919) * use quotes * use in_covr() instead of env variable * Update R-package/README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * check that covr exists * add covr to suggests * use R_COVR environment variable * Update R-package/tests/testthat/test_lgb.unloader.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [R-package] respect aliases for objective and metric * move eval code closer to eval processing * remove unnecessary diff * Update R-package/tests/testthat/test_basic.R
-
- 30 Dec, 2021 1 commit
-
-
James Lamb authored
-
- 29 Dec, 2021 3 commits
-
-
James Lamb authored
* [R-package] fix handling of duplicate parameters (fixes #4521) * add gsub stuff back in for now
-
James Lamb authored
-
Michael Mayer authored
* added argument eval_train_metric * remove unnecessary whitespace * removed further trailing whitespace * move new argument to the last position * update R docu * unit tests for eval_train_metric * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] update parameter 'verbosity' based on keyword arg 'verbose' * add tests
-
- 22 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] fix CVBooster reset_parameter() method (fixes #4900) * make it clear that there should be one booster per fold
-
- 21 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] reduce verbosity in tests using lgb.train() * Update R-package/tests/testthat/test_lgb.Booster.R
-
- 18 Dec, 2021 1 commit
-
-
James Lamb authored
* [R-package] reduce verbosity in some unit tests * simplify * Update R-package/tests/testthat/test_lgb.plot.interpretation.R
-
- 10 Dec, 2021 2 commits
-
-
James Lamb authored
* [R-package] remove support for '...' in slice() * remove all dots * update documentation
-
James Lamb authored
-
- 07 Dec, 2021 2 commits
-
-
James Lamb authored
* [R-package] remove support for '...' in lgb.train() * 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
* [R-package] remove Dataset getinfo() * fix docs
-
- 06 Dec, 2021 2 commits
-
-
James Lamb authored
* [R-package] remove support for '...' in lgb.cv() * empty commit
-
James Lamb authored
* [R-package] remove Dataset setinfo() * revert unintended docs changes * fix examples * revert FAQ changes * empty commit
-
- 04 Dec, 2021 1 commit
-
-
david-cortes authored
[R-package] enable saving Booster with saveRDS() and loading it with readRDS() (fixes #4296) (#4685) * idiomatic serialization * linter * linter, namespace * comments, linter, fix failing test * standardize error messages for null handles * auto-restore handle in more functions * linter * missing declaration * correct wrong signature * fix docs * Update R-package/R/lgb.train.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.drop_serialized.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.restore_handle.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.restore_handle.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.make_serializable.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * move 'restore_handle' from feature importance to dump method * missing header * move arguments order, update docs * linter * avoid leaving files in working directory * add test for save_model=NULL * missing comma * Update R-package/R/lgb.restore_handle.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/src/lightgbm_R.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * change name of error function * update comment * restore old serialization functions but set as deprecated * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/R/saveRDS.lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update docs * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/saveRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/tests/testthat/test_basic.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/readRDS.lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * comments * fix variable name * restore serialization test for linear models * Update R-package/R/lightgbm.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * update docs * fix issues with null terminator Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-