- 02 Sep, 2021 2 commits
-
-
James Lamb authored
* [R-package] fix inaccurate log message in Dataset get_colnames() method * 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>
-
James Lamb authored
* [R-package] preserve uses of '...' in Dataset slice() method * 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>
-
- 01 Sep, 2021 2 commits
-
-
James Lamb authored
-
James Lamb authored
* [R-package] introduce keyword arguments for Dataset properties * adding examples * trying to fix loading issues * add check on use of info and fix examples * eliminate one '...' * Update R-package/R/lgb.Dataset.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/R/lgb.Dataset.R * Dataset get_params() is public Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 30 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] deprecate uses of '...' in Dataset slice() method * Update R-package/R/lgb.Dataset.R * 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>
-
- 29 Aug, 2021 1 commit
-
-
James Lamb authored
* [R-package] fix warnings in examples * fix silently-ignored parameter
-
- 25 Aug, 2021 3 commits
-
-
James Lamb authored
-
James Lamb authored
* [R-package] add deprecation warnings on uses of '...' in predict() * add importFrom(utils, modifyList) in NAMESPACE
-
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>
-
- 18 Aug, 2021 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 17 Aug, 2021 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 26 Jun, 2021 1 commit
-
-
Nikita Titov authored
-
- 17 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] remove unnecessary comments * Update R-package/R/lgb.Booster.R
-
- 16 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] consolidate duplicate lists of Dataset info keys * remove extra parentheses
-
- 13 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] move more finalizer logic intoo C++ side * add C finalizers * use gc() * put skip() back * Update R-package/tests/testthat/test_lgb.Booster.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Jun, 2021 1 commit
-
-
James Lamb authored
* [R-package] avoid unnecessary computation of std deviations in lgb.cv() * use expect_equal()
-
- 09 Jun, 2021 1 commit
-
-
James Lamb authored
-
- 05 Jun, 2021 3 commits
-
-
James Lamb authored
* [R-package] factor out lgb.check.r6.class() * Predictor
-
James Lamb authored
-
James Lamb authored
-
- 04 Jun, 2021 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 12 May, 2021 1 commit
-
-
James Lamb authored
* started converting handles * more changes * sort of working for Dataset * yay all the tests are passing for Dataset handle changes * working for other handle types * remove debugging logging * remove unnecessary spaces * fix null logic * more NULL * updates * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * consolidate steps Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 May, 2021 1 commit
-
-
James Lamb authored
-
- 09 May, 2021 1 commit
-
-
James Lamb authored
* [R-package] move creation of character vectors in some methods to C++ side * convert LGBM_BoosterGetEvalNames_R * convert LGBM_BoosterDumpModel_R and LGBM_BoosterSaveModelToString_R * remove debugging code * update docs * remove comment * add handling for larger model strings * handle large strings in feature and eval names * got long feature names working * more fixes * linting * resize * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * stricter test Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 04 May, 2021 1 commit
-
-
James Lamb authored
* converted LGBM_BoosterSaveModel_R * switch all other non-params cases * handle params
-
- 02 May, 2021 1 commit
-
-
James Lamb authored
* [R-package] move some functions over to SEXP objects * clarify comment * remove paste0() * fix registration table * fix cmake builds
-
- 01 May, 2021 1 commit
-
-
James Lamb authored
-
- 30 Apr, 2021 1 commit
-
-
James Lamb authored
* [R-package] prevent symbol lookup conflicts * add unit tests * only run test on Windows * move to .Call() calls * fix references * testing registration for CMake builds * revert NAMESPACE changes * revert testing changes
-
- 28 Apr, 2021 1 commit
-
-
James Lamb authored
-
- 22 Apr, 2021 2 commits
-
-
James Lamb authored
* [R-package] raise errors from C++ side * working but a lot of warnings * more changes * simplify * cleanup * linting * fix valgrind issues * revert unnecessary change
-
david-cortes authored
-
- 19 Apr, 2021 3 commits
-
-
James Lamb authored
* [R-package] clarify parameter documentation * fixes to braces * linting
-
david-cortes authored
* use same default arguments as python * Update R-package/R/lgb.cv.R Changed. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * revert change in docs Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Issac Lee authored
* update the explanation of num_threads in lightgbm.R * adjusted sentences for linting. * remove white space for lintr pass * add note about num_thread param in files
-
- 18 Apr, 2021 1 commit
-
-
david-cortes authored
* Return feature importances as visible Feature importances are returned as invisible. I don't get why would anyone want them invisible. This PR fixes it. * Update R-package/R/lgb.importance.R Thanks, didn't realize that, changed now. Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 14 Feb, 2021 1 commit
-
-
Philip Khor authored
-
- 25 Jan, 2021 1 commit
-
-
Philip Khor authored
-
- 18 Jan, 2021 1 commit
-
-
James Lamb authored
* [python-package] expand documentation on 'group' for ranking task * add R package * update Query Data section * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * fix typo in group example * regenerate parameters * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * regenerate R docs Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 05 Jan, 2021 1 commit
-
-
Guangyu Zeng authored
* add explicit return statement to functions in callback.R * add explicit return statement to functions in lgb.Booster.R * add explicit return statement to functions in lgb.Dataset.R * add explicit return statement to functions in lgb.Predictor.R * add explicit return statement to functions in lgb.cv.R * add explicit return statement to functions in lgb.interprete.R * add explicit return statement to functions in lgb.plot.importance.R * add explicit return statement to functions in saveRDS.lgb.Booster.R * add explicit return statement to functions in utils.R * add explicit return statement to functions in lgb.plot.interpretation.R * add explicit return statement to functions in build_r.R * fix typo * return(self) -> return(invisible(self)) * fix some inconsistent indention * fix test failure * add another return() statement * fix linting errors
-