- 06 May, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 05 May, 2019 2 commits
-
-
Nikita Titov authored
* use file to install deps for docs * added C_API docs * use breathe without exhale * added missed params descriptions and make Doxygen fail for warnings * escape char hotfix * ignore unknown directive for rstcheck * better handle env variable * hotfix for 'Unknown directive type' error with C_API=NO * Update .gitignore * fixed pylint * use already defined constants in conf.py * do not suppress Doxygen's output * addressed review comments * removed unneeded import
-
Nikita Titov authored
-
- 04 May, 2019 4 commits
-
-
Nikita Titov authored
-
Ilya Matiach authored
-
Nikita Titov authored
-
Nikita Titov authored
-
- 01 May, 2019 1 commit
-
-
Nikita Titov authored
* added plot_split_value_histogram function * updated init module * added plot split value histogram example * added plot_split_value_histogram to notebook * added test * fixed pylint * updated API docs * fixed grammar * set y ticks to int value in more sufficient way
-
- 30 Apr, 2019 5 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* updated installation guide * updated Python installation guide * added note about opencl path to Windows section * added space before path in message * minor correction for option description in Python installation guide
-
remcob-gr authored
-
Nikita Titov authored
* Update meta.h * Update json11.hpp
-
Nikita Titov authored
* added job for swig compilation on Linux with artifacts * hotfix * test: SWIG with Clang compiler * switch compiler back to gcc * switch to main docker
-
- 29 Apr, 2019 3 commits
-
-
Nikita Titov authored
* set platform via A option * style hotfix * updated R installation script * updated Python installation script * updated CI test script * provide VS version-ingependent link for redistributables download * added link to VS 2019 redistributables * added VS 2019 match for Boost binaries
-
Ilya Matiach authored
* added typemap for string arrays in SWIG interface * added voidp pointer casts
-
Guolin Ke authored
-
- 28 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 26 Apr, 2019 1 commit
-
-
Nikita Titov authored
* Update Features.rst * Update .appveyor.yml * Update test_windows.ps1 * Update test_windows.ps1 * Update .appveyor.yml * Update test_windows.ps1 * Update .appveyor.yml
-
- 22 Apr, 2019 1 commit
-
-
Nikita Titov authored
* disable default pandas cat features if cat features were explicitly provided * added assertion for cat features
-
- 19 Apr, 2019 2 commits
-
-
Nikita Titov authored
* ignore pandas ordered categorical columns by default * fix tests * fix tests * added comments
-
Scott Lundberg authored
* Update doc string for pred_contrib See comments at the end of #1969 * Update basic.py * Update basic.py * update doc strings * update equals sign in doc string * strip whitespace and gen rst * strip whitespace
-
- 18 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 17 Apr, 2019 1 commit
-
-
Nikita Titov authored
* minor fixed in CMakeLists * state what message is about
-
- 16 Apr, 2019 3 commits
-
-
amniskin authored
-
kenmatsu4 authored
* [python] displaying train loss during training with lgb.cv * modifying only display running type when disp_train_loss==True * Add test for display train loss * del .idea files * Rename disp_train_loss to show_train_loss and revise comment. * Change aug name show_train_loss -> eval_train_metric , and add a test item. * Modifying comment of eval_train_metric.
-
Guolin Ke authored
-
- 13 Apr, 2019 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Nikita Titov authored
-
- 11 Apr, 2019 3 commits
-
-
Nikita Titov authored
* added all necessary includes - fixed build/include_what_you_use error * fixed the order of includes (build/include_order)
-
Nikita Titov authored
* updated HDFS guide * updated guide * no info about Clang * pass paths in quotes * Update README.rst
-
Nikita Titov authored
-
- 10 Apr, 2019 2 commits
-
-
Nikita Titov authored
* added fix for OpenMP on macOS into test script * test: AppleClang on Travis * use Mojave on Travis * bash hotfix * get back to gcc compiler on Travis macOS
-
Nikita Titov authored
* fixed Python intro * fixed typos * scikit-learn added support of https
-
- 09 Apr, 2019 1 commit
-
-
Nikita Titov authored
* updated boost submodule * updated docker with new stable Clang and CMake * switch to dev docker * updated setup script * updated MinGW on Appveyor * updated Azure config to use docker for GPU task * do not upgrade gcc - takes too long * test: switch compilers * switch compilers back * get back to main docker
-
- 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
-
- 01 Apr, 2019 1 commit
-
-
Nikita Titov authored
-
- 26 Mar, 2019 1 commit
-
-
James Lamb authored
* updated gitignore to ignore files created by local python installation * moved sections around in gitignore
-