- 17 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 15 Dec, 2019 1 commit
-
-
James Lamb authored
-
- 13 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 12 Dec, 2019 1 commit
-
-
Belinda Trotta authored
* Fix bug where small values of max_bin cause crash. * Revert "Fix bug where small values of max_bin cause crash." This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b. * Add auc-mu multiclass metric. * Fix bug where scores are equal. * Merge. * Change name to auc_mu everywhere (instead of auc-mu). * Fix comparison between signed and unsigned int. * Change name to AUC-mu in docs and output messages. * Improve test. * Use prefix increment. * Update R package. * Fix style issues. * Tidy up test code. * Read all lines first then process. * Allow passing AUC-mu weights directly as a list in parameters. * Remove unused code, improve example and docs.
-
- 11 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 10 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 09 Dec, 2019 1 commit
-
-
Nikita Titov authored
* clean code * clean code * do not modify args in fit function * added test
-
- 08 Dec, 2019 1 commit
-
-
duckladydinh authored
I believe that this should be a typo, right?
-
- 07 Dec, 2019 1 commit
-
-
James Lamb authored
-
- 05 Dec, 2019 2 commits
-
-
aaiyer authored
* allow python sklearn interface's fit() to pass init_model to train() * Fix whitespace issues, and change ordering of parameters to be backward compatible * Formatting fixes * allow python sklearn interface's fit() to pass init_model to train() * Fix whitespace issues, and change ordering of parameters to be backward compatible * Formatting fixes * Recognize LGBModel objects for init_model * simplified condition * updated docstring * added test
-
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.
-
- 02 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 01 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 30 Nov, 2019 1 commit
-
-
Nikita Titov authored
* fix compile warning for HDFS version * cast to size_t
-
- 29 Nov, 2019 2 commits
-
-
ashok-ponnuswami-msft authored
-
Nikita Titov authored
-
- 28 Nov, 2019 1 commit
-
-
Nikita Titov authored
-
- 25 Nov, 2019 1 commit
-
-
James Lamb authored
-
- 22 Nov, 2019 2 commits
-
-
Nikita Titov authored
* updated instructions in examples to match one from ranking example * removed excess new line
-
Malcolm Greaves authored
- Add reference to documentation on the query data format. - Refer readers to the official install instructions. - Change command to use relative path to the `lightgbm` binary built at the project's root when following build instructions.
-
- 21 Nov, 2019 1 commit
-
-
Guolin Ke authored
Many issues actually are not bugs..
-
- 19 Nov, 2019 1 commit
-
-
James Lamb authored
-
- 16 Nov, 2019 2 commits
-
-
James Lamb authored
* Added more linters on R code * started working on implicit integers * finished style changes to handle implicit integers * regenned documentation and added concatenation linter * changed channel for r-lintr * try building stringi before lintr * trying to get libicui18n * trying another thing * trying conda-forge again * added re-install of stringi * uncommented other stages * Update .ci/test.sh Co-Authored-By:Nikita Titov <nekit94-08@mail.ru> * removed apt update and changed lintr version floor * get lintr from CRAN * R needs to come before C++ linting * testing lintr install from CRAN * trying one more thing * more verbose * order might matter * removed commented code * cleaned up linting block in test.sh * grouped conda install calls and fixed a few integer array things
-
Shaochen Shi authored
* Fix build error when HDFS is enabled. * Replace string with char array to eliminate cpplint.
-
- 15 Nov, 2019 4 commits
-
-
James Lamb authored
* added <algorithm> to parser header * reordered inputs per style guide
-
James Lamb authored
-
Nikita Titov authored
-
OMOTO Tsukasa authored
Fix #2564
-
- 13 Nov, 2019 1 commit
-
-
Joan Fontanals authored
[Java] MMLSPARK-ISSUE-720 - Create SWIG version of BoosterDumpModel that returns string to be used in Java (#2560)
-
- 12 Nov, 2019 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 11 Nov, 2019 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
-
- 10 Nov, 2019 2 commits
-
-
Guy Maliar authored
-
Nikita Titov authored
-
- 08 Nov, 2019 1 commit
-
-
Nikita Titov authored
-
- 05 Nov, 2019 2 commits
-
-
James Lamb authored
-
Truman, Wentao TIAN authored
-
- 04 Nov, 2019 1 commit
-
-
Nikita Titov authored
-