- 28 Aug, 2021 1 commit
-
-
Nikita Titov authored
* Update README.md * Update Parallel-Learning-Guide.rst
-
- 27 Aug, 2021 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* Reffer to string type as `str` and and commas in `list of ...` types * update `libpath.py` too
-
Nikita Titov authored
* Update callback.py * Update engine.py
-
- 26 Aug, 2021 1 commit
-
-
James Lamb authored
* [ci] upgrade R to 4.1.1 * try moving miktex errors
-
- 25 Aug, 2021 4 commits
-
-
James Lamb authored
* [python] add type hints on train() in engine.py * revert dask.py and sklearn.py changes * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update docs on evals_result contents * Update python-package/lightgbm/engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
James Lamb authored
* [R-package] add deprecation warnings on uses of '...' in predict() * add importFrom(utils, modifyList) in NAMESPACE
-
James Lamb authored
[docs] Clarify the fact that predict() on a file does not support saved Datasets (fixes #4034) (#4545) * documentation changes * add list of supported formats to error message * add unit tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update per review comments * make references consistent Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 23 Aug, 2021 1 commit
-
-
Xavier Dupré authored
* add parameter object_hook to function dump_model (python API) * eol * fix syntax * lint * better documentation * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
xavier dupré <xavier.dupre@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 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
-