- 19 May, 2018 1 commit
-
-
Nikita Titov authored
* delegated not showing hidden items to the rtd_theme * refactored docs
-
- 10 May, 2018 2 commits
-
-
Nikita Titov authored
* fixed docs * reworker predict method of sklearn wrapper * fixed encapsulation * added test * fixed consistency between docstring and params docs * fixed verbose * replaced predict_proba with predict in test * fixed verbose again * fixed fraction params descriptions * added description of skip_drop and drop_rate constraints * fixed subsample_freq consistency with C++ default value * fixed nice look of params list * made force splits json file example clickable * fixed nice look of metrics list and added comma * reduced warning in test about same param specified twice * replaced pred_parameter with **kwargs in predict method * added test for **kwargs in predict method * fixed warnings * fixed pylint
-
Nikita Titov authored
-
- 05 May, 2018 1 commit
-
-
Misha Lisovyi authored
* add info on adaptive learning rate in the sklearn API * adjust learning rate documentation following the PR discussion * fix early stopping documentation * improve wording * fixing trailing spaces
-
- 24 Apr, 2018 1 commit
-
-
Jerry Liu authored
-
- 21 Apr, 2018 1 commit
-
-
Misha Lisovyi authored
* update sklearn fit parameter description * update mtric parameter description
-
- 18 Apr, 2018 2 commits
- 17 Apr, 2018 2 commits
-
-
Nikita Titov authored
* fixed PyPI badge * Update Parameters.rst * Update Parameters.rst * Update Parameters.rst
-
Guolin Ke authored
-
- 05 Apr, 2018 1 commit
-
-
Guolin Ke authored
* fix broken url * Update Features.rst
-
- 25 Mar, 2018 1 commit
-
-
Laurae authored
-
- 19 Mar, 2018 1 commit
-
-
Guolin Ke authored
-
- 28 Feb, 2018 1 commit
-
-
Nikita Titov authored
-
- 11 Feb, 2018 1 commit
-
-
Nikita Titov authored
* added info about SWIG Java wrapper * hotfix
-
- 10 Feb, 2018 1 commit
-
-
Nikita Titov authored
-
- 07 Feb, 2018 2 commits
- 23 Jan, 2018 1 commit
-
-
Nikita Titov authored
* fixed typo * fixed render of default value of metric param * fixed typos
-
- 22 Jan, 2018 1 commit
-
-
Nikita Titov authored
* added new aliases for regression_l2 to docs * fixed new line * fixed tweedie_variance_power description * moved gamma and tweedie metrics to other regression metrics * added new aliases for l2 to docs * added new alias for l1 to docs * added new alias for log loss to docs * added new aliases for multiclass to docs * added description for default value of metric param * fixed link to poisson regression and capitalized regressions' names * removed unused earlier alias type for gamma deviance * added aliases for multiclass and multiclass_ova * updated Quick-Start.rst according to Parameters.rst
-
- 21 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 18 Jan, 2018 1 commit
-
-
Nikita Titov authored
* added cross-entropy into Features * added aliases
-
- 16 Jan, 2018 2 commits
- 11 Jan, 2018 1 commit
-
-
GeekYoung authored
fix the error in the number of experiments
-
- 09 Jan, 2018 1 commit
-
-
Huan Zhang authored
Better description for setting OpenCL platform and GPU IDs in documentations
-
- 05 Jan, 2018 1 commit
-
-
Guolin Ke authored
* unfinished * some refines. * fix a bug * some refines * remove useless files * some small fixes * clean code * clean code * fix connect * fix a broken link * fix a broken link
-
- 02 Jan, 2018 2 commits
-
-
Darío Hereñú authored
* Minor fix * fixed table
-
Nikita Titov authored
* add output_freq to aliases * reordered params set according to review comment
-
- 01 Jan, 2018 3 commits
-
-
Darío Hereñú authored
-
Darío Hereñú authored
-
Darío Hereñú 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
-
- 30 Dec, 2017 1 commit
-
-
Nikita Titov authored
-
- 25 Dec, 2017 1 commit
-
-
Laurae authored
-
- 19 Dec, 2017 1 commit
-
-
Guolin Ke authored
* add code for refit tree * add implementation. * update documents. * clean code * fix a type
-
- 16 Dec, 2017 1 commit
-
-
Nikita Titov authored
-
- 11 Dec, 2017 1 commit
-
-
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.
-
- 01 Dec, 2017 1 commit
-
-
Nikita Titov authored
-