- 04 Mar, 2020 1 commit
-
-
Nikita Titov authored
* fixed cpplint errors * fixed more cpplint errors
-
- 03 Mar, 2020 6 commits
-
-
James Lamb authored
-
Nikita Titov authored
-
James Lamb authored
-
daiki katsuragawa authored
-
Nikita Titov authored
* Update setup.sh * install only binary R packages on macOS
-
Guolin Ke authored
* speed up for const hessian * rename template * fix clang build * template init * add comment
-
- 02 Mar, 2020 6 commits
-
-
James Lamb authored
-
Guolin Ke authored
* refix * fix config * avoid to rely on config
-
Guolin Ke authored
* reduce overhead of get num_threads * add warning * Apply suggestions from code review * Apply suggestions from code review
-
Guolin Ke authored
* speed up multi-val bin subset for bagging * remove the duplicated codes * code refine * some codes refactoring * move `is_constant_hessian` into `TrainingShareStates` * refine * fix bug * fix bug when num_groups_ < 0 * fix gpu * fix gpu bagging * fix gpu bug * typo * Update src/treelearner/serial_tree_learner.h
-
Guolin Ke authored
* don't cache `num_thread`, to avoid change outside * rename * update document * Update docs/Parameters.rst * Update include/LightGBM/config.h * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
-
- 01 Mar, 2020 1 commit
-
-
Guolin Ke authored
* add debug mode in camke * add debug dll * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * fix naming * Apply suggestions from code review * Apply suggestions from code review * Update LightGBM.sln * refine * run MPI job in debug mode * document USE_DEBUG and USE_TIMETAG Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 29 Feb, 2020 3 commits
-
-
Nikita Titov authored
* update lockbot * disable lockLabel * Update lock.yml Co-authored-by:Guolin Ke <guolin.ke@outlook.com>
-
Guolin Ke authored
* fix * Update multi_val_sparse_bin.hpp
-
Guolin Ke authored
-
- 28 Feb, 2020 2 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
* Update BUG_REPORT.md * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 27 Feb, 2020 4 commits
-
-
Guolin Ke authored
* avoid most_freq_bin to be 0 in categorical features * Apply suggestions from code review * add tests * update test * Apply suggestions from code review * Apply suggestions from code review
-
Nikita Titov authored
-
Nikita Titov authored
* removed unused includes * fixed index
-
Guolin Ke authored
* Create lock.yml * Update lock.yml
-
- 26 Feb, 2020 4 commits
-
-
Guolin Ke authored
* code refactoring * update vcproject * refine * fix test * Update tests/python_package_test/test_sklearn.py * fix test
-
Guolin Ke authored
* fix bagging * fixed cpplint issues * updated docs Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
Guolin Ke authored
* add Link Time Code Generation * remove ltcg * Apply suggestions from code review
-
Nikita Titov authored
* bump Azure image versions * fixed Windows builds
-
- 25 Feb, 2020 5 commits
-
-
Nikita Titov authored
* fxied pandas deprecation warning in tests * support old versions of pandas
-
Nikita Titov authored
* replace std::runtime_error with Log::Fatal * Update c_api.cpp
-
Guolin Ke authored
-
Guolin Ke authored
* fix random threshold for categorical features * fixed indents Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
Guolin Ke authored
* Make timer thread-safe * Update common.h * refines
-
- 24 Feb, 2020 5 commits
-
-
Nikita Titov authored
* fixed cpplint issues * fixed cpplint issues
-
Guolin Ke authored
* fix bug when nan bin is most freq bin * fix naming * fix bug * add test * Apply suggestions from code review * fix more bugs
-
Alberto Ferreira authored
-
Nikita Titov authored
* added possibility to render nested sections in params * reorganize param sections * reorder params
-
Guolin Ke authored
* try the fix * fix 2 * try clang * Apply suggestions from code review * get back to gcc Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 23 Feb, 2020 1 commit
-
-
James Lamb authored
* [R-package] Fixed R implementation of upper_bound() and lower_bound() for lgb.Booster * [R-package] switched return type to double * fixed R tests on Booster upper_bound() and lower_bound() * fixed linting * moved numeric tolerance into a global constant
-
- 22 Feb, 2020 2 commits
-
-
James Lamb authored
[R-package] [docker] Added ability to build LightGBM in an R container with different R versions (#2787)
-
Nikita Titov authored
-