- 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
-
- 16 Nov, 2017 1 commit
-
-
zhangjin authored
add 'null' to missing value
-
- 14 Nov, 2017 1 commit
-
-
wxchan authored
* refine common.h * fix typo * specify captured variables
-
- 09 Nov, 2017 1 commit
-
-
wxchan authored
* add init_score & test cpp and python result consistency * try fix common.h * Fix tests (#3) * update atof * fix bug * fix tests. * fix bug * fix dtypes * fix categorical feature override * fix protobuf on vs build (#1004) * [optional] support protobuf * fix windows/LightGBM.vcxproj * add doc * fix doc * fix vs support (#2) * fix vs support * fix cmake * fix #1012 * [python] add network config api (#1019) * add network * update doc * add float tolerance in bin finder. * fix a bug * update tests * add double torelance on tree model * fix tests * simplify the double comparison * fix lightsvm zero base * move double tolerance to the bin finder. * fix pylint * clean test.sh * add sklearn test * remove underline * clean codes * set random_state=None * add last line * fix doc * rename file * try fix test
-
- 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 1 commit
-
-
Guolin Ke authored
* thread local for the network interface. * fix bug.
-
- 08 Oct, 2017 1 commit
-
-
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 1 commit
-
-
Tony-Y authored
Function names must be in the "Pascal Case" style. * check_elements_interval_closed to CheckElementsIntervalClosed * obtain_min_max_sum to ObtainMinMaxSum
-
- 29 Sep, 2017 1 commit
-
-
olofer authored
* Remove signed/unsigned integer compare warning with g++
-
- 28 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 02 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 28 Aug, 2017 1 commit
-
-
Guolin Ke authored
-
- 18 Aug, 2017 1 commit
-
-
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.
-
- 17 Jul, 2017 1 commit
-
-
olofer authored
* Created objectives and metrics xentropy and xentropy1 * Some coment and code cleanup. * Added Kullback-Leibler version of metric. Changed some warning messages. * Fixed sign error in KL-divergence calc. * Removed __PRETTY_FUNCTION__. * Fixed better name for alternative xentropy parameterization. Documented details on the objectives / metrics in code comments. * Common code for label interval checks. Cleanups. * Use common utility for various weight property checks.
-
- 06 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 03 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 .
-
- 27 May, 2017 1 commit
-
-
Guolin Ke authored
* speed up the AUC metric by parallel sort. * fix unix compile. * fix template in unix. * remove warning.
-
- 24 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 20 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 19 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
The result of a right-shift of a signed negative number is implementation-dependent. cf. https://msdn.microsoft.com/en-us//library/336xbhcz.aspx Fix #519 Fix #521
-
- 15 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 01 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 10 Apr, 2017 2 commits
- 07 Apr, 2017 1 commit
-
-
Guolin Ke authored
-
- 06 Apr, 2017 1 commit
-
-
Guolin Ke authored
* many refactors. * remove multi_loglossova. * fix tests. * avoid using lambda function. * fix some format. * reduce branching.
-
- 28 Mar, 2017 2 commits
-
-
Guolin Ke authored
-
zhangyafeikimi authored
-
- 22 Mar, 2017 2 commits
- 21 Mar, 2017 1 commit
-
-
Guolin Ke authored
-
- 13 Mar, 2017 3 commits
- 07 Mar, 2017 1 commit
-
-
Guolin Ke authored
-
- 01 Mar, 2017 2 commits