- 31 Dec, 2017 3 commits
-
-
Guolin Ke authored
-
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
-
Nikita Titov authored
-
- 30 Dec, 2017 1 commit
-
-
Nikita Titov authored
-
- 29 Dec, 2017 4 commits
- 28 Dec, 2017 1 commit
-
-
Luke Gallagher authored
-
- 27 Dec, 2017 2 commits
- 26 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 25 Dec, 2017 5 commits
-
-
Nikita Titov authored
* added class_weight parameter in sklearn wrapper * added note about alternative parameters in case of binary classification task
-
Laurae authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
- 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
-