"vscode:/vscode.git/clone" did not exist on "7d03ced3880cb56af68734d447ebfdd18a9dcc11"
- 22 May, 2018 2 commits
-
-
Nikita Titov authored
* added a note about g++ versions for macOS users * hotfix excess dot in FAQ * added notes about gcc version in installation guides
-
Zach Kurtz authored
* Note the relationship between `binary` and `xentropy` in the docs and provide an example that compares them * Pass pylint and fix docs formatting. "pylint: disable = no-name-in-module" because pylint does not believe scipy.special contains expit * pass pycodestyle * pass pycodestyle with correct flags; document example in readme
-
- 21 May, 2018 1 commit
-
-
Nikita Titov authored
* added checks for categorical features > max_int32 * added tests * fixed pylint * removed warnings about overridden categorical features * Revert "removed warnings about overridden categorical features" This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9. * a little bit more efficient checks * added notes about max values in categorical features * Revert "a little bit more efficient checks" This reverts commit bed88830243da21a2db454873c0e308126e05732. * Revert "fixed pylint" This reverts commit a229e1563b0abc1b13de6358577abf90bd529015. * Revert "added tests" This reverts commit 299e001b7550111555b80730d673d4f225cf5f74. * Revert "added checks for categorical features > max_int32" This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
-
- 20 May, 2018 1 commit
-
-
Guolin Ke authored
* [WIP] refine config * [wip] ready for the auto code generate * auto generate config codes * use with to open file * fix bug * fix pylint * fix bug * fix pylint * fix bugs. * tmp for failed test. * fix tests. * added nthreads alias * added new aliases from new config.h * fixed duplicated alias * refactored parameter_generator.py * added new aliases from config.h and removed remaining old names * fix bugs & some miss alias * added aliases * add more descriptions. * add comment.
-
- 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
-