- 01 Dec, 2020 2 commits
-
-
Guangyu Zeng authored
* update lgb.convert_with_rules.R to use keyword arguments * update lgb.cv.R to use keyword arguments * update lgb.importance.R to use keyword arguments * update lgb.interprete.R to use keyword arguments * update lgb.plot.interpretation.R to use keyword arguments * update more internal function calls to use keyword arguments * update more internal function calls to use keyword arguments
-
Tony Kenny authored
* construct dataset earlier in lgb.train and lgb.cv * Update R-package/tests/testthat/test_dataset.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.cv.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/R/lgb.train.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update R-package/tests/testthat/test_dataset.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fixing lint issues * styling updates * fix failing test Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 30 Nov, 2020 2 commits
-
-
James Lamb authored
* [R-package] {lightgbm} is now available on CRAN (fixes #629) * more cleanup * remove precompiled binaries section -
Nikita Titov authored
* Update README.md * Update README.md * Update README.rst
-
- 29 Nov, 2020 4 commits
-
-
zenggyu authored
* update lgb.Dataset.R to use keyword arguments * minor adjustment * Update R-package/R/lgb.Dataset.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix linting error * Update R-package/R/lgb.Dataset.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nick Zeng <361304605@qq.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
-
James Lamb authored
* [R-package] Use command-line args to customize CMake builds (fixes #2441) * 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] use as.factor() instead of factor() in lgb.cv() * comment out CIs * Revert "comment out CIs" This reverts commit fabaf9a92b7c3df4ed0fdd8d67cbc85a2fb18f47. * empty commit
-
- 28 Nov, 2020 2 commits
-
-
Nick Zeng authored
* use keyword arguments * minor style adjustment * Update R-package/R/lgb.model.dt.tree.R Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
zenggyu <zenggyu@foxmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Michael Frasco authored
-
- 23 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] test 32-bit R in CI * add R 3.6 Windows CRAN job * add tests
-
- 21 Nov, 2020 1 commit
-
-
James Lamb authored
* [R-package] Remove CLI-only objects * more guards * more guards * variable not string * simplify fix * revert build_r.R changes * move define of global_timer Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 18 Nov, 2020 1 commit
-
-
Guolin Ke authored
* bump version for development * Update .appveyor.yml * fix typos in CRAN comments * update configure Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 16 Nov, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * update configure * Update .appveyor.yml * update cran-comments Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 13 Nov, 2020 1 commit
-
-
shiyu1994 authored
* store without offset in multi_val_dense_bin * fix offset bug * add comment for offset * add comment for bin type selection * faster operations for offset * keep most freq bin in histogram for multi val dense * use original feature iterators * consider 9 cases (3 x 3) for multi val bin construction * fix dense bin setting * fix bin data in multi val group * fix offset of the first feature histogram * use float hist buf * avx in histogram construction * use avx for hist construction without prefetch * vectorize bin extraction * use only 128 vec * use avx2 * use vectorization for sparse row wise * add bit size for multi val dense bin * float with no vectorization * change multithreading strategy to dynamic * remove intrinsic header * fix dense multi val col copy * remove bit size * use large enough block size when the bin number is large * calc min block size by sparsity * rescale gradients * rollback gradients scaling * single precision histogram buffer as an option * add float hist buffer with thread buffer * fix setting zero in hist data * fix hist begin pointer in tree learners * remove debug logs * remove omp simd * update Makevars of R-package * fix feature group binary storing * two row wise for double hist buffer * add subfeature for two row wise * remove useless code and fix two row wise * refactor code * grouping the dense feature groups can get sparse multi val bin * clean format problems * one thread for two blocks in sep row wise * use ordered gradients for sep row wise * fix grad ptr * ordered grad with combined block for sep row wise * fix block threading * use the same min block size * rollback share min block size * remove logs * Update src/io/dataset.cpp Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * fix parameter description * remove sep_row_wise * remove check codes * add check for empty multi val bin * fix lint error * rollback changes in config.h * Apply suggestions from code review Co-authored-by:
Ubuntu <shiyu@gbdt-04.ren3kv4wanvufliwrpy4k03lsf.xx.internal.cloudapp.net> Co-authored-by:
Guolin Ke <guolin.ke@outlook.com>
-
- 10 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 08 Nov, 2020 1 commit
-
-
James Lamb authored
* [R-package] fix learning-to-rank tests on Solaris * Update R-package/tests/testthat/test_learning_to_rank.R Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 06 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 01 Nov, 2020 1 commit
-
-
James Lamb authored
* [R-package] fix MM_PREFETCH and MM_MALLOC checks in configure.ac * update gitignore
-
- 31 Oct, 2020 1 commit
-
-
James Lamb authored
-
- 30 Oct, 2020 2 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>
-
- 27 Oct, 2020 1 commit
-
-
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>
-
- 18 Oct, 2020 2 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>
-
- 17 Oct, 2020 1 commit
-
-
James Lamb authored
-
- 13 Oct, 2020 1 commit
-
-
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
-
- 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>
-
- 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>
-
- 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
-
- 27 Sep, 2020 1 commit
-
-
James Lamb authored
[R-package] Fix incorrect num_iterations, early_stopping_round in saved models (fixes #2208, #2468) (#3368) * params to string * add tests * more tests * stop skipping training continuation test (fixes #2468) * remove unnecessary code
-
- 26 Sep, 2020 1 commit
-
-
James Lamb authored
* [R-package] add new copyright holder in DESCRIPTION * fix role
-
- 25 Sep, 2020 1 commit
-
-
James Lamb authored
* [R-package] use keyword arguments in internal function calls * empty commit
-
- 23 Sep, 2020 1 commit
-
-
Belinda Trotta authored
* Implement average precision score * Fix lint errors * Change name to average_precision * Add to R-package list of metrics * Empty commit to trigger CI jobs * Change name to average_precision
-
- 14 Sep, 2020 1 commit
-
-
Nikita Titov authored
* Update install.libs.R * Update CMakeLists.txt
-
- 13 Sep, 2020 1 commit
-
-
James Lamb authored
-
- 11 Sep, 2020 1 commit
-
-
James Lamb authored
* [R-package] remove unused code and comments * put check back * other typos
-
- 06 Sep, 2020 1 commit
-
-
James Lamb authored
* [R-package] started implementing first_metric_only * trying stuff * more changes * fixed handling of multiple metrics * fixed tests * remove duplicate tests * get training tests * fixes for lgb.cv() * fixes for lgb.cv() * fix linting
-
- 04 Sep, 2020 1 commit
-
-
David Dalpiaz authored
* fix typo in R installation instructions * move r installation instructions to correct version
-