- 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
- 23 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 12 Jan, 2017 1 commit
-
-
cbecker authored
* Added possibility to compile without openmp (useful for clang on Mac) * Added CMake option to create dylib on MacOS
-
- 11 Jan, 2017 1 commit
-
-
Kirill Sevastyanenko authored
* src & callbacks * lgb.Booster and utils * cv * wip lgb.Dataset * lgb.Dataset * lgb.Predictor * lgb.train * typos * add flags to facilitate macosx compilation * fix basic_string template error with clang * most unfortunate mode of development * fixup tests * last test * roxygen * roxygen v5.x.x
-
- 10 Jan, 2017 2 commits
-
-
Guolin Ke authored
-
Tsukasa OMOTO authored
-
- 09 Jan, 2017 1 commit
-
-
Tsukasa OMOTO authored
* fix typo * fix hessians to approximate hessians with Gaussian function * fix ApproximateHessianWithGaussian * take fabs of gradient * use atan(1) to calculate pi * fix pi
-