- 29 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added SWIG compile guide for Windows and tip about JAVA_HOME * fix grammar
-
- 27 Aug, 2018 1 commit
-
-
Nikita Titov authored
* bring consistency and clearness into early_stopping_rounds desc, metric desc and implementation * hotfix * hotfix * used NDCG as default metric for lambdarank task * fixed missed methods at ReadTheDocs and changed default eval_metric * leaved only unique metrics * fixed comment
-
- 25 Aug, 2018 1 commit
-
-
Guolin Ke authored
* add support of refit-decay * add refit into c_api * add test * update document * Update basic.py * Update test_engine.py * Update basic.py * Update test_engine.py * fix comments * update test * fix the comments * Update test_engine.py
-
- 23 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added possibility to collapse long sections in docs * added contents in the installation guide
-
- 17 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 13 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added clang test * hotfix * downgrade required AppleCLang version * fixed CMakeLists * prevent case when CMake is downgraded by libomp * fixed Clang test * moved MSVC version check to the better place * compile with Clang at Travis on Linux * clear .travis.yml * fixed indents * added support of MPI test at Travis with macOS * added FAQ entry about OpenMP library error * updated installation guide * moved APPLE_OUTPUT_DYLIB to other options * fix check-docs test: ignore old url from error message * added example of symlink command in FAQ * fixed markdown * capitalized heading * updated Python installation guide * changed mode in message command * added notes about MinGW efficiency problems * updated R-package installation guide * use quotes for gcc version * removed excess 'Note' phrase
-
- 12 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 08 Aug, 2018 1 commit
-
-
Nikita Titov authored
* broadcast info about negative values in categorical features to python package * update link to categorical_feature parameter
-
- 06 Aug, 2018 1 commit
-
-
Nikita Titov authored
* updated docs of num_iterations parameter * updated num_iterations param description for R
-
- 31 Jul, 2018 2 commits
-
-
Guolin Ke authored
* fix custom metric for multiclass * fix alias * fix bug * fix indent
-
Nikita Titov authored
-
- 25 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added new aliases for params * run helper/parameter_generator.py * removed useless test
-
- 23 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added definition of LightGBM to ReadTheDocs main page * bold LightGBM * Rename rst_links_fix.js to script.js * fix js name in config
-
- 15 Jul, 2018 1 commit
-
-
Corey Levinson authored
* fixed typo in parameter list Parameters.rst fixed typo from contributs to contributes * Update config.h
-
- 14 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 13 Jul, 2018 1 commit
-
-
Qiwei Ye authored
-
- 12 Jul, 2018 3 commits
-
-
Nikita Titov authored
-
fanliwen authored
-
fanliwen authored
-
- 10 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added permalink to each parameter * run parameter_generator.py * concretized links * hotfix * run parameter_generator.py * added space between param name and permalink * added info about initscore_filename in Continued Training section and edited links * replaced aliases for weight and group with original names * disable emoji
-
- 09 Jul, 2018 1 commit
-
-
Guolin Ke authored
-
- 03 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 20 Jun, 2018 1 commit
-
-
Nikita Titov authored
-
- 14 Jun, 2018 1 commit
-
-
Guolin Ke authored
* add per-feature-penalites * fix comment
-
- 12 Jun, 2018 1 commit
-
-
Nikita Titov authored
* updated link to AMD APP SDK * less cd commands
-
- 10 Jun, 2018 1 commit
-
-
Nikita Titov authored
-
- 09 Jun, 2018 2 commits
-
-
Nikita Titov authored
* bring gpu tests back * corrected docs according to the news that AMD drops the support of AMD APP SDK * replaced link to AMD APP SDK * fixed downloading AMD APP SDK from GitHub without auth * fixed path tp AMD APP SDK in docs * removed exports * clarify AMD APP SDK package installation condition
-
Nikita Titov authored
-
- 08 Jun, 2018 1 commit
-
-
Nikita Titov authored
-
- 06 Jun, 2018 1 commit
-
-
Nikita Titov authored
* removed excess whitespaces * don't use built-in name for variable * simplified line parsing * chanched link to related * run parameter_generator.py * removed old targets * use tuples instead of list where possible * hotfix for descriptions were erased and only last one was kept * run parameter_generator.py * separated checks from aliases section
-
- 04 Jun, 2018 1 commit
-
-
Nikita Titov authored
* refine IO Parameters section * added missed alias of init_score * fixed grammar
-
- 03 Jun, 2018 1 commit
-
-
Nikita Titov authored
* added missed description of plot_example in python_guide folder and fixed consistency for packages naming * more reliable OS detection * fixed grammar * made pylint happy
-
- 02 Jun, 2018 1 commit
-
-
Nikita Titov authored
* generate parameters description from config file * made pylint happy * added checks description * fixed links handling in desc and descl2 fields * refine Core Parameters section * removed excess quotes from default values * fixed parameter type retrieve * added note about auto-generated parameters
-
- 26 May, 2018 1 commit
-
-
Zach Kurtz authored
* A nitpicky grammer edit with minor clarifications added. * fix link * strike s * try a different optimal-split link, clarify experimental details * smoothing the FAQ * edit Features.rst * several minor edits throughout docs * historgram-based
-
- 25 May, 2018 1 commit
-
-
Fujii Hironori authored
The document says `num_leaves` should be smaller than `2^(max_depth)`. But, its example says `70` or `80` may get better in case of `max_depth=6`. 2^6 is 64. 70 and 80 are greater than 64. The example doesn't make sense. Changed `max_depth` from 6 to 7.
-
- 24 May, 2018 1 commit
-
-
Fujii Hironori authored
The document of `early_stopping_rounds` says it will check all of eval_set. But, this is not true. It doesn't check the dataset specified as the training data. This change appends an extra phrase "except the training data" to all of the sentences "If there's more than one, will check all of them" in documents.
-
- 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.
-