- 07 Oct, 2017 1 commit
-
-
wxchan authored
* add get params clean codes * check duplicate params * Revert "add get params" This reverts commit ec1d8dd17aa2c83dd0d5f7716c59b6a6fb94102c. * set priority by length & check duplicate * rename function
-
- 04 Oct, 2017 1 commit
-
-
Guolin Ke authored
* Update dataset.cpp * Update dataset.cpp
-
- 28 Sep, 2017 1 commit
-
-
ChenZhiyong authored
* refine categorical split * add test
-
- 27 Sep, 2017 2 commits
-
-
Nikita Titov authored
-
Pierre PACI authored
* better log for "Check max_depth and num_leaves" The default log said "[LightGBM] [Warning] Accuarcy may be bad since you didn't set num_leaves." but the case max_depth²>num_leaves could also trigger this log. Correction of a typo too : Accuarcy > Accuracy * Update config.cpp
-
- 26 Sep, 2017 1 commit
-
-
wxchan authored
-
- 22 Sep, 2017 1 commit
-
-
zhangjin authored
While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram. if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
-
- 16 Sep, 2017 1 commit
-
-
Scott Lundberg authored
* Fix feature attributions for regression models and add Python bindings * Address pylint issue * Lazy fix missing tree depth info
-
- 02 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 Aug, 2017 1 commit
-
-
Guolin Ke authored
-
- 29 Aug, 2017 2 commits
- 20 Aug, 2017 2 commits
- 18 Aug, 2017 8 commits
-
-
Guolin Ke authored
-
Tsukasa OMOTO authored
* output warning when only set `max_depth` * Remove check of max_depth max_depth can take both positive and negative value
-
Scott Lundberg authored
* Explain individual predictions using SHAP value feature attributions * Address code review
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
- 30 Jul, 2017 1 commit
-
-
Guolin Ke authored
* finish the data loading part * allow prediction. * fix bug for decision type. * finish split finding part * fix bugs. * bug fixed. add a test . * fix pep8 . * update documents. * fix test bugs. * fix a format * fix import error in python test. * disable missing handle in categorial features. * fix a bug. * add more tests. * fix pep8 * fix bugs. * remove the missing handle code for categorical feature.
-
- 27 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 23 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Jul, 2017 1 commit
-
-
Guolin Ke authored
* add draft of RF. * fix score bugs. * fix scores. * fix tests. * update document * fix GetPredictAt
-
- 09 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Jun, 2017 2 commits
- 13 Jun, 2017 1 commit
-
-
wxchan authored
* avoid threshold inf * use __save_model_to_string for feature importance * Revert "use __save_model_to_string for feature importance" This reverts commit dca6a85fb3d89866eb56eb0c9ca103ada4d92b53.
-
- 06 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 May, 2017 1 commit
-
-
Guolin Ke authored
* fix multi-threading. * fix name style. * support in CLI version. * remove warnings. * Not default parameters. * fix if...else... . * fix bug. * fix warning. * refine c_api. * fix R-package. * fix R's warning. * fix tests. * fix pep8 .
-
- 26 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 15 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 14 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 28 Apr, 2017 1 commit
-
-
wxchan authored
* translate model to if-else * support multiclass and predictleaf * remove java option for now * support multi-thread * add task:convert_model
-
- 27 Apr, 2017 2 commits