- 07 Jul, 2017 1 commit
-
-
wxchan authored
* add keep_training_booster * use model string * reset handle; free dataset
-
- 06 Jul, 2017 1 commit
-
-
Preston Parry authored
thanks for building in early_stopping! super useful.
-
- 28 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 27 Jun, 2017 1 commit
-
-
Guolin Ke authored
-
- 21 Jun, 2017 1 commit
-
-
Tsukasa OMOTO authored
eval_at has been broken after e465f92a. This commit will fix eval_at.
-
- 20 Jun, 2017 1 commit
-
-
Guolin Ke authored
* add make command to the python package. * Update README.rst * Update README.rst * Update README.rst * fix tests. * fix unix build * update readme * fix setup.py * update travis * Update .travis.yml * Update test.py * some fixes. * check the 64-bit python * fix build. * refine MANIFEST.in * update Manifest.in * add more build options. * Add fatal in cmake * fix a endif. * fix bugs. * fix pep8 * add test for the pip package build * add test pip install in travis. * fix version with pre-compile dll * fix readme.rst * update readme
-
- 16 Jun, 2017 1 commit
-
-
wxchan authored
* handle list for prediction * fix error msg
-
- 07 Jun, 2017 1 commit
-
-
Tsukasa OMOTO authored
This commit will regain backward compatibility that has been broken after e465f92a.
-
- 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
-
- 02 Jun, 2017 1 commit
-
-
wxchan authored
* support kwargs for sklearn * add link to Parameters
-
- 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
-
- 27 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
This commit follows Microsoft/LightGBM@3abff37
-
- 20 May, 2017 1 commit
-
-
Miguel González-Fierro authored
-
- 06 May, 2017 1 commit
-
-
wxchan authored
* make test fail * change default best_iteration to 0 * fix test * change data_splitter to folds in cv * update docs
-
- 05 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
-
- 30 Apr, 2017 1 commit
-
-
Peter authored
-
- 27 Apr, 2017 1 commit
-
-
wxchan authored
-
- 26 Apr, 2017 2 commits
-
-
wxchan authored
-
Tsukasa OMOTO authored
-
- 24 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
* python-package: fix creating eval_set in LGBMClassifier * replace elements in eval_set directly
-
- 18 Apr, 2017 2 commits
- 16 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
-
- 15 Apr, 2017 1 commit
-
-
wxchan authored
-
- 12 Apr, 2017 2 commits
-
-
Tsukasa OMOTO authored
* python-package: add graphviz.Digraph parameters * examples: add a plottig example with graphviz * fix tree index in print
-
Tsukasa OMOTO authored
* python-package: refine plot_tree This change splits plot_tree to two methods: 1. method of creating digraph of tree 2. method of plotting the digraph with matplotlib * fix doc * fix doc
-
- 02 Apr, 2017 1 commit
-
-
Laurae authored
* Python: Fix RandomState issue #376 * Add test case for Python's Shuffle=True
-
- 28 Mar, 2017 1 commit
-
-
wxchan authored
-
- 27 Mar, 2017 2 commits
-
-
wxchan authored
-
Alexander Rakhlin authored
np.random.seed(seed) in _make_n_folds(...) has a side effect setting random seed for outer scope
-
- 08 Mar, 2017 1 commit
-
-
wxchan authored
-
- 01 Mar, 2017 3 commits
- 18 Feb, 2017 1 commit
-
-
wxchan authored
* add data_splitter for cv * update gitignore * clean code
-
- 09 Feb, 2017 1 commit
-
-
extremin authored
When setting the parameter 'shuffle' of cv method to False ,the program raises the error below: UnboundLocalError:local variable 'randidx' referenced before assignment fixed.
-
- 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
-