- 24 Dec, 2018 1 commit
-
-
Gao Tao authored
add boost header files compute/ into build_r.R to enable GPU compilation
-
- 20 Dec, 2018 3 commits
-
-
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
-
Lingyi Hu authored
-
Tsukasa OMOTO authored
* [python] fix creating train_set in fit https://github.com/Microsoft/LightGBM/blob/cc99f0d36ae929eb02b22a072823ab7c6d3155ab/python-package/lightgbm/sklearn.py#L519 may False even if valid_data[0] is X and valid_data[1] is y actually, because `check_X_y` might return copy of X and y. https://scikit-learn.org/0.20/modules/generated/sklearn.utils.check_X_y.html cf. https://github.com/Microsoft/LightGBM/pull/451 * use assertIn
-
- 17 Dec, 2018 1 commit
-
-
Guolin Ke authored
* fix RF's bugs * fix tests * rollback num_iterations * fix a bug and reduce memory costs * reduce memory cost
-
- 14 Dec, 2018 1 commit
-
-
yvandenis authored
Init has been updated to allow for feature_fraction == 1.0f but the change has not been copyed in the ResetConfig function.
-
- 10 Dec, 2018 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* disabled early stopping in dart mode * check dart mode during the init phase of early_stop callback
-
Guolin Ke authored
* [CPP] disable early stopping in dart * fix compile error
-
- 08 Dec, 2018 1 commit
-
-
Nikita Titov authored
* added download artifacts badge * hotfix * store badge images locally * explicitly set the order
-
- 01 Dec, 2018 1 commit
-
-
Guolin Ke authored
* add free booster in lgb.cv * change to reset_data
-
- 30 Nov, 2018 1 commit
-
-
Guolin Ke authored
-
- 25 Nov, 2018 5 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Nikita Titov authored
-
Nikita Titov authored
-
- 23 Nov, 2018 2 commits
-
-
Laurae authored
-
Dmitry Khominich authored
-
- 22 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 21 Nov, 2018 3 commits
-
-
Nikita Titov authored
* updated external repos section in README * added SHAP
-
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
-
Guolin Ke authored
* Update Dockerfile * Update Dockerfile * chmod conda folder
-
- 13 Nov, 2018 1 commit
-
-
Nikita Titov authored
[ci][python] fall back to producing one wheel for macOS and drop support of OSX 10.6 and 10.7 (#1826)
-
- 11 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 10 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 07 Nov, 2018 2 commits
-
-
Guolin Ke authored
* Update VERSION.txt * Update .appveyor.yml * Update DESCRIPTION
-
Nikita Titov authored
-
- 06 Nov, 2018 7 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Guolin Ke authored
-
Guolin Ke authored
* Update DESCRIPTION * Update DESCRIPTION * Update DESCRIPTION
-
Guolin Ke authored
-
mjmckp authored
* Fix index out-of-range exception generated by BaggingHelper on small datasets. Prior to this change, the line "score_t threshold = tmp_gradients[top_k - 1];" would generate an exception, since tmp_gradients would be empty when the cnt input value to the function is zero. * Update goss.hpp * Update goss.hpp
-
Nikita Titov authored
* updated fix for macOS on Travis * hotfix
-
- 05 Nov, 2018 2 commits
-
-
Nikita Titov authored
* execute notebooks on CIs * run notebooks in interactive mode and increase timeout for MinGW * hotfix alphabetically sort packages installation
-
Nikita Titov authored
-
- 01 Nov, 2018 2 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
* renamed helper folder to helpers * added library dependencies check
-
- 31 Oct, 2018 1 commit
-
-
Nikita Titov authored
-