- 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
-
- 30 Aug, 2017 1 commit
-
-
olofer authored
* Attempt to address issue #807 Poisson regression objective. * Fix coding style. * Added label non-negative safety check.
-
- 17 Apr, 2017 1 commit
-
- 16 Apr, 2017 1 commit
-
-
Guolin Ke authored
* some refactor. * two stage sum up to reduce sum up error. * add more two-stage sumup. * some refactor. * add alignment. * change name to aligned_allocator. * remove some useless sumup. * fix a warning. * add -march=native . * remove the padding of gradients. * no alignment. * fix test. * change KNumSumupGroup to 32768. * change gcc flags.
-
- 06 Apr, 2017 1 commit
-
-
Guolin Ke authored
* many refactors. * remove multi_loglossova. * fix tests. * avoid using lambda function. * fix some format. * reduce branching.
-
- 05 Apr, 2017 1 commit
-
-
Guolin Ke authored
* reduce the sumup cost of constant hessians. * fix test. * fix bug when have weights. * fix a comment. * reduce branching.
-
- 28 Mar, 2017 1 commit
-
-
Guolin Ke authored
-
- 01 Mar, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 Jan, 2017 1 commit
-
-
Tsukasa OMOTO authored
* Support Poisson regression Close #233 * update docs
-
- 10 Jan, 2017 2 commits
-
-
Guolin Ke authored
-
Tsukasa OMOTO authored
-
- 09 Jan, 2017 5 commits
-
-
Guolin Ke authored
-
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
-
Tsukasa OMOTO authored
* Add L1 objective function * fix hessians * update
-
Tsukasa OMOTO authored
* Add Huber loss https://en.wikipedia.org/wiki/Huber_loss * update * update docs/Parameters.md * update
-
- 18 Nov, 2016 1 commit
-
-
Guolin Ke authored
* RAII for utils, application and c_api(partical) * raii for class in include folder * raii for application and boosting * raii for dataset and dataset loader * raii for dense bin and parser * RAII refactor for almost all classes * RAII for c_api * clean code * refine repeated code * Decouple the "sigmoid" between objective and boosting. * change std::vector<bool> back to std::vector<char> due to concurrence problem * slight reduce some memory cost
-
- 02 Nov, 2016 1 commit
-
-
Guolin Ke authored
-
- 01 Nov, 2016 1 commit
-
-
wxchan authored
Support multiclass classification (#53)
-
- 31 Oct, 2016 1 commit
-
-
Guolin Ke authored
-
- 08 Aug, 2016 1 commit
-
-
Guolin Ke authored
-
- 05 Aug, 2016 1 commit
-
-
Guolin Ke authored
-