- 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
-
- 02 Sep, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update .appveyor.yml * remove 3.0-RC installation guide * Apply suggestions from code review * [R-package] bump version (#3345) Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 30 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] add R package logo * more changes * add logo in the place CRAN expects * revert unnecessary Rbuildignore stuff * uploaded hex logo for R-package in SVG format (#3340) * remove duplicate logo and fix CI * use SVG instead of PNG Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 25 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] [ci] Reduce manual effort for version updates * fix configure * remove useless comment * Update build_r.R Co-authored-by:
Guolin Ke <guolin.ke@outlook.com> * fix recreate-configure check in CI Co-authored-by:
Guolin Ke <guolin.ke@outlook.com>
-
- 23 Aug, 2020 1 commit
-
-
James Lamb authored
-
- 19 Aug, 2020 1 commit
-
-
James Lamb authored
-
- 18 Aug, 2020 1 commit
-
-
James Lamb authored
* [ci] Test 32-bit builds for R package * update README * empty commit
-
- 15 Aug, 2020 1 commit
-
-
Guolin Ke authored
* use integer type for handle * Apply suggestions from code review * fix 64bit handle
-
- 13 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] DESCRIPTION changes to address CRAN feedback * CRAN likes single quotes * the regex rules for Rbuildignore are weird * ugh Rbuildignore * how does this wooork * just remove cran-comments.md in script * adding Biarch back * Update R-package/cran-comments.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add submission 3 notes * Update R-package/cran-comments.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Aug, 2020 1 commit
-
-
James Lamb authored
* add docs on binary packages * added docs on binary packages * [R-package] Add documentation on building and using precompiled binaries for the R package * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * hyphens * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add notes on source package * add --no-multiarch to docs * add cran-comments to Rbuildignore * revert * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 11 Aug, 2020 1 commit
-
-
Nikita Titov authored
simplify start_iteration param for predict in Python and some code cleanup for start_iteration (#3288) * simplify start_iteration param for predict in Python and some code cleanup for start_iteration * revert docs changes about the prediction result shape
-
- 07 Aug, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update setup.py * Update VERSION.txt * Update .appveyor.yml * Update DESCRIPTION * Apply suggestions from code review * Apply suggestions from code review * Update DESCRIPTION * Apply suggestions from code review * Create VERSION.txt * Apply suggestions from code review * Update .gitignore * Update recreate-configure.sh * Update test_r_package.sh * Update build-cran-package.sh * Delete VERSION.txt * Create VERSION.txt * Update main.yml * Update test_r_package_windows.ps1 * Update configure * Update test_r_package_windows.ps1 * Update test_r_package.sh * Delete VERSION.txt * Apply suggestions from code review * update configure.ac Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 06 Aug, 2020 3 commits
-
-
shiyu1994 authored
* [python] add start_iteration to python predict interface (#3058) * Apply suggestions from code review * Update lightgbm_R.h * Apply suggestions from code review * Apply suggestions from code review * fix R interface * update R documentation Co-authored-by:Guolin Ke <guolin.ke@outlook.com>
-
James Lamb authored
* [R-package] improvements to lgb.convert() functions (fixes #2678, #2681) * more stuff * update docs * remove lgb.convert() * put internal functions back * update index
-
James Lamb authored
* Move all examples to dontrun * update docs * fix nested dontrun * remove :: in examples * run_dontrun in pkgdown Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 05 Aug, 2020 1 commit
-
-
Guolin Ke authored
* Update multiclass_objective.hpp * Apply suggestions from code review * Update src/objective/multiclass_objective.hpp * Apply suggestions from code review * Update test_basic.R * Update test_basic.R * Update src/objective/multiclass_objective.hpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 02 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] fix early_stopping_round <= 0 * linting
-
- 01 Aug, 2020 1 commit
-
-
James Lamb authored
* [R-package] deprecate lgb.prepare() and lgb.prepare2() * linting * renaming * updated docs * linting * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * one more comment fix * remove comment about int being dangerous * empty commit Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 29 Jul, 2020 2 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [R-package] make package installable with CRAN toolchain (fixes #2960) * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove GPU stuff * use wildcard to find objects to build * use -lomp * build configure before moving files * using wildcard for objects * Update .github/workflows/main.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add explicit objects back * reduce allowed R CMD check NOTEs and catch stderr from build-cran-package on Windows * fixing things * pin autoconf version * show diff * add automake back * run less checks * command was in the wrong place * fix autoconf version * change strategy for handling configure * fix Rbuildignore * fix NOTEs * fix notes about unrecognized files * fixing extra files * remove USE_R35 * add OpenMP check for Mac CRAN build * run all checks * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * suggestions from code review * undo indenting * remove 03 from Makevars.win.in * update language about OpenMP in configure script * checking if configure.ac check works * add autoconf back * remove testing code in configure.ac * more fixes for CI on configure script * print git diff * add VERSION.txt when checking configure * fix relative paths * remove git diff Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 24 Jul, 2020 1 commit
-
-
James Lamb authored
-
- 22 Jul, 2020 1 commit
-
-
James Lamb authored
* [R-package] Add tests on lgb.check.eval, lgb.unloader, and lgb.encode.char * remove accidental test file * regenerated docs
-
- 20 Jul, 2020 3 commits
-
-
James Lamb authored
* [ci] remove unnecessary R_CHECK_FORCE_SUGGESTS in CI scripts * remove unused test data
-
James Lamb authored
* [R-package] add test on importance types * linting
-
James Lamb authored
* more changes * factor out ggplot2 * update CI * remove library() * linting * reduce NOTEs on Windows
-
- 15 Jul, 2020 1 commit
-
-
Guolin Ke authored
* feature importance type in saved model file * fix nullptr * fixed formatting * fix python/R * Update src/c_api.cpp * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix c_api test * fix swig * minor docs improvements and added defines for importance types Co-authored-by:
StrikerRUS <nekit94-12@hotmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-