".github/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "27b00d74169ac7756c48d7b6878d66fa5d678530"
- 02 Jun, 2019 1 commit
-
-
Guolin Ke authored
* fix unsorted eval_at * Update config.cpp
-
- 13 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 11 Apr, 2019 1 commit
-
-
Nikita Titov authored
* added all necessary includes - fixed build/include_what_you_use error * fixed the order of includes (build/include_order)
-
- 02 Feb, 2019 1 commit
-
-
Nikita Titov authored
-
- 31 Jul, 2018 1 commit
-
-
Guolin Ke authored
* fix custom metric for multiclass * fix alias * fix bug * fix indent
-
- 12 Jul, 2018 1 commit
-
-
Guolin Ke authored
-
- 03 Jun, 2018 1 commit
-
-
Nikita Titov authored
* fixed gpu test according new config file * refine Learning Control Parameters section * added missed check for length consistency of valid and valid init scores * added missed aliases for core params
-
- 20 May, 2018 1 commit
-
-
Guolin Ke authored
* [WIP] refine config * [wip] ready for the auto code generate * auto generate config codes * use with to open file * fix bug * fix pylint * fix bug * fix pylint * fix bugs. * tmp for failed test. * fix tests. * added nthreads alias * added new aliases from new config.h * fixed duplicated alias * refactored parameter_generator.py * added new aliases from config.h and removed remaining old names * fix bugs & some miss alias * added aliases * add more descriptions. * add comment.
-
- 11 May, 2018 1 commit
-
-
Nikita Titov authored
* decode error description * added break line char in log massages
-
- 04 May, 2018 1 commit
-
-
Guolin Ke authored
-
- 03 May, 2018 1 commit
-
-
Guolin Ke authored
-
- 24 Apr, 2018 1 commit
-
-
Jerry Liu authored
-
- 18 Apr, 2018 3 commits
- 17 Apr, 2018 1 commit
-
-
Guolin Ke authored
-
- 07 Feb, 2018 1 commit
-
-
Guolin Ke authored
* fix the name of custom objective function * fix multi-class alias * Update GPU-Windows.rst
-
- 05 Feb, 2018 1 commit
-
-
Jan Tilly authored
-
- 21 Jan, 2018 2 commits
- 16 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 01 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 31 Dec, 2017 1 commit
-
-
Nikita Titov authored
-
- 29 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 19 Dec, 2017 1 commit
-
-
Guolin Ke authored
* add code for refit tree * add implementation. * update documents. * clean code * fix a type
-
- 26 Nov, 2017 1 commit
-
-
Guolin Ke authored
* remove protobuf * add version number * remove pmml script * use float for split gain * fix warnings * refine the read model logic of gbdt * fix compile error * improve decode speed * fix some bugs * fix double accuracy problem * fix bug * multi-thread save model * speed up save model to string * parallel save/load model * fix some warnings. * fix warnings. * fix a bug * remove debug output * fix doc * fix max_bin warning in tests. * fix max_bin warning * fix pylint * clean code for stringToArray * clean code for TToString * remove max_bin * replace "class" with typename
-
- 11 Nov, 2017 1 commit
-
-
Guolin Ke authored
* add quantile metric. * first draft. * add "sqrt" transform in regression objective function. * fix a bug. * update parameter doc * fix doc
-
- 26 Oct, 2017 1 commit
-
-
wxchan authored
* [optional] support protobuf * fix windows/LightGBM.vcxproj * add doc * fix doc * fix vs support (#2) * fix vs support * fix cmake
-
- 20 Oct, 2017 1 commit
-
- 19 Oct, 2017 1 commit
-
-
wxchan authored
-
- 18 Oct, 2017 1 commit
-
-
Guolin Ke authored
commit c9e123f24fcbb159c04e6694c7f830530bb2f27e Author: Guolin Ke <i@yumumu.me> Date: Wed Oct 18 10:00:19 2017 +0800 change default max_cat_to_onehot commit 805a5c3125b9979d634922e1708877fa0fec80c6 Author: Guolin Ke <i@yumumu.me> Date: Tue Oct 17 22:57:18 2017 +0800 use one hot coding for the small cats
-
- 16 Oct, 2017 2 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
* many fixes for categorical feature * add l2 to categorcial split. * remove useless file * update version * add cat_l2 * update appveyor verison * remove file * fix tests. * change default cat_l2 value * fix a bug in bin finder * change default cat_smooth_ratio
-
- 12 Oct, 2017 1 commit
-
-
Guolin Ke authored
* add network apis. * support parallel loading dataset in c api. * fix bug * fix bug
-
- 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
-
- 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
-
- 02 Sep, 2017 1 commit
-
-
Guolin Ke authored
-