- 27 Aug, 2017 1 commit
-
-
Guolin Ke authored
-
- 24 Aug, 2017 3 commits
-
-
wxchan authored
* expose feature importance to c_api * support type=gain * remove dump model from examples and tests temporarily because it's unstable * use double instead of float
-
William Entriken authored
* Reorganize documentation references * Fix R-package link name
-
Laurae authored
-
- 23 Aug, 2017 1 commit
-
-
Nikita Titov authored
* updated scikit-learn interface * fixed better description * updated set_params() * removed backward compatibility * removed excess lines * replaced pop with setdefault * added deprecated warnings * added tests
-
- 22 Aug, 2017 1 commit
-
-
Nikita Titov authored
* fixed links while viewing from wiki page * fixed typos * fixed repeated word and added markdown in FAQ.md * fixed link to VS
-
- 20 Aug, 2017 4 commits
-
-
Mikhail Korobov authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
- 19 Aug, 2017 1 commit
-
-
Yue Zhang authored
-
- 18 Aug, 2017 29 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
* try to fix python memory leak * fix parameter error. * free old handle in _load_model_from_string . * fix best_score & best_iteration * refine logics. * fix tests.
-
Tsukasa OMOTO authored
* output warning when only set `max_depth` * Remove check of max_depth max_depth can take both positive and negative value
-
Tsukasa OMOTO authored
* python-package: fix version * remove version variable
-
Laurae authored
* Prepare merging parameters * Add parameters from params for lgb.train * Usage of params in lgb.cv for rounds/early stop * Double bracket (1) * Double brackets (2)
-
Scott Lundberg authored
* Explain individual predictions using SHAP value feature attributions * Address code review
-
Guolin Ke authored
-
wxchan authored
* check params * add test case * fix pylint
-
Sebastian Flennerhag authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Seong-Jin Kim authored
-
i3v authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Huan Zhang authored
-
Guolin Ke authored
-
run2 authored
* Fix Invalid decision type error while plotting tree in Python * Fix Invalid decision type error while plotting tree in Python (modified = to ==)
-
Boris Kostenko authored
* Updated link to Development Guide in README.md * Updated link to DevelopmentGuide in docs/README.md
-
Qiwei Ye authored
-
Laurae authored
* Revert "[R-package] Prevent remembering parameters (#796)" This reverts commit c795e2c8e12e8fe989bde0ab4ee59c2301325814. * Use model load/unload trick for free-ing up memory * Missing comma * Hand copy manual update (1/2) * Hand copy manual update (2/2)
-
Guolin Ke authored
-
Laurae authored
* Enable simple cloning of dataset * Add remodel logical to Dataset * Allow remodeling of data * Missing comma * Use name instead of assignment for R6 class * There should be no need to deep copy ALL objects
-
Laurae authored
-
Guolin Ke authored
-
Laurae authored
* Force fork * Better random CV + Group + Info handling * Trailing comma missing * Switch group fold to nrow * Switch comparison from non-atomic to atomic
-
wxchan authored
-