- 18 Aug, 2017 9 commits
-
-
wxchan authored
* params back up * refine logic
-
Guolin Ke authored
* fix r random crash problem. * fix R error msg.
-
wxchan authored
-
William Entriken authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Tsukasa OMOTO authored
* docs: add Advanced-Topic TOC * docs: add title header to Advanced-Topic.md * docs: convert development.md to development.rst `pandoc --columns=200 -f markdown_github -t rst -o development.rst development.md` * docs: update index.rst
-
wxchan authored
* refine python codes * fix appveryor test * add note to feature_importances
-
j-mark-hou authored
* added test for training when both train and valid are subsets of a single lgb.Dataset object * pep8 changes * more pep8 * added test involving subsets of subsets of lgb.Dataset objects * minor fix to contruction of X matrix * even more pep8 * simplified test further
-
- 02 Aug, 2017 1 commit
-
-
Laurae authored
-
- 01 Aug, 2017 3 commits
-
-
wxchan authored
* fix model feature importance * fix appveryor test * Revert "fix appveryor test" This reverts commit 3a10a1723df5b8579e345d0da07638186257ec64. * fix warning & boost_from_average_ * fix bug * alter num_used_model
-
j-mark-hou authored
-
Guolin Ke authored
-
- 31 Jul, 2017 2 commits
-
-
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
-
Huan Zhang authored
-
- 30 Jul, 2017 2 commits
-
-
Guolin Ke authored
* finish the data loading part * allow prediction. * fix bug for decision type. * finish split finding part * fix bugs. * bug fixed. add a test . * fix pep8 . * update documents. * fix test bugs. * fix a format * fix import error in python test. * disable missing handle in categorial features. * fix a bug. * add more tests. * fix pep8 * fix bugs. * remove the missing handle code for categorical feature.
-
Laurae authored
* Add warning for many core systems in Windows * Add warning for not busy cores in Windows
-
- 28 Jul, 2017 5 commits
-
-
Qiwei Ye authored
-
j-mark-hou authored
-
Guolin Ke authored
-
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. * Added code for customizable initial average to boost from. * Fixed spelling error in aliases. * Fixed nullptr check error in custom average. * Added network code for customized init score. * Restructured so that "standard" and "custom" init auto scores share aux. function. * Updated name for aux. automatic initial score fetcher.
-
Laurae authored
-
- 27 Jul, 2017 4 commits
-
-
Guolin Ke authored
-
Laurae authored
-
Laurae authored
-
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. * Added code for customizable initial average to boost from. * Fixed spelling error in aliases.
-
- 25 Jul, 2017 3 commits
- 24 Jul, 2017 3 commits
- 23 Jul, 2017 2 commits
- 22 Jul, 2017 4 commits
-
-
Qiwei Ye authored
-
Qiwei Ye authored
-
Guolin Ke authored
-
Tsukasa OMOTO authored
* Remove CMAKE_CXX_COMPILER and CMAKE_C_COMPILER for OSX * update .travis/test.sh * update again
-
- 21 Jul, 2017 2 commits
-
-
Derek Xiao authored
missing parameter "self" in signature of Booster.get_leaf_output
-
Guolin Ke authored
-