- 12 Oct, 2017 1 commit
-
-
Guolin Ke authored
* add network apis. * support parallel loading dataset in c api. * fix bug * fix bug
-
- 11 Oct, 2017 2 commits
-
-
Guolin Ke authored
* thread local for the network interface. * fix bug.
-
Tony-Y authored
* Bounds checking of used_row_indices (#959) * add Common::check_int32_elements_interval_closed function. * insert a bounds checking code in LGBM_DatasetGetSubset function of C API. * Delete a needless function * delete the function check_int32_elements_interval_closed * Fix typos
-
- 08 Oct, 2017 2 commits
-
-
Tony-Y authored
* Bounds checking of used_row_indices (#959) * add Common::check_int32_elements_interval_closed function. * insert a bounds checking code in LGBM_DatasetGetSubset function of C API. * Delete a needless function * delete the function check_int32_elements_interval_closed
-
Tony-Y authored
* Fix coding style (#969) Function names must be in the "Pascal Case" style. * check_elements_interval_closed to CheckElementsIntervalClosed * obtain_min_max_sum to ObtainMinMaxSum * Change functions in common.h into template functions (#969) * CheckElementsIntervalClosed * ObtainMinMaxSum These two functions were changed into template functions. * Remove an unpreferable overload * remove an overload of the function ObtainMinMaxSum * Use stringstream to format T type
-
- 07 Oct, 2017 2 commits
-
-
Tony-Y authored
Function names must be in the "Pascal Case" style. * check_elements_interval_closed to CheckElementsIntervalClosed * obtain_min_max_sum to ObtainMinMaxSum
-
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
-
- 11 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 10 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 02 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 Aug, 2017 2 commits
- 29 Aug, 2017 2 commits
- 27 Aug, 2017 2 commits
- 24 Aug, 2017 1 commit
-
-
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
-
- 20 Aug, 2017 3 commits
- 18 Aug, 2017 13 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
-
i3v authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
* fix r random crash problem. * fix R error msg.
-