- 18 Aug, 2017 2 commits
-
-
Scott Lundberg authored
* Explain individual predictions using SHAP value feature attributions * Address code review
-
Guolin Ke authored
-
- 04 Jul, 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
-
- 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
-
- 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.
-
- 13 Apr, 2017 1 commit
-
-
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.
-
- 10 Apr, 2017 1 commit
-
-
Guolin Ke authored
* refine prediction logic. * fix test. * fix out_len in training score of Dart. * improve predict speed for high dimension data.
-
- 06 Apr, 2017 1 commit
-
-
Guolin Ke authored
* many refactors. * remove multi_loglossova. * fix tests. * avoid using lambda function. * fix some format. * reduce branching.
-
- 13 Mar, 2017 1 commit
-
-
Guolin Ke authored
-
- 02 Feb, 2017 1 commit
-
-
wxchan authored
-
- 19 Jan, 2017 2 commits
- 12 Jan, 2017 1 commit
-
-
cbecker authored
-
- 10 Jan, 2017 2 commits
- 02 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 31 Dec, 2016 1 commit
-
-
Guolin Ke authored
1. add csc support 2. some data type from float to double
-
- 24 Dec, 2016 1 commit
-
-
Guolin Ke authored
-
- 18 Dec, 2016 1 commit
-
-
Guolin Ke authored
-
- 02 Dec, 2016 1 commit
-
-
wxchan authored
1. merge python-package 2. add dump model to json 3. fix bugs 4. clean code with pylint 5. update python examples
-
- 27 Nov, 2016 1 commit
-
-
Guolin Ke authored
-
- 26 Nov, 2016 1 commit
-
-
Guolin Ke authored
-
- 24 Nov, 2016 2 commits
- 23 Nov, 2016 4 commits
- 22 Nov, 2016 1 commit
-
-
Guolin Ke authored
-
- 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
-
- 15 Nov, 2016 2 commits
- 07 Nov, 2016 4 commits