- 22 May, 2022 1 commit
-
-
James Lamb authored
-
- 10 May, 2022 1 commit
-
-
Nikita Titov authored
* Update dataset_loader.cpp * Update gbdt.h * Update regression_objective.hpp * Update linker_topo.cpp * Update xentropy_objective.hpp * Update regression_objective.hpp * investigate inf test failure * avoid overflow in regression objective * remove `test_inf_handle` test Co-authored-by:Guolin Ke <guolin.ke@outlook.com>
-
- 01 May, 2022 1 commit
-
-
Nikita Titov authored
* Update dataset_loader.cpp * Update config.cpp * Update application.cpp * Update linkers_socket.cpp
-
- 05 Jan, 2022 1 commit
-
-
shiyu1994 authored
-
- 23 Sep, 2021 1 commit
-
-
James Lamb 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>
-
- 29 Apr, 2021 1 commit
-
-
James Lamb authored
-
- 24 Mar, 2021 1 commit
-
-
htgeis authored
-
- 14 Feb, 2021 1 commit
-
-
James Lamb authored
-
- 06 Feb, 2021 1 commit
-
-
James Lamb authored
-
- 26 Jan, 2021 1 commit
-
-
Wenjun Si authored
-
- 17 Oct, 2020 1 commit
-
-
Aakarsh Gopi authored
This allows for network retries, to scale well with the number of machines, and still retains the existing functionality for cases with smaller num_machines ( 500 ) Fixes #3301 Co-authored-by:Aakarsh Gopi <aakarsh@vaticlabs.com>
-
- 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>
-
- 05 Jun, 2020 1 commit
-
-
Nikita Titov authored
This reverts commit 656d2676.
-
- 01 Jun, 2020 1 commit
-
-
James Lamb authored
-
- 22 May, 2020 1 commit
-
-
odimka authored
-
- 13 Apr, 2020 1 commit
-
-
Guolin Ke authored
* fix * Apply suggestions from code review Co-authored-by:StrikerRUS <nekit94-12@hotmail.com>
-
- 08 Feb, 2020 1 commit
-
-
Nikita Titov authored
* various minor style, docs and cpplint improvements * fixed typo in warning * fix recently added cpplint errors * move note for params upper in description for consistency
-
- 17 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 03 Dec, 2019 1 commit
-
-
ashok-ponnuswami-msft authored
* LightGBM would hang on MPI run if only some nodes have a fatal error. The issue is that the destructor of Application calls MPI_Finalize(), which will cause the program to hand and prevent from exiting. So we move the network finalization out of the destructor and call MPI_Finalize() or MPI_Abort() based on whether there was an unhandled exception. * Minor updates: Remove excess debug logging, whitespaces. * Add comments for new functions.
-
- 07 Oct, 2019 1 commit
-
-
James Lamb authored
* fixed miscellaneous typos in documentation * fix typo introduced in typo-fixing PR
-
- 01 Oct, 2019 1 commit
-
-
Nikita Titov authored
-
- 25 Sep, 2019 1 commit
-
-
Nikita Titov authored
* refined order of includes * hotfix
-
- 22 Sep, 2019 1 commit
-
-
Guolin Ke authored
* fix many cpp lint errors * indent * fix bug * fix more * fix gpu * more fixes
-
- 29 Aug, 2019 1 commit
-
-
Guolin Ke authored
* change network retry delay strategy * refine
-
- 13 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 11 Apr, 2019 1 commit
-
-
Nikita Titov authored
* added all necessary includes - fixed build/include_what_you_use error * fixed the order of includes (build/include_order)
-
- 01 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 06 Feb, 2019 1 commit
-
-
Nikita Titov authored
-
- 02 Feb, 2019 1 commit
-
-
Nikita Titov authored
-
- 07 Oct, 2018 1 commit
-
-
gy741 authored
-
- 16 Aug, 2018 1 commit
-
-
Guolin Ke authored
* fix include * reduce dependency on header file * fix build
-
- 20 May, 2018 1 commit
-
-
Guolin Ke authored
* [WIP] refine config * [wip] ready for the auto code generate * auto generate config codes * use with to open file * fix bug * fix pylint * fix bug * fix pylint * fix bugs. * tmp for failed test. * fix tests. * added nthreads alias * added new aliases from new config.h * fixed duplicated alias * refactored parameter_generator.py * added new aliases from config.h and removed remaining old names * fix bugs & some miss alias * added aliases * add more descriptions. * add comment.
-
- 11 May, 2018 1 commit
-
-
Nikita Titov authored
* decode error description * added break line char in log massages
-
- 05 Jan, 2018 3 commits
-
-
Guolin Ke authored
* unfinished * some refines. * fix a bug * some refines * remove useless files * some small fixes * clean code * clean code * fix connect * fix a broken link * fix a broken link
-
zhangjin authored
* update network.h Improve training speed in parallel learning where workers is not powers of 2 * update linders_socket.cpp Improve training speed in parallel learning where workers is not powers of 2 * update linder_topo.cpp Improve training speed in parallel learning where workers is not powers of 2 * update network.cpp Improve training speed in parallel learning where workers is not powers of 2 * update linder_topo.cpp fix a bug
-
Guolin Ke authored
* refine allgather. * fix a bug.
-
- 16 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 15 Dec, 2017 2 commits