- 26 Oct, 2017 3 commits
- 16 Oct, 2017 1 commit
-
-
Guolin Ke authored
* many fixes for categorical feature * add l2 to categorcial split. * remove useless file * update version * add cat_l2 * update appveyor verison * remove file * fix tests. * change default cat_l2 value * fix a bug in bin finder * change default cat_smooth_ratio
-
- 05 Oct, 2017 1 commit
-
-
Nikita Titov authored
-
- 16 Sep, 2017 1 commit
-
-
Scott Lundberg authored
* Fix feature attributions for regression models and add Python bindings * Address pylint issue * Lazy fix missing tree depth info
-
- 07 Sep, 2017 1 commit
-
-
Nikita Titov authored
* fixed description of Dataset * fixed description of Booster * fixed description of train * fixed description of cv * fixed description of callbacks * fixed description of plotting * hotfixes
-
- 24 Aug, 2017 1 commit
-
-
wxchan authored
* expose feature importance to c_api * support type=gain * remove dump model from examples and tests temporarily because it's unstable * use double instead of float
-
- 18 Aug, 2017 5 commits
-
-
Guolin Ke authored
* try to fix python memory leak * fix parameter error. * free old handle in _load_model_from_string . * fix best_score & best_iteration * refine logics. * fix tests.
-
wxchan authored
-
wxchan authored
* params back up * refine logic
-
Guolin Ke authored
-
wxchan authored
* refine python codes * fix appveryor test * add note to feature_importances
-
- 01 Aug, 2017 1 commit
-
-
j-mark-hou authored
-
- 31 Jul, 2017 1 commit
-
-
j-mark-hou authored
* added get_ref_chain function to Dataset object, used it in train() to compare if training and validation have common reference ancestors * moved check of common ancestor reference from train() in engine.py to set_reference() in Dataset * moved check of common ancestor reference from train() in engine.py to set_reference() in Dataset * removed check for handle = None
-
- 28 Jul, 2017 1 commit
-
-
j-mark-hou authored
-
- 21 Jul, 2017 1 commit
-
-
Derek Xiao authored
missing parameter "self" in signature of Booster.get_leaf_output
-
- 20 Jul, 2017 1 commit
-
-
Guolin Ke authored
-
- 07 Jul, 2017 2 commits
- 27 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Jun, 2017 1 commit
-
-
wxchan authored
* handle list for prediction * fix error msg
-
- 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 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
-
- 05 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
-
- 27 Apr, 2017 1 commit
-
-
wxchan authored
-
- 26 Apr, 2017 1 commit
-
-
wxchan authored
-
- 18 Apr, 2017 2 commits
- 15 Apr, 2017 1 commit
-
-
wxchan authored
-
- 27 Mar, 2017 1 commit
-
-
wxchan authored
-
- 01 Mar, 2017 3 commits
- 03 Feb, 2017 1 commit
-
-
wxchan authored
* refine plot * use warnings * refine logic * revert 'move to compat.py'
-
- 02 Feb, 2017 1 commit
-
-
wxchan authored
-
- 23 Jan, 2017 1 commit
-
-
wxchan authored
* use json instead of repr/eval for pandas_categorical * fix json dumps with numpy data * add more test cases
-
- 21 Jan, 2017 1 commit
-
-
wxchan authored
* expose save model to string to c_api * add 'save-model-to-string' to python; use it to copy model * remove boosting_type
-
- 20 Jan, 2017 1 commit
-
-
wxchan authored
* add plot importance * add plot example
-
- 17 Jan, 2017 1 commit
-
-
wxchan authored
-