- 25 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 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.
-
- 09 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 04 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 25 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 17 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 06 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 05 Jun, 2017 2 commits
-
-
Guolin Ke authored
* fix check valid parameters. * remove non-use name.
-
Guolin Ke authored
* add R's library file to vs project and cmake. * support using dll built by vs. * better search for the library file. * remove mingw related doc . * update document. * Let R handle the library compile. * try fix build from github. * Update README.md * cleaner build. * fix the install problem in linux. * Update README.md
-
- 04 Jun, 2017 1 commit
-
-
wxchan authored
* check parameters * refine sklearn verbose logic * fix segfault * Warning -> Fatal * fix segfault
-
- 03 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 01 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 30 May, 2017 2 commits
- 29 May, 2017 1 commit
-
-
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
-
- 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
-
- 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
-
- 16 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 15 May, 2017 1 commit
-
-
Guolin Ke authored
-
- 02 May, 2017 1 commit
-
-
wxchan authored
* auto replace gbdt::prediction * add test if_else_prediction * not override gbdt_prediction.cpp * close ifstream * re-order .travis.yml
-
- 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 2 commits
- 26 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 2 commits
-
-
Guolin Ke authored
-
- 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
-
-
Guolin Ke authored
-
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 1 commit
-
-
Guolin Ke authored
-
- 10 Apr, 2017 2 commits