- 25 Dec, 2017 4 commits
- 24 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 23 Dec, 2017 1 commit
-
-
Guolin Ke authored
* fix early stopping edge case * fix message. * fix tests * fix GPU tests.
-
- 22 Dec, 2017 2 commits
- 19 Dec, 2017 1 commit
-
-
Guolin Ke authored
* add code for refit tree * add implementation. * update documents. * clean code * fix a type
-
- 17 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Dec, 2017 2 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
-
- 15 Dec, 2017 2 commits
- 14 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 12 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 11 Dec, 2017 4 commits
-
-
Guolin Ke authored
-
Huan Zhang authored
AMD website recently Switched to HTTPS, which makes the previous downloading script failure. This commit fixes this issue and all GPU tests pass now.
-
wxchan authored
* add try/except to __del__ * specify AttributeError
-
Nikita Titov authored
-
- 06 Dec, 2017 1 commit
-
-
Cass authored
* Add n_estimators as num_iteration alias Scikit-Learn's ensemble methods use the term `n_estimators` for the number of iterations of training models. To make it more accessible for newcomers who are familiar with Scikit-Learn, it would help if the Parameters page mentioned `n_estimators` and what parameter that maps to within LightGBM's API. Addresses discussion brought up in #954 * Add n_estimators as num_iterations alias Adds n_estimators as an alias for num_iterations in the CLI as well as Python libs. Additionally bumps the default for n_estimators in the Sklearn API to 100 estimators.
-
- 05 Dec, 2017 2 commits
- 04 Dec, 2017 3 commits
-
-
Guolin Ke authored
* fix feature fraction * fix bugs.
-
Nikita Titov authored
-
Guolin Ke authored
-
- 02 Dec, 2017 1 commit
-
-
Laurae authored
-
- 01 Dec, 2017 2 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
-
- 30 Nov, 2017 1 commit
-
-
Guolin Ke authored
-
- 29 Nov, 2017 3 commits
-
-
Nikita Titov authored
* updated travis * renamed OSX->macOS; updated gcc installation on macOS * updated travis macos installation Please enter the commit message for your changes. Lines starting * updated installation guide for macos * fixed spelling * renamed appveyor file * updated Travis
-
ww authored
-
Guolin Ke authored
-
- 27 Nov, 2017 1 commit
-
-
Guolin Ke authored
-
- 26 Nov, 2017 2 commits
-
-
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
-
Nikita Titov authored
-
- 25 Nov, 2017 1 commit
-
-
Guolin Ke authored
-
- 24 Nov, 2017 1 commit
-
-
Guolin Ke authored
* use int64 for string * [R] Fatal when CSC exceed int32.max
-
- 22 Nov, 2017 1 commit
-
-
Guolin Ke authored
-
- 19 Nov, 2017 1 commit
-
-
Nikita Titov authored
* updated Quick-Strat according to last changes in Parameters * fixed links
-