- 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 .
-
- 29 May, 2017 2 commits
-
-
cbecker authored
* Add early stopping for prediction * Fix GBDT if-else prediction with early stopping * Small C++ embelishments to early stopping API and functions * Fix early stopping efficiency issue by creating a singleton for no early stopping * Python improvements to early stopping API * Add assertion check for binary and multiclass prediction score length * Update vcxproj and vcxproj.filters with new early stopping files * Remove inline from PredictRaw(), the linker was not able to find it otherwise
-
Guolin Ke authored
-
- 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.
-
- 26 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 20 May, 2017 2 commits
-
-
Tsukasa OMOTO authored
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
-
Guolin Ke authored
-
- 16 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 15 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 14 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 13 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 02 May, 2017 2 commits
- 01 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 28 Apr, 2017 1 commit
-
-
wxchan authored
* translate model to if-else * support multiclass and predictleaf * remove java option for now * support multi-thread * add task:convert_model
-
- 27 Apr, 2017 3 commits
- 26 Apr, 2017 3 commits
- 24 Apr, 2017 4 commits
-
-
Yang Zhifei authored
* fixed a bug in BinMapper: division by zero * Revert "fixed a bug in BinMapper: division by zero" This reverts commit 228380284f6a9ba174982e210e14d0aecde8e837. * added CHECK for min_data_in_bin and fixed typo
-
Guolin Ke authored
-
Huan Zhang authored
On some OpenCL platforms the GPU code may fail to compile. This patch fixes the previously non-working exception handler under this failure case and prints a nice build log.
-
Laurae authored
-
- 23 Apr, 2017 1 commit
-
-
Huan Zhang authored
* Fix warnings when compiled with -pedantic * add -DBOOST_ALL_NO_LIB for windows build * fix some more MSVC warnings * Break OpenCL string literal to smaller pieces to avoid error C2026 of MSVC The string was longer than the limit of 16380 single-byte characters. This affects Visual Studio 2005 - 2015. Untested on VS 2017.
-
- 22 Apr, 2017 3 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
Zeeshan Siddiqui authored
-
- 21 Apr, 2017 1 commit
-
-
Guolin Ke authored
-
- 18 Apr, 2017 1 commit
-
-
wxchan authored
* change whitespace to underline in feature names * add test * fix bug * fix bug * warning -> fatal
-
- 17 Apr, 2017 3 commits
- 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.
-
- 13 Apr, 2017 2 commits
-
-
Laurae authored
* RMSE (L2) -> MSE (true L2) * Remove sqrt unneeded reference * Square L2 test (RMSE to MSE) * No square root on test * Attempt to add RMSE
-
Guolin Ke authored
* refine prediction logic. * fix test. * fix out_len in training score of Dart. * improve predict speed for high dimension data. * try use unordered_map for sparse prediction. * avoid using unordered_map. * clean code. * fix test. * move predict buffer to Predictor.
-
- 12 Apr, 2017 2 commits
-
-
Huan Zhang authored
-
Guolin Ke authored
-