- 23 Jan, 2019 1 commit
-
-
Guolin Ke authored
* add warnings for override parameters of Dataset * fix pep8 * add feature_penalty * refactor * add R's code * Update basic.py * Update basic.py * fix parameter bug * Update lgb.Dataset.R * fix a bug
-
- 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
-
- 20 Jan, 2019 3 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
-
Dan Houghton authored
* Correcting lgb.prepare output comment * updated Roxygen files
-
- 19 Jan, 2019 1 commit
-
-
Maximilian Eber authored
* Fix multiclass custom objective demo * Use option not to boost from average instead of setting init score explicitly * Reference #1846 when turning off boost_from_average * Add trailing whitespace
-
- 18 Jan, 2019 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* removed comparison warning * fixed spacing
-
Nikita Titov authored
-
- 17 Jan, 2019 1 commit
-
-
Nikita Titov authored
* removed brew hotfix and deprecated sudo option on Travis * removed brew hotfix on Azure
-
- 16 Jan, 2019 2 commits
-
-
Shahzad Lone authored
File: [LightGBM//src/io/dataset.cpp] Function: [138:FastFeatureBundling(...)] Reserving vectors where we already know the size to save on reallocation costs. Also removed a variable that was unnecessary.
-
remcob-gr authored
When loading a binary file, take feature penalty and monotone constraints from config if given there. (#1881) * When loading a binary file, take feature penalty from config if given there. * When loading a binary file, take feature penalty from config if given there. * Fix crash when num_features != num_total_features and feature_contri is given. * Apply the same logic to monotone_types_. * Fix indentation
-
- 15 Jan, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 14 Jan, 2019 1 commit
-
-
Nikita Titov authored
* fixed xcode version * fixed brew on Travis * fixed brew on Azure Pipelines
-
- 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)
-