"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "5083df15c6866a78704787ca942931feaa096a76"
- 26 Jan, 2018 1 commit
-
-
Nikita Titov authored
-
- 25 Jan, 2018 1 commit
-
-
Nikita Titov authored
* added comment to not forget * updated LGBMClassifier according to new aliases
-
- 24 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 16 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 12 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 31 Dec, 2017 1 commit
-
-
Nikita Titov authored
[python] added option to install python-package with mpi version and possibility to pass CMake options (#1034) * fixed hierarchy of installation guide sections; made installation with proto support more verbose * added option to install with protobuf support to python package * fixed pylint * added option to install MPI version to python package * added tests for python-package installation with options --proto and --mpi * hotfix * removed unnecessary note from docs * removed unnecessary line from travis script * reverted proto * Revert "reverted proto" This reverts commit 5203448bb90a13844cf330527ca971eabb45a4a8. * reverted protobuf from python-package * added options for cmake in python-package * fixed typos * fixed options readability * reworked installation logging * fixed docs according to review comments * fixed pylint * fixed space in log path
-
- 29 Dec, 2017 1 commit
-
-
Guolin Ke authored
* avoid to set all weight to 1. * fix valid_class_weight
-
- 22 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Dec, 2017 1 commit
-
-
wxchan authored
* add try/except to __del__ * specify AttributeError
-
- 26 Nov, 2017 1 commit
-
-
Guolin Ke authored
* remove protobuf * add version number * remove pmml script * use float for split gain * fix warnings * refine the read model logic of gbdt * fix compile error * improve decode speed * fix some bugs * fix double accuracy problem * fix bug * multi-thread save model * speed up save model to string * parallel save/load model * fix some warnings. * fix warnings. * fix a bug * remove debug output * fix doc * fix max_bin warning in tests. * fix max_bin warning * fix pylint * clean code for stringToArray * clean code for TToString * remove max_bin * replace "class" with typename
-
- 24 Nov, 2017 1 commit
-
-
Guolin Ke authored
* use int64 for string * [R] Fatal when CSC exceed int32.max
-
- 13 Nov, 2017 1 commit
-
-
Nikita Titov authored
* made max_bin parameter deprecated * fixed accidental docstrings in Sphinx * concrete version when deprecated stuff will be removed * added warnings in case of duplicated params to Dataset * fixed indents in docs
-
- 09 Nov, 2017 1 commit
-
-
wxchan authored
* add init_score & test cpp and python result consistency * try fix common.h * Fix tests (#3) * update atof * fix bug * fix tests. * fix bug * fix dtypes * fix categorical feature override * fix protobuf on vs build (#1004) * [optional] support protobuf * fix windows/LightGBM.vcxproj * add doc * fix doc * fix vs support (#2) * fix vs support * fix cmake * fix #1012 * [python] add network config api (#1019) * add network * update doc * add float tolerance in bin finder. * fix a bug * update tests * add double torelance on tree model * fix tests * simplify the double comparison * fix lightsvm zero base * move double tolerance to the bin finder. * fix pylint * clean test.sh * add sklearn test * remove underline * clean codes * set random_state=None * add last line * fix doc * rename file * try fix test
-
- 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
-