- 10 Apr, 2019 1 commit
-
-
Nikita Titov authored
* fixed Python intro * fixed typos * scikit-learn added support of https
-
- 04 Apr, 2019 1 commit
-
-
remcob-gr authored
* Add configuration parameters for CEGB. * Add skeleton CEGB tree learner Like the original CEGB version, this inherits from SerialTreeLearner. Currently, it changes nothing from the original. * Track features used in CEGB tree learner. * Pull CEGB tradeoff and coupled feature penalty from config. * Implement finding best splits for CEGB This is heavily based on the serial version, but just adds using the coupled penalties. * Set proper defaults for cegb parameters. * Ensure sanity checks don't switch off CEGB. * Implement per-data-point feature penalties in CEGB. * Implement split penalty and remove unused parameters. * Merge changes from CEGB tree learner into serial tree learner * Represent features_used_in_data by a bitset, to reduce the memory overhead of CEGB, and add sanity checks for the lengths of the penalty vectors. * Fix bug where CEGB would incorrectly penalise a previously used feature The tree learner did not update the gains of previously computed leaf splits when splitting a leaf elsewhere in the tree. This caused it to prefer new features due to incorrectly penalising splitting on previously used features. * Document CEGB parameters and add them to the appropriate section. * Remove leftover reference to cegb tree learner. * Remove outdated diff. * Fix warnings * Fix minor issues identified by @StrikerRUS. * Add docs section on CEGB, including citation. * Fix link. * Fix CI failure. * Add some unit tests * Fix pylint issues. * Fix remaining pylint issue
-
- 02 Apr, 2019 1 commit
-
-
sheikheddy authored
-
- 26 Mar, 2019 1 commit
-
-
James Lamb authored
* Small aesthetic improvements to RTD docs * fixed markdown table in Development-Guide * removed unnecessary blank line in conf.py
-
- 25 Mar, 2019 1 commit
-
-
kenmatsu4 authored
* Use first_metric_only flag for early_stopping function. In order to apply early stopping with only first metric, applying first_metric_only flag for early_stopping function. * upcate comment * Revert "upcate comment" This reverts commit 1e75a1a415cc16cfbe795181e148ebfe91469be4. * added test * fixed docstring * cut comment and save one line * document new feature
-
- 22 Mar, 2019 1 commit
-
-
Nikita Titov authored
-
- 24 Feb, 2019 1 commit
-
-
Nikita Titov authored
[docs] added notes about params usage when data is provided via path and removed unused param (#2024) * added notes about params usage when data is provided via path * fixed init score and valid init score params note * fixed binary params description
-
- 21 Feb, 2019 1 commit
-
-
Nikita Titov authored
-
- 20 Feb, 2019 1 commit
-
-
Ilya Matiach authored
* added LightGBM SWIG wrappers for macOS and updated docs * updated installation instructions based on comments * updated based on comments
-
- 18 Feb, 2019 2 commits
-
-
Harry Moreno authored
-
Harry Moreno authored
* it is confusing to name validation data `test_data` especially as terms like train, validation, test splits are common in ML. Change variable name in python quick start.
-
- 04 Feb, 2019 1 commit
-
-
Guolin Ke authored
* convert datatable to numpy directly * fix according to comments * updated more docstrings * simplified isinstance check * Update compat.py
-
- 03 Feb, 2019 1 commit
-
-
Matt authored
[docs] Fixed OpenCL Debian package name typo
-
- 26 Jan, 2019 1 commit
-
-
Tsukasa OMOTO authored
* Fix build on macOS Mojave Fixed #1898 - https://iscinumpy.gitlab.io/post/omp-on-high-sierra/ - https://cliutils.gitlab.io/modern-cmake/chapters/packages/OpenMP.html - https://github.com/Homebrew/homebrew-core/pull/20589 * update setup.py * update docs * fix setup.py * update docs * update docs * update setup.py * update docs
-
- 22 Jan, 2019 1 commit
-
-
James Lamb authored
* fixed minor typos in documentation * fixed typo in gpu_tree_learner.cpp * Update .gitignore
-
- 21 Jan, 2019 1 commit
-
-
Nikita Titov authored
* Added links to the libraries used. * Fixing the header * Fixes * ot -> to
-
- 18 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 20 Dec, 2018 1 commit
-
-
Nikita Titov authored
* added get_data method * hotfix * added warning for other data types * reworked according to review comments * minor addition to FAQ * added test
-
- 10 Dec, 2018 1 commit
-
-
Nikita Titov authored
-
- 08 Dec, 2018 1 commit
-
-
Nikita Titov authored
* added download artifacts badge * hotfix * store badge images locally * explicitly set the order
-
- 25 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 22 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 21 Nov, 2018 1 commit
-
-
Nikita Titov authored
[ci][docs] updated temp fix for warning written to stderr, fixed conda permissions and updated bench link (#1849) * Update .appveyor.yml * updated bench link (404) * fixed conda permission error on Azure * use stable container
-
- 10 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 05 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 01 Nov, 2018 1 commit
-
-
Nikita Titov authored
* renamed helper folder to helpers * added library dependencies check
-
- 31 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 30 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 29 Oct, 2018 2 commits
-
-
Nikita Titov authored
-
Laurae authored
-
- 27 Oct, 2018 1 commit
-
-
Qiwei Ye authored
* quick fix for better understanding * update document for forced split * typo fix * made NOTE bold * made Note bold
-
- 16 Oct, 2018 2 commits
-
-
Nikita Titov authored
* removed misleading note about best_iteration * Update engine.py * Update Python-Intro.rst * Updated Engine.py * Updated Python-Intro.rst * add article 'the best', break huge line and remove excess empty line
-
Nikita Titov authored
* added docstring style test and fixed errors in existing docstrings * hotfix * hotfix * fix grammar * hotfix
-
- 13 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 10 Oct, 2018 1 commit
-
-
Alex authored
-
- 09 Oct, 2018 1 commit
-
-
Guolin Ke authored
* average predictions for constant features * fix possible numerical issues in std::log. * fix pylint * fix bugs in c_api * fix styles * clean code for multi class * rewrite test * fix pylint * skip test_constant_features * refine test * fix tests * fix tests * update FAQ * fix test * Update FAQ.rst
-
- 08 Oct, 2018 1 commit
-
-
Marcela Morales Q authored
Signed-off-by:Marcela Morales Quispe <marcela.morales.quispe@gmail.com>
-
- 02 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 24 Sep, 2018 1 commit
-
-
Nikita Titov authored
* unified references * fixed typo * GPU version is quite stable now * updated reference for GPU version
-
- 21 Sep, 2018 1 commit
-
-
Nikita Titov authored
* run pytest for docs folder too * fixed pylint error and some minor style issues
-