- 30 Oct, 2020 6 commits
-
-
Peyara Nando authored
* Updated lgb.Booster.R with keyword arguments -I am facing problems while generating the docs Little help please * Update lgb.Booster.R * Update lgb.Booster.R * Clean up as requested * Update lgb.Booster.R * Update lgb.Booster.R * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update lgb.Booster.R * Update lgb.Booster.R * Revert "Update lgb.Booster.R" This reverts commit 9b81ce845efa310ae6e5790f0e49b73c2ec5f250. * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update lgb.Booster.R * Update lgb.Booster.R * Update lgb.Booster.R * Update lgb.Booster.R * Update lgb.Booster.R * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Revert "Update lgb.Booster.R" This reverts commit 4f2cc948f6e5ba53639ec646a500dcfd6b8a51ec. * Update lgb.Booster.R * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update lgb.Booster.R * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update lgb.Booster.R Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
* [ci] automate building CRAN package * add workflow for building CRAN package * remove newlines * add to R README * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add timeout Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
nabokovas authored
-
Nikita Titov authored
-
nabokovas authored
-
nabokovas authored
-
- 29 Oct, 2020 1 commit
-
-
James Lamb authored
* [ci] [python] reduce unnecessary data loading in tests * add profiling files to gitignore * just use cache() * default on cache size * patch lru_cache on Python 2.7 * linting * reduce duplicated code * missing warnings * fix imports * fix lru_cache backport * missing kwargs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * reduce duplicated code * cache in test_plotting Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 28 Oct, 2020 2 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
* check min_data and min_hessian * Apply suggestions from code review
-
- 27 Oct, 2020 3 commits
-
-
Guolin Ke authored
* rollback omp sum * remove sum reduction
-
Guolin Ke authored
* speed up multi-threading sum * Apply suggestions from code review
-
Pavel Metrikov authored
* Add support to optimize for NDCG at a given truncation level In order to correctly optimize for NDCG@_k_, one should exclude pairs containing both documents beyond the top-_k_ (as they don't affect NDCG@_k_ when swapped). * Update rank_objective.hpp * Apply suggestions from code review Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * Update rank_objective.hpp remove the additional branching: get high_rank and low_rank by one "if". * Update config.h add description to lambdarank_truncation_level parameter * Update Parameters.rst * Update test_sklearn.py update expected NDCG value for a test, as it was affected by the underlying change in the algorithm * Update test_sklearn.py update NDCG@3 reference value * fix R learning-to-rank tests * Update rank_objective.hpp * Update include/LightGBM/config.h Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * Update Parameters.rst Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 26 Oct, 2020 3 commits
-
-
Guolin Ke authored
* fix subset bug * typo * add fixme tag * bin mapper * fix test * fix add_features_from * Update dataset.cpp * fix merge bug * added Python merge code * added test for add_features * Update dataset.cpp * Update src/io/dataset.cpp * continue implementing * warn users about categorical features Co-authored-by:
StrikerRUS <nekit94-12@hotmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Pengfei Shi authored
-
Nikita Titov authored
* setup CUDA CI job * minor updates
-
- 23 Oct, 2020 1 commit
-
-
Nikita Titov authored
-
- 22 Oct, 2020 1 commit
-
-
Nikita Titov authored
* Update .vsts-ci.yml * Update setup.sh * Update .vsts-ci.yml * Update .vsts-ci.yml * try not to hardcode path
-
- 20 Oct, 2020 1 commit
-
-
Ashish Sinha authored
* Update lint_r_code.R * improves logging in lint_r_code * Update .ci/lint_r_code.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 18 Oct, 2020 3 commits
-
-
Anshu Trivedi authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
* fix int64 write error * attempt * [WIP] [ci] [R-package] Add CI job that runs valgrind tests * update all-successful * install * executable * fix redirect stuff * Apply suggestions from code review Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * more flags * add mc to msvc proj * fix memory leak in mc * Update monotone_constraints.hpp * Update r_package.yml * remove R_INT64_PTR * disable openmp * Update gbdt_model_text.cpp * Update gbdt_model_text.cpp * Apply suggestions from code review * try to free vector * free more memories. * Update src/boosting/gbdt_model_text.cpp * fix using * try the UNPROTECT(1); * fix a const pointer * fix Common * reduce UNPROTECT * remove UNPROTECT(1); * fix null handle * fix predictor * use NULL after free * fix a leaking in test * try more fixes * test the effect of tests * throw exception in Fatal * add test back * Apply suggestions from code review * commet some tests * Apply suggestions from code review * Apply suggestions from code review * trying to comment out tests * Update openmp_wrapper.h * Apply suggestions from code review * Update configure * Update configure.ac * trying to uncomment * more comments * more uncommenting * more uncommenting * fix comment * more uncommenting * uncomment fully-commented out stuff * try uncommenting more dataset tests * uncommenting more tests * ok getting closer * more uncommenting * free dataset * skipping a test, more uncommenting * more skipping * re-enable OpenMP * allow on OpenMP thing * move valgrind to comment-only job * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * changes from code review * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * linting * issue comments too * remove issue_comment Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [ci] ignore R CMD CHECK warnings on new R version * just update version
-
- 17 Oct, 2020 2 commits
-
-
James Lamb authored
-
Aakarsh Gopi authored
This allows for network retries, to scale well with the number of machines, and still retains the existing functionality for cases with smaller num_machines ( 500 ) Fixes #3301 Co-authored-by:Aakarsh Gopi <aakarsh@vaticlabs.com>
-
- 16 Oct, 2020 1 commit
-
-
Josh Maxwell authored
* Modified script to also remove pragma warnings. This also includes modifying the scope of the pragma removal. Previously this script only searched inside the ./src/include/LightGMB directory. This was not inclusive enough to remove the warnings in files shown in the ticket. * Adds CI test that exits if unknown pragma warnings are present. * Expanding pragma removal to cpp and hpp files. * Update .ci/test_r_package.sh Removing unneeded conditions since this script will only run on Linux and Mac builds anyway. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update .ci/test_r_package.sh Fixes typo Co-authored-by:
James Lamb <jaylamb20@gmail.com> * replacing double quotes with single quotes * Using a more portable find syntax so it works on macOS and Linux Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 13 Oct, 2020 2 commits
-
-
Aditya Trivedi authored
* [R-package] Updated lgb.train.R with keyword arguments * [R-package] Updated lgb.train.R with keyword arguments * [R-package] Updated lgb.train.R with keyword arguments
-
Nikita Titov authored
* Update dockerfile-cli-only-distroless.gpu * Update README.md * Update README.md
-
- 10 Oct, 2020 1 commit
-
-
James Lamb authored
* [R-package] [docs] Reorganize installation instructions (fixes #3320) * more changes * remove ability to use precompiled lib_lightgbm * remove language about installing from the CRAN section * move installation stuff * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * fix anchor Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Oct, 2020 4 commits
-
-
James Lamb authored
* [ci] add R CI job with UBSAN * stuff * fix command * update template * fail on errors * spaces * trigger by comment * stuff * add all CI back * trying things * run sanitizers as a regular job * remove comments * sanitizers * try to trigger UBSAN * try to trigger failure * remove int overflow * remove testing change * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
* added new GPU docker files * removed maintainer label
-
Nikita Titov authored
-
Lucas David authored
~ Added 'noexcept' specifier and defaulted desctructor. Co-authored-by:Lucas DAVID <lucas@isdom.isoft.fr>
-
- 08 Oct, 2020 1 commit
-
-
James Lamb authored
* [R-package] update DESCRIPTION per CRAN comments * newlines * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * more fixes * update Rbuildignore * more changes * more changes per CRAN response * add email * run examples in CI * add newest CRAN response * add Solaris patch * update patch * another attempt at ifaddrs patch * fix unnecessary comment * update configure * comments * bump version * tabs * fix address alignment, required by cran (#3415) * fix dataset binary file alignment * many fixes * fix warnings * fix bug * Update file_io.cpp * Update file_io.cpp * simplify code * Apply suggestions from code review * general * remove unneeded alignment * Update file_io.h * int32 to byte8 alignment * Apply suggestions from code review * Apply suggestions from code review * [R-package] add new copyright holder in DESCRIPTION (#3409) * [R-package] add new copyright holder in DESCRIPTION * fix role * fixing conflicts * [R-package] add new copyright holder in DESCRIPTION (#3409) * [R-package] add new copyright holder in DESCRIPTION * fix role * trying to fix conflicts * more fixes * this will work * update cran-comments * simplify solaris, add more testing docs * stuff * remove rchck docs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove extra use of cat() * change solaris check * update docs * remove testing code * fix warning about cleanup not having execute permissions * fix cmake builds * remove blank line Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Guolin Ke <guolin.ke@outlook.com>
-
- 07 Oct, 2020 1 commit
-
-
Nikita Titov authored
-
- 06 Oct, 2020 1 commit
-
-
James Lamb authored
* [R-package] [ci] Make Windows CI fail if R CMD check fails * restore fix * catch more errors * remove testing * fix processx calls * try to get status code * more logs * trying something * stuff * previous changes * uncomment
-
- 04 Oct, 2020 1 commit
-
-
James Lamb authored
* [R-package] add 'cleanup' script to handle left-behind Makevars * always install library for checkbashisms
-
- 03 Oct, 2020 1 commit
-
-
Philip Khor authored
see #3390. Also added isTRUE for some of the logical checks, please advise if this is okay
-
- 02 Oct, 2020 1 commit
-
-
Nikita Titov authored
* rename R-package workflow * Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)" This reverts commit 0038a662. * Revert "Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)"" This reverts commit e2307418aa7aa7b237f0eb46f43c0535473cf462.
-
- 30 Sep, 2020 3 commits
-
-
Nikita Titov authored
-
Belinda Trotta authored
-
Guolin Ke authored
* Update serial_tree_learner.cpp * Update src/treelearner/serial_tree_learner.cpp * stable multi-threading reduction * Update src/treelearner/serial_tree_learner.cpp * more fixes * Apply suggestions from code review * Apply suggestions from code review * Update src/boosting/gbdt.cpp
-