- 16 Nov, 2021 1 commit
-
-
chjinche authored
* add customized parser support * fix typo of parser_config_file description * make delimiter as parameter of JoinedLines
-
- 28 Oct, 2021 1 commit
-
-
Nikita Titov authored
-
- 21 Sep, 2021 1 commit
-
-
Nikita Titov authored
* Update README.md * Update Parallel-Learning-Guide.rst * Update README.md * Update docs/Parallel-Learning-Guide.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 09 Sep, 2021 1 commit
-
-
James Lamb authored
* [docs] add lightgbm_ray to docs * add docs link * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * move Ray * Update docs/Parallel-Learning-Guide.rst Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-12@hotmail.com>
-
- 28 Aug, 2021 1 commit
-
-
Nikita Titov authored
* Update README.md * Update Parallel-Learning-Guide.rst
-
- 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>
-
- 19 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 09 Aug, 2021 1 commit
-
-
Nikita Titov authored
-
- 04 Jul, 2021 1 commit
-
-
Nikita Titov authored
-
- 27 Jun, 2021 1 commit
-
-
Nikita Titov authored
-
- 04 May, 2021 1 commit
-
-
Andrew Ziem authored
* Correct spelling Most changes were in comments, and there were a few changes to literals for log output. There were no changes to variable names, function names, IDs, or functionality. * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Correct spelling Most are code comments, but one case is a literal in a logging message. There are a few grammar fixes too. Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Mar, 2021 2 commits
-
-
Nikita Titov authored
* Update README.md * add Hummingbird to the list of external projects
-
Nikita Titov authored
* add Hummingbird to the list of external projects * Update README.md
-
- 24 Feb, 2021 1 commit
-
-
Qingyun Wu authored
* add FLAML for HPO in DOC * add FLAML for HPO * revise FLAML phasing * Update docs/Parameters-Tuning.rst Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 19 Feb, 2021 1 commit
-
-
James Lamb authored
* [docs] Change some 'parallel learning' references to 'distributed learning' * found a few more * one more reference
-
- 14 Feb, 2021 1 commit
-
-
Nikita Titov authored
-
- 03 Feb, 2021 1 commit
-
-
Nikita Titov authored
-
- 02 Feb, 2021 1 commit
-
-
James Lamb authored
* [ci] move link checking to a cron job * run once to register * set PYTHON_VERSION * actually build docs * uncomment * remove stuff * Update docs/.linkcheckerrc * condense * remove PR triggers again * Update .github/workflows/linkchecker.yml * move TASK
-
- 28 Jan, 2021 1 commit
-
-
Nikita Titov authored
* Update setup.sh * Update cuda.yml * Update cuda.yml * Update README.md * Update cuda.yml * Update cuda.yml * Update cuda.yml * Update setup.sh * Update setup.sh * Update setup.sh * Update cuda.yml * Update cuda.yml * Update cuda.yml * Update cuda.yml * Update cuda.yml * Update cuda.yml * Update cuda.yml
-
- 25 Jan, 2021 1 commit
-
-
Nikita Titov authored
* initial Dask docs * fix MRO * address review comments
-
- 13 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] move CI jobs from Travis to Azure DevOps (fixes #3519) * comment out other CIs to avoid wasting cycles * try without docker * add container back * stop using --user in pip install * run check-docs and lint without container * job names * move more jobs to Azure-hosted Linux pool * fix PATH for check-docs * uncomment other CI * uncomment windows * remove uses of maxParallel * try moving macos-latest jobs to GitHub Actions * fix config * fix missing conda env * set Python version * remove commented-out code * add more to GitHub Actions * try to fix GPU * remove static_analysis to prevent conflicts with #3726 * change workflow name * try using ubuntu:latest docker * fix conda * trying to find where permissions first break * add workaround for sudo * please azure please * image syntax * more sudo * noninteractive * LC_ALL * more sudo * more stuff * CONDA dir * paths * get path * missing CONDA * fix path stuff * more tests * fix graphviz * stuff * more graphviz * install xorg-libxau * graphviz works, run more jobs * stuff * enable more tests * uncomment GitHub Actions * uncomment all other CIs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * add travis.yml to Rbuildignore * add Rbuildignore rule for fmt * add libomp for clang builds * changes from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] move Python Mac jobs from Travis to GitHub Actions * alphabetize * fix workflow * fix name * fix os * new workflow * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * changes from code review * swap compilers * swap compilers back * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update .github/workflows/python_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Jan, 2021 1 commit
-
-
James Lamb authored
* [ci] Move check-docs and lint jobs off Travis * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * try moving check-docs into a containerized job * add install flag and README badge * trying to find the error * ignore pipefail * remove -e * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * more changes * additional changes * Update .github/workflows/static_analysis.yml * Update README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * move constants Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 04 Jan, 2021 1 commit
-
-
James Lamb authored
-
- 26 Dec, 2020 1 commit
-
-
Nikita Titov authored
-
- 22 Dec, 2020 1 commit
-
-
Nikita Titov authored
-
- 21 Dec, 2020 1 commit
-
-
t-wojciech authored
-
- 20 Dec, 2020 1 commit
-
-
James Lamb authored
* [docs] add link to ML Flow LightGBM docs * Update README.md Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * added treesnip Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Dec, 2020 1 commit
-
-
Nikita Titov authored
-
- 08 Dec, 2020 1 commit
-
-
Nikita Titov authored
* Update README.md * Update Parallel-Learning-Guide.rst * Update Parallel-Learning-Guide.rst
-
- 30 Nov, 2020 1 commit
-
-
Nikita Titov authored
* Update README.md * Update README.md * Update README.rst
-
- 25 Nov, 2020 1 commit
-
-
Roman Grebennikov authored
-
- 09 Oct, 2020 1 commit
-
-
Nikita Titov authored
-
- 23 Aug, 2020 1 commit
-
-
Nikita Titov authored
-
- 19 Aug, 2020 1 commit
-
-
Guolin Ke authored
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
-
- 22 Jun, 2020 1 commit
-
-
Nikita Titov authored
* added GitHub Actions badge * simplified condition in config
-
- 24 Apr, 2020 1 commit
-
-
Nikita Titov authored
-
- 16 Mar, 2020 1 commit
-
-
Crissman Loomis authored
* Add LightGBM Tuner by Optuna links to README.md * Removing Optuna Integrated badge * Update README.md Add repository code link. * Update README.md Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 03 Mar, 2020 1 commit
-
-
daiki katsuragawa authored
-
- 22 Feb, 2020 1 commit
-
-
Guolin Ke authored
* Create CONTRIBUTING.md * Update README.md * Update CONTRIBUTING.md * Update README.md * Update CONTRIBUTING.md Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update Development-Guide.rst * Update README.md Co-Authored-By:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-