- 22 Aug, 2021 2 commits
-
-
James Lamb authored
* factor out .size() checks in GetDataType() * Update src/io/parser.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
-
- 21 Aug, 2021 1 commit
-
-
Prince Canuma authored
* Adding link to a ligthGBM article * Adding link to Neptune + LightGBM integration * text formatting * Update README.md Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fixing link in external repos * adding text * remove link to neptune repo Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 20 Aug, 2021 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
-
- 19 Aug, 2021 5 commits
-
-
Nikita Titov authored
-
James Lamb authored
* [python] add type hints to logging functions in basic.py * add hints on wrapper
-
Nikita Titov authored
-
James Lamb authored
* [python] add type hints in docs/conf.py * more specific hint for sphinx app * 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] fix OpenMP checking on macOS * adding clang flags back * fix detection on Mac * remove CC since it is now unused * use flags specific to C++11 * regenerate configure
-
- 18 Aug, 2021 2 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
James Lamb authored
* [R-package] pass compiler flags to checks in configure * leave OpenMP check alone * prefer C++11 flags * install Matrix in valgrind tests * one less AC_LANG() call Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
- 17 Aug, 2021 3 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
Nikita Titov authored
-
James Lamb authored
* [ci] prefer 'apt update' to 'apt-get update' in some R builds * use --allow-releaseinfo-change
-
- 14 Aug, 2021 3 commits
-
-
James Lamb authored
* [R-package] use C++ compiler for pre-compile checks on Windows * install Matrix in valgrind test * Add {Matrix} in more places in CI and docs * use CXX11 * use flags specific to C++11 * missing backtick Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
James Lamb authored
* [docs] [R-package] use CRAN-style builds when building pkgdown site * install with --with-keep.source * empty commit * set new_proccess = FALSE to get a better traceback * copy pkgdown config
-
James Lamb authored
-
- 10 Aug, 2021 1 commit
-
-
James Lamb authored
* [ci] move Solaris and valgrind test steps into scripts * Update .github/workflows/r_solaris.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * relatiev paths Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Aug, 2021 3 commits
-
-
Nikita Titov authored
-
José Morales authored
* reduce number of collisions tests * measure tests execution time * measure tests execution time in bdist task * remove durations in bdist task
-
James Lamb authored
-
- 03 Aug, 2021 2 commits
-
-
José Morales authored
* find all needed ports in each worker at once * lint * better naming * use _HostWorkers in test
-
Chen Yufei authored
* Update c_api LGBM_SampleIndices() comment. rand.Sample() now returns exactly given number of samples, thus the comment should be fixed. * Update include/LightGBM/c_api.h Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Aug, 2021 1 commit
-
-
James Lamb authored
-
- 31 Jul, 2021 1 commit
-
-
Nikita Titov authored
-
- 30 Jul, 2021 2 commits
-
-
James Lamb authored
-
Chen Yufei authored
* [python] support Dataset.get_data for Sequence input. * Tweaks according to review comments. * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Add test cases. * fix import order in test_basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Jul, 2021 1 commit
-
-
Nikita Titov authored
* remove R docs * bump deps
-
- 25 Jul, 2021 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2021 2 commits
-
-
James Lamb authored
-
Sagnik Roy authored
* Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * additional hinting fixes * Update parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Jul, 2021 1 commit
-
-
Chen Yufei authored
This removes code duplication for creating sample indices.
-
- 21 Jul, 2021 1 commit
-
-
Philip Hyunsu Cho authored
* Fix undefined behavior with NaN input in CategoricalDecision() * Always associate the right child with NaN inputs
-
- 12 Jul, 2021 1 commit
-
-
Nikita Titov authored
-
- 11 Jul, 2021 1 commit
-
-
Nikita Titov authored
* remove preinstalled possibly conflicting software from PATH in CI jobs * preserve pandoc
-
- 10 Jul, 2021 4 commits
-
-
James Lamb authored
* [ci] add CI job running rchk * try commenting out more stuff * ignore R internal error * pipes * remove PROTECT() * try removing testthat * revert temporary testing changes
-
Nikita Titov authored
* use absolute() on paths first * migrate to pathlib in setup.py
-
Nikita Titov authored
-
Nikita Titov authored
-