- 19 Nov, 2020 1 commit
-
-
James Lamb authored
-
- 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>
-
- 17 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] always use latest conda version on GitHub Actions * try new use-conda version * just remove conda * skip conda even more
-
- 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>
-
- 15 Nov, 2020 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 14 Nov, 2020 2 commits
- 13 Nov, 2020 2 commits
-
-
James Lamb authored
* [ci] Use different PATH based on Rtools version * better paths * comment out CIs * empty commit * empty commit * empty commit * empty commit * empty commit * empty commit * uncomment CIs * reorganize PATH components
-
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>
-
- 11 Nov, 2020 2 commits
-
-
Nikita Titov authored
* Update requirements_base.txt * Update requirements_rtd.txt
-
Chris Smith authored
* Add note on LightGBM/OpenMP hanging on AWS Batch * Update docs/FAQ.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 10 Nov, 2020 4 commits
-
-
Nikita Titov authored
-
James Lamb authored
-
Guolin Ke authored
-
Guillaume Lemaitre authored
* TST make sklearn integration test compatible with 0.24 * remove useless import * remove outdated comment * order import * use parametrize_with_checks * change the reason * skip constructible if != 0.23 * make tests behave the same across sklearn version * linter * address suggestions
-
- 09 Nov, 2020 2 commits
-
-
Nikita Titov authored
* move APPLE_OUTPUT_DYLIB option closer to the rest options * Update CMakeLists.txt
-
James Lamb authored
* [R-package] Fix failures with R 3.6 and CMake * min version
-
- 08 Nov, 2020 3 commits
-
-
James Lamb authored
* [ci] simplify R CI scripts * update GitHub Actions workflow
-
Alberto Ferreira authored
* Fix #2898: Clearer warning message (2^max_depth > num_leaves). * Update src/io/config.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update src/io/config.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
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>
-
- 07 Nov, 2020 2 commits
-
-
James Lamb authored
-
Guolin Ke authored
Co-authored-by:StrikerRUS <nekit94-12@hotmail.com>
-
- 06 Nov, 2020 5 commits
-
-
Guolin Ke authored
* better document for bin_construct_sample_cnt * add warnings Co-authored-by:StrikerRUS <nekit94-12@hotmail.com>
-
James Lamb authored
-
James Lamb authored
* [ci] upgrade GitHub Actions third-party actions to newest versions * add git to sanitizers container * install git before checkout * Update .github/workflows/r_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
James Lamb authored
-
- 05 Nov, 2020 1 commit
-
-
James Lamb authored
* [ci] fix check-docs error with AMD suppoort website (fixes #3529) * only check docs * browser user agent * ignore AMD in CI * better config * better user-agent * verify * just drop AMD link * restore CI * empty commit * empty commit * just use linkchecker
-
- 01 Nov, 2020 3 commits
-
-
James Lamb authored
* [R-package] [docs] fix broken plots in pkgdown site (fixes #3276) * upgrade CMake
-
Guolin Ke authored
* implement * fix compilation * Update config.cpp * unify wordings Co-authored-by:StrikerRUS <nekit94-12@hotmail.com>
-
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 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>
-