- 20 Jun, 2018 2 commits
-
-
Nikita Titov authored
* removed excess import * added tests for plotting trees in Python * refined module_INSTALLED mechanism * added note about that create_tree_digraph is better than plot_tree
-
Guolin Ke authored
-
- 16 Jun, 2018 1 commit
-
-
Nikita Titov authored
Fixed #1454
-
- 14 Jun, 2018 2 commits
-
-
Seong-Jin Kim authored
-
Guolin Ke authored
* add per-feature-penalites * fix comment
-
- 13 Jun, 2018 1 commit
-
-
Guolin Ke authored
-
- 12 Jun, 2018 2 commits
-
-
Nikita Titov authored
* updated link to AMD APP SDK * less cd commands
-
Nikita Titov authored
* update AMD APP SDK to 3.0.130.136 (latest) * add a check for default device type in GPU tests (changes in config.h might break GPU tests)
-
- 11 Jun, 2018 2 commits
-
-
Nikita Titov authored
* unpin boost version * updated boost compute submodule
-
Guolin Ke authored
-
- 10 Jun, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 09 Jun, 2018 7 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Nikita Titov authored
-
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
-
Nikita Titov authored
* fixed grammar * fixed params description in graph plotting functions * clarified types of attributes in their descriptions * increased readability of graphs by adding spaces * added precision parameter to plot tree functions
-
- 08 Jun, 2018 1 commit
-
-
Nikita Titov authored
-
- 06 Jun, 2018 2 commits
-
-
Nikita Titov authored
-
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 3 commits
-
-
Nikita Titov authored
* refine Metric Parameters section * refine Network Parameters section * refine GPU Parameters section
-
Nikita Titov authored
refine Objective Parameters section
-
Nikita Titov authored
* refine IO Parameters section * added missed alias of init_score * fixed grammar
-
- 03 Jun, 2018 2 commits
-
-
Nikita Titov authored
* fixed gpu test according new config file * refine Learning Control Parameters section * added missed check for length consistency of valid and valid init scores * added missed aliases for core params
-
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
-
- 31 May, 2018 2 commits
- 30 May, 2018 1 commit
-
-
firasrb authored
Updated to correct path for the dockerfile (https://raw.githubusercontent.com/Microsoft/LightGBM/master/docker/gpu/dockerfile.gpu)
-
- 29 May, 2018 1 commit
-
-
Nikita Titov authored
-
- 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 2 commits
-
-
Guolin Ke authored
-
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.
-
- 23 May, 2018 1 commit
-
-
Guolin Ke authored
-
- 22 May, 2018 3 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
-
Nikita Titov authored
* actualized pep8 ignored codes and fixed PEP 8 spelling * actualized PyPI links
-